Searched refs:calloc (Results 301 - 325 of 998) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/contrib/unbound/util/
H A Dalloc.c364 #ifdef calloc
365 #undef calloc macro
370 /** calloc with stats */
378 res = calloc(1, s+16);
380 log_info("stat %p=calloc(%u, %u)", res+16, (unsigned)nmemb, (unsigned)size);
456 log_info("%s:%d %s calloc(%u, %u)", file, line, func,
487 #undef calloc macro
H A Dalloc.h186 # define calloc(n,s) unbound_stat_calloc_lite(n, s, __FILE__, __LINE__, __func__) macro
/freebsd-11.0-release/gnu/usr.bin/grep/
H A Ddfa.h292 int calloc; /* Number of charclasses currently allocated. */ member in struct:dfa
H A Dsystem.h116 ptr_t malloc(), realloc(), calloc();
/freebsd-11.0-release/include/
H A Dstdlib.h90 void *calloc(size_t, size_t) __malloc_like __result_use_check
/freebsd-11.0-release/lib/libc/gen/
H A Dutxdb.c136 ut = calloc(1, sizeof *ut);
/freebsd-11.0-release/lib/libc/locale/
H A Dlmonetary.c158 struct xlocale_monetary *new = calloc(sizeof(struct xlocale_monetary), 1);
H A Dsetrunelocale.c204 struct xlocale_ctype *l = calloc(sizeof(struct xlocale_ctype), 1);
/freebsd-11.0-release/crypto/openssh/
H A Dcipher-3des1.c59 if ((c = calloc(1, sizeof(*c))) == NULL)
H A Ddeattack.c119 if ((dctx->h = calloc(l, HASH_ENTRYSIZE)) == NULL)
H A Ddigest-openssl.c119 if (digest == NULL || ((ret = calloc(1, sizeof(*ret))) == NULL))
/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c129 if ((countsalt = calloc(1, saltlen + 4)) == NULL)
/freebsd-11.0-release/contrib/libucl/src/
H A Ducl_sexp.c98 st = calloc (1, sizeof (*st));
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DSparseSet.h166 Sparse = reinterpret_cast<SparseT*>(calloc(U, sizeof(SparseT)));
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_revoke.c70 buf = calloc(n, sizeof(int));
/freebsd-11.0-release/contrib/netbsd-tests/net/bpf/
H A Dt_bpf.c126 iov = calloc(iov_max, sizeof(struct iovec));
/freebsd-11.0-release/contrib/netbsd-tests/fs/common/
H A Dfstest_lfs.c83 args = calloc(1, sizeof(*args));
/freebsd-11.0-release/contrib/netbsd-tests/kernel/
H A Dt_mqueue.c72 m = calloc(1, len);
73 ATF_REQUIRE_MSG(m != NULL, "calloc failed");
/freebsd-11.0-release/contrib/gcc/
H A Dsystem.h406 extern void *calloc (size_t, size_t);
632 #define really_call_calloc calloc
649 #undef calloc macro
651 #pragma GCC poison calloc strdup
/freebsd-11.0-release/contrib/gdb/gdb/gdbserver/
H A Dregcache.c107 regcache->registers = calloc (1, register_bytes);
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_cmdline.c205 calloc(1, sizeof(struct archive_cmdline));
H A Darchive_read_open_fd.c78 mine = (struct read_fd_data *)calloc(1, sizeof(*mine));
H A Darchive_write_add_filter_lrzip.c67 data = calloc(1, sizeof(*data));
H A Darchive_write_open_filename.c101 mine = (struct write_file_data *)calloc(1, sizeof(*mine));
/freebsd-11.0-release/contrib/libarchive/libarchive/test/
H A Dtest_archive_write_add_filter_by_name.c41 assert((buff = calloc(1, buffsize)) != NULL);

Completed in 268 milliseconds

<<11121314151617181920>>