Lines Matching refs:type
55 A @dfn{string} is a null-terminated array of bytes of type @code{char},
57 variables are usually declared to be pointers of type @code{char *}.
75 declared to be a pointer of type @code{wchar_t *}, by analogy with
104 pointers to be of type @code{const char *}, since this often allows the
181 have type @code{void *} or @code{wchar_t}. As a matter of style, the
185 size argument. Parameters to the @samp{wmem} functions must be of type
187 but arrays of this type.
196 functions have type @code{char *} and @code{wchar_t *} respectively, and
213 arguments. Since a value of type @code{char} is automatically promoted
214 into a value of type @code{int} when used as a parameter, the functions
215 are declared with @code{int} as the type of the parameter in question.
217 parameter type for a single wide character is @code{wint_t} and not
221 choice of types the @code{wint_t} type is used.
1159 @code{wmemcmp} is really only useful to compare arrays of type
1172 For example, given a structure type definition like:
2645 type @code{char *}, and a size, of type @code{size_t}, both of which can
2658 All argz functions that do memory allocation have a return type of
2833 fail) have a return type of @code{error_t}, and return either @code{0} or
2866 @code{0}, then the new entry will be the special null type of entry