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

/src/lib/libc/stdlib/
H A Dreallocarray.c47 reallocarray(void *optr, size_t nmemb, size_t size) argument
H A Dbsearch.c62 bsearch(const void *key, const void *base0, size_t nmemb, size_t size, argument
H A Dmerge.c111 mergesort_r(void *base, size_t nmemb, size_t size, argument
/src/usr.bin/dc/
H A Dmem.c74 breallocarray(void *p, size_t nmemb, size_t size) argument
/src/sys/arch/hpc/hpc/
H A Dplatid_test.c182 int i, nmemb = sizeof(tab)/sizeof(*tab); local in function:platid_search_test
H A Dplatid.c147 platid_search(platid_t *pid, void *base, int nmemb, int size) argument
/src/usr.bin/grep/
H A Dutil.c406 grep_calloc(size_t nmemb, size_t size) argument
/src/lib/libbsdmalloc/
H A Dmalloc.c544 calloc(size_t nmemb, size_t size) argument
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_malloc_linux.cc150 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { argument
H A Dasan_malloc_win.cc84 void *calloc(size_t nmemb, size_t size) { argument
90 void *_calloc_base(size_t nmemb, size_t size) { argument
95 void *_calloc_dbg(size_t nmemb, size_t size, int, const char *, int) { argument
100 void *_calloc_impl(size_t nmemb, size_t size, int *errno_tmp) { argument
H A Dasan_allocator.cc676 void *Calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { argument
879 void *asan_calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { argument
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc119 void *calloc(size_t nmemb, size_t size) { argument
/src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_gem.c594 u_memcpya(uint64_t user, unsigned nmemb, unsigned size) argument
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_allocator.cc101 static void *Calloc(uptr nmemb, uptr size, const StackTrace &stack) { argument
189 void *lsan_calloc(uptr nmemb, uptr size, const StackTrace &stack) { argument
H A Dlsan_interceptors.cc64 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { argument
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_allocator.cc238 void *MsanCalloc(StackTrace *stack, uptr nmemb, uptr size) { argument
259 void *msan_calloc(uptr nmemb, uptr size, StackTrace *stack) { argument
H A Dmsan_interceptors.cc134 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb, argument
885 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { argument
/src/usr.bin/ftp/
H A Dssl.c407 fetch_read(void *ptr, size_t size, size_t nmemb, struct fetch_connect *conn) argument
H A Dfetch.c150 maxwrite(const void *buf, size_t size, size_t nmemb, FILE *fp) argument
/src/sbin/fsck_lfs/
H A Dsegwrite.c898 lfs_shellsort(struct lfs * fs,struct ubuf ** bp_array,union lfs_blocks * lb_array,int nmemb,int size) argument
/src/sys/ufs/lfs/
H A Dlfs_segment.c2719 lfs_shellsort(struct lfs * fs,struct buf ** bp_array,union lfs_blocks * lb_array,int nmemb,int size) argument
/src/sys/external/bsd/drm/dist/bsd-core/
H A DdrmP.h1246 drm_calloc(size_t nmemb, size_t size, struct malloc_type *area) argument

Completed in 36 milliseconds