Home
last modified time | relevance | path

Searched defs:nmemb (Results 1 – 25 of 31) sorted by relevance

12

/dflybsd-src/crypto/openssh/
H A Dxmalloc.c47 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 Dheapsort.c74 #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 Dbsearch.c54 bsearch(const void *key, const void *base0, size_t nmemb, size_t size, in bsearch()
H A Dmerge.c95 mergesort(void *base, size_t nmemb, size_t size, in mergesort()
/dflybsd-src/usr.bin/diff/
H A Dxmalloc.c39 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 Dxmalloc.h48 #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 Dctf-decls.h31 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 Dbsearch.c54 kbsearch(const void *key, const void *base0, size_t nmemb, size_t size, in kbsearch()
/dflybsd-src/contrib/nvi2/common/
H A Dmem.h150 #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 Dos.h277 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 Ddba_write.c91 dba_skip(int32_t nmemb, int32_t sz) in dba_skip()
H A Ddba_array.c165 dba_array_writelen(struct dba_array *array, int32_t nmemb) in dba_array_writelen()
/dflybsd-src/bin/sh/bltin/
H A Dbltin.h62 #define fwrite(ptr, size, nmemb, file) outbin(ptr, (size) * (nmemb), file) argument
/dflybsd-src/usr.bin/sort/
H A Dradixsort.c643 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 Dlibbfd.c194 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 Dopncls.c977 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 Dlibbfd.c193 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 Dopncls.c949 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 Dlibbfd.c285 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 Dopncls.c997 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 Dminidebug.c34 alloc_lzma (void *opaque, size_t nmemb, size_t size) in alloc_lzma()
/dflybsd-src/contrib/tnftp/src/
H A Dssl.c405 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 Dhammer2_admin.c335 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 Ddwarf.c7368 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 Ddwarf.c9890 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()

12