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

123

/openbsd-current/lib/libc/stdlib/
H A Dreallocarray.c30 reallocarray(void *optr, size_t nmemb, size_t size) argument
H A Dbsearch.c50 bsearch(const void *key, const void *base0, size_t nmemb, size_t size, argument
H A Dheapsort.c134 heapsort(void *vbase, size_t nmemb, size_t size, argument
[all...]
/openbsd-current/libexec/ld.so/
H A Dreallocarray.c30 _dl_reallocarray(void *optr, size_t nmemb, size_t size) argument
/openbsd-current/gnu/lib/libiberty/src/
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
/openbsd-current/usr.sbin/makefs/
H A Dxmalloc.c18 ecalloc(size_t nmemb, size_t size) argument
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dbsearch.h53 bsearch(const void *key, const void *base0, size_t nmemb, size_t size, argument
/openbsd-current/usr.bin/sed/
H A Dmisc.c62 xreallocarray(void *o, size_t nmemb, size_t size) argument
/openbsd-current/usr.bin/sort/
H A Dmem.c53 sort_calloc(size_t nmemb, size_t size) argument
75 sort_reallocarray(void *ptr, size_t nmemb, size_t size) argument
/openbsd-current/usr.bin/ctfconv/
H A Dxmalloc.c41 xcalloc(size_t nmemb, size_t size) argument
61 xreallocarray(void *ptr, size_t nmemb, size_t size) argument
H A Dpool.c41 pool_init(struct pool *pp, const char *name, size_t nmemb, size_t size) argument
/openbsd-current/usr.bin/dc/
H A Dmem.c70 breallocarray(void *p, size_t nmemb, size_t size) argument
/openbsd-current/usr.bin/mandoc/
H A Ddba_write.c81 dba_skip(int32_t nmemb, int32_t sz) argument
/openbsd-current/usr.bin/cvs/
H A Dxmalloc.c41 xcalloc(size_t nmemb, size_t size) argument
55 xreallocarray(void *ptr, size_t nmemb, size_t size) argument
/openbsd-current/usr.bin/diff/
H A Dxmalloc.c39 xcalloc(size_t nmemb, size_t size) argument
50 xreallocarray(void *ptr, size_t nmemb, size_t size) argument
/openbsd-current/usr.bin/file/
H A Dxmalloc.c39 xcalloc(size_t nmemb, size_t size) argument
52 xreallocarray(void *ptr, size_t nmemb, size_t size) argument
/openbsd-current/usr.bin/rcs/
H A Dxmalloc.c39 xcalloc(size_t nmemb, size_t size) argument
52 xreallocarray(void *ptr, size_t nmemb, size_t size) argument
/openbsd-current/usr.sbin/ldomctl/
H A Dutil.c51 xreallocarray(void *o, size_t nmemb, size_t size) argument
/openbsd-current/libexec/ld.so/ldconfig/
H A Detc.c51 xcalloc(size_t nmemb, size_t size) argument
/openbsd-current/regress/usr.sbin/bgpd/unittests/
H A Drde_sets_test.c37 build_set(const char *name, uint32_t *mem, size_t nmemb, size_t initial) argument
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp61 INTERCEPTOR(void *, calloc, uptr nmemb, uptr size) { argument
78 INTERCEPTOR(void *, reallocarray, void *ptr, uptr nmemb, uptr size) { argument
/openbsd-current/bin/ksh/
H A Dalloc.c71 areallocarray(void *ptr, size_t nmemb, size_t size, Area *ap) argument
/openbsd-current/usr.bin/ssh/
H A Dxmalloc.c41 xcalloc(size_t nmemb, size_t size) argument
57 xreallocarray(void *ptr, size_t nmemb, size_t size) argument
69 xrecallocarray(void *ptr, size_t onmemb, size_t nmemb, size_ argument
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h42 static void *Callocate(SIZE_T nmemb, SIZE_T size) { argument
/openbsd-current/sys/net80211/
H A Dieee80211_regdomain.c60 bsearch(const void *key, const void *base0, size_t nmemb, size_t size, argument

Completed in 190 milliseconds

123