Lines Matching refs:array
421 do not allow variable length array definitions, but still it is desirable
440 the array @var{buf} to convert one multibyte character. The array
704 character is stored in the @code{result} array and the pointer to the
886 specifying the length of the array @var{s}. Instead the function
935 array @var{s}. The @code{strchr} call does this very efficiently since a
941 task is to make sure there is enough room in the array @var{s}. We
1005 If @var{dst} is not a null pointer, the result is stored in the array
1009 If @var{len} wide characters are stored in the array @var{dst} before
1086 stores the result in the array pointed to by @var{dst}. The NUL wide
1101 @var{len} bytes in total to the array @var{dst}. In this case (and if
1124 array size (the @var{len} parameter).
1444 @var{string} to an array of wide character codes, storing not more than
1445 @var{size} wide characters into the array beginning at @var{wstring}.
1455 of wide characters stored in the array @var{wstring}. This number does
1489 function converts the null-terminated wide character array @var{wstring}
1501 Otherwise, the return value is the number of bytes stored in the array
1991 array and the available space is measured in bytes. In the example, the