Searched defs:nmemb (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-11-stable/lib/libc/stdlib/
H A Dreallocarray.c33 reallocarray(void *optr, size_t nmemb, size_t size) argument
H A Dbsearch.c64 bsearch_b(const void *key, const void *base0, size_t nmemb, size_t size, argument
H A Dheapsort.c156 heapsort_b(void *vbase, size_t nmemb, size_t size, heapsort_block compar) argument
[all...]
H A Dmerge.c113 mergesort_b(void *base, size_t nmemb, size_t size, cmp_t cmp) argument
/freebsd-11-stable/contrib/unbound/compat/
H A Dreallocarray.c34 reallocarray(void *optr, size_t nmemb, size_t size) argument
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dreallocarray.c37 reallocarray(void *optr, size_t nmemb, size_t size) argument
H A Dbsd-poll.c46 size_t nmemb; local
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_reallocarray.c39 reallocarray(void *optr, size_t nmemb, size_t size) argument
H A Dtest-ohash.c17 xcalloc(size_t nmemb, size_t sz, void *arg) argument
H A Ddba_write.c91 dba_skip(int32_t nmemb, int32_t sz) argument
H A Ddba_array.c163 dba_array_writelen(struct dba_array *array, int32_t nmemb) argument
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mem_util.h37 static __inline__ void *drm_calloc_large(size_t nmemb, size_t size) argument
46 static __inline__ void *drm_malloc_ab(size_t nmemb, size_t size) argument
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dbsearch.c70 bsearch(register const void *key, const void *base0, size_t nmemb, register size_t size, register int (*compar)(const void *, const void *)) argument
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dbsearch.c70 bsearch(register const void *key, const void *base0, size_t nmemb, register size_t size, register int (*compar)(const void *, const void *)) argument
/freebsd-11-stable/lib/libc/tests/stdlib/
H A Dtest-sort.h53 ssort(int v[], int nmemb) argument
/freebsd-11-stable/sbin/rcorder/
H A Dealloc.c111 ecalloc(size_t nmemb, size_t size) argument
/freebsd-11-stable/crypto/openssh/
H A Dxmalloc.c53 xcalloc(size_t nmemb, size_t size) argument
69 xreallocarray(void *ptr, size_t nmemb, size_t size) argument
/freebsd-11-stable/contrib/ntp/sntp/libpkgver/
H A Dcolcomp.c102 size_t nmemb = 0; local
/freebsd-11-stable/contrib/ntp/libntp/
H A Demalloc.c86 oreallocarrayxz( void *optr, size_t nmemb, size_t size, size_t extra , const char * file, int line ) argument
/freebsd-11-stable/usr.bin/diff/
H A Dxmalloc.c42 xcalloc(size_t nmemb, size_t size) argument
53 xreallocarray(void *ptr, size_t nmemb, size_t size) argument
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dstdio.c64 isc_stdio_read(void *ptr, size_t size, size_t nmemb, FILE *f, size_t *nret) { argument
82 isc_stdio_write(const void *ptr, size_t size, size_t nmemb, FILE *f, argument
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dstdio.c63 isc_stdio_read(void *ptr, size_t size, size_t nmemb, FILE *f, size_t *nret) { argument
81 isc_stdio_write(const void *ptr, size_t size, size_t nmemb, FILE *f, argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp35 INTERCEPTOR_ATTRIBUTE void *calloc(size_t nmemb, size_t size) { argument
/freebsd-11-stable/sys/sys/
H A Dmalloc.h201 WOULD_OVERFLOW(size_t nmemb, size_t size) argument
/freebsd-11-stable/usr.bin/sort/
H A Dradixsort.c645 run_sort(struct sort_list_item **base, size_t nmemb) argument
695 rxsort(struct sort_list_item **base, size_t nmemb) argument

Completed in 185 milliseconds

12