/dflybsd-src/crypto/openssh/ |
H A D | xmalloc.c | 47 xcalloc(size_t nmemb, size_t size) in xcalloc() 63 xreallocarray(void *ptr, size_t nmemb, size_t size) in xreallocarray() 75 xrecallocarray(void *ptr, size_t onmemb, size_t nmemb, size_t size) in xrecallocarray()
|
/dflybsd-src/lib/libc/stdlib/ |
H A D | heapsort.c | 74 #define CREATE(initval, nmemb, par_i, child_i, par, child, size, count, tmp) { \ argument 106 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \ argument 137 heapsort(void *vbase, size_t nmemb, size_t size, in heapsort()
|
H A D | bsearch.c | 54 bsearch(const void *key, const void *base0, size_t nmemb, size_t size, in bsearch()
|
H A D | merge.c | 95 mergesort(void *base, size_t nmemb, size_t size, in mergesort()
|
/dflybsd-src/usr.bin/diff/ |
H A D | xmalloc.c | 39 xcalloc(size_t nmemb, size_t size) in xcalloc() 50 xreallocarray(void *ptr, size_t nmemb, size_t size) in xreallocarray()
|
/dflybsd-src/contrib/tre/lib/ |
H A D | xmalloc.h | 48 #define xcalloc(nmemb, size) xcalloc_impl(nmemb, size, __FILE__, __LINE__, \ argument 68 #define xcalloc(nmemb, size) calloc(nmemb, size) argument
|
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-decls.h | 31 ctf_qsort_r (void *base, size_t nmemb, size_t size, in ctf_qsort_r() 53 ctf_qsort_r (void *base, size_t nmemb, size_t size, in ctf_qsort_r()
|
/dflybsd-src/sys/libkern/ |
H A D | bsearch.c | 54 kbsearch(const void *key, const void *base0, size_t nmemb, size_t size, in kbsearch()
|
/dflybsd-src/contrib/nvi2/common/ |
H A D | mem.h | 150 #define CALLOC(sp, p, nmemb, size) { \ argument 154 #define CALLOC_GOTO(sp, p, nmemb, size) { \ argument 158 #define CALLOC_RET(sp, p, nmemb, size) { \ argument
|
/dflybsd-src/contrib/wpa_supplicant/src/utils/ |
H A D | os.h | 277 static inline void * os_calloc(size_t nmemb, size_t size) in os_calloc() 565 static inline void * os_realloc_array(void *ptr, size_t nmemb, size_t size) in os_realloc_array() 579 static inline void os_remove_in_array(void *ptr, size_t nmemb, size_t size, in os_remove_in_array()
|
/dflybsd-src/contrib/mdocml/ |
H A D | dba_write.c | 91 dba_skip(int32_t nmemb, int32_t sz) in dba_skip()
|
H A D | dba_array.c | 165 dba_array_writelen(struct dba_array *array, int32_t nmemb) in dba_array_writelen()
|
/dflybsd-src/bin/sh/bltin/ |
H A D | bltin.h | 62 #define fwrite(ptr, size, nmemb, file) outbin(ptr, (size) * (nmemb), file) argument
|
/dflybsd-src/usr.bin/sort/ |
H A D | radixsort.c | 643 run_sort(struct sort_list_item **base, size_t nmemb) in run_sort() 693 rxsort(struct sort_list_item **base, size_t nmemb) in rxsort()
|
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A D | libbfd.c | 194 bfd_malloc2 (bfd_size_type nmemb, bfd_size_type size) in bfd_malloc2() 237 bfd_realloc2 (void *ptr, bfd_size_type nmemb, bfd_size_type size) in bfd_realloc2() 281 bfd_zmalloc2 (bfd_size_type nmemb, bfd_size_type size) in bfd_zmalloc2()
|
H A D | opncls.c | 977 bfd_alloc2 (bfd *abfd, bfd_size_type nmemb, bfd_size_type size) in bfd_alloc2() 1026 bfd_zalloc2 (bfd *abfd, bfd_size_type nmemb, bfd_size_type size) in bfd_zalloc2()
|
/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | libbfd.c | 193 bfd_malloc2 (bfd_size_type nmemb, bfd_size_type size) in bfd_malloc2() 247 bfd_realloc2 (void *ptr, bfd_size_type nmemb, bfd_size_type size) in bfd_realloc2() 336 bfd_zmalloc2 (bfd_size_type nmemb, bfd_size_type size) in bfd_zmalloc2()
|
H A D | opncls.c | 949 bfd_alloc2 (bfd *abfd, bfd_size_type nmemb, bfd_size_type size) in bfd_alloc2() 1011 bfd_zalloc2 (bfd *abfd, bfd_size_type nmemb, bfd_size_type size) in bfd_zalloc2()
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | libbfd.c | 285 bfd_malloc2 (bfd_size_type nmemb, bfd_size_type size) in bfd_malloc2() 328 bfd_realloc2 (void *ptr, bfd_size_type nmemb, bfd_size_type size) in bfd_realloc2() 372 bfd_zmalloc2 (bfd_size_type nmemb, bfd_size_type size) in bfd_zmalloc2()
|
H A D | opncls.c | 997 bfd_alloc2 (bfd *abfd, bfd_size_type nmemb, bfd_size_type size) in bfd_alloc2() 1046 bfd_zalloc2 (bfd *abfd, bfd_size_type nmemb, bfd_size_type size) in bfd_zalloc2()
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | minidebug.c | 34 alloc_lzma (void *opaque, size_t nmemb, size_t size) in alloc_lzma()
|
/dflybsd-src/contrib/tnftp/src/ |
H A D | ssl.c | 405 fetch_read(void *ptr, size_t size, size_t nmemb, struct fetch_connect *conn) in fetch_read()
|
/dflybsd-src/usr.sbin/makefs/hammer2/ |
H A D | hammer2_admin.c | 335 hammer2_xop_fifo_alloc(hammer2_xop_fifo_t *fifo, size_t nmemb) in hammer2_xop_fifo_alloc()
|
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | dwarf.c | 7368 cmalloc (size_t nmemb, size_t size) in cmalloc() 7381 xcmalloc (size_t nmemb, size_t size) in xcmalloc() 7399 xcrealloc (void *ptr, size_t nmemb, size_t size) in xcrealloc() 7415 xcalloc2 (size_t nmemb, size_t size) in xcalloc2()
|
/dflybsd-src/contrib/binutils-2.34/binutils/ |
H A D | dwarf.c | 9890 cmalloc (size_t nmemb, size_t size) in cmalloc() 9904 xcmalloc (size_t nmemb, size_t size) in xcmalloc() 9923 xcrealloc (void *ptr, size_t nmemb, size_t size) in xcrealloc() 9939 xcalloc2 (size_t nmemb, size_t size) in xcalloc2()
|