Lines Matching refs:size_t
94 size_t __locale_mb_cur_max (void);
110 void *aligned_alloc(size_t, size_t) __malloc_like __alloc_align(1)
116 void arc4random_buf (void *, size_t);
133 size_t __nmemb,
134 size_t __size,
136 void *calloc(size_t, size_t) __malloc_like __result_use_check
163 char * initstate (unsigned, char *, size_t);
183 void *malloc(size_t) __malloc_like __result_use_check __alloc_size(1) _NOTHROW;
184 int mblen (const char *, size_t);
185 size_t mbstowcs (wchar_t *__restrict, const char *__restrict, size_t);
186 int mbtowc (wchar_t *__restrict, const char *__restrict, size_t);
210 int posix_memalign (void **, size_t, size_t) __nonnull((1))
220 void qsort (void *__base, size_t __nmemb, size_t __size, __compar_fn_t _compar);
226 void qsort_r (void *__base, size_t __nmemb, size_t __size, int (*_compar)(const void *, const void …
229 void qsort_r (void *__base, size_t __nmemb, size_t __size, void *__thunk, int (*_compar)(void *, co…
232 void __bsd_qsort_r (void *__base, size_t __nmemb, size_t __size, void *__thunk, int (*_compar)(void…
243 void *realloc(void *, size_t) __result_use_check __alloc_size(2) _NOTHROW;
245 void *reallocarray(void *, size_t, size_t) __result_use_check __alloc_size2(2, 3);
246 void *reallocf(void *, size_t) __result_use_check __alloc_size(2);
279 int strfromd(char *__restrict str, size_t n,
289 int strfromf(char *__restrict str, size_t n,
292 int strfroml (char *__restrict str, size_t n,
343 size_t wcstombs (char *__restrict, const wchar_t *__restrict, size_t);
345 void *valloc (size_t) __malloc_like __result_use_check __alloc_size(1) _NOTHROW;
357 int ecvt_r (double,int,int *,int *, char*, size_t);
364 int ecvtf_r (float,int,int *,int *, char*, size_t);
371 int fcvt_r (double, int, int*, int*, char *, size_t);
378 int fcvtf_r (float, int, int*, int*, char *, size_t);
385 int ecvtl_r(long double, int, int*, int*, char *, size_t);
387 int fcvtl_r(long double, int, int*, int*, char *, size_t);