Searched refs:calloc (Results 451 - 475 of 998) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dget_addrs.c131 res->val = calloc(num, sizeof(*res->val));
H A Dkeytab_any.c64 a = calloc(1, sizeof(*a));
H A Dkeytab_memory.c73 d = calloc(1, sizeof(*d));
H A Dkrb5_locl.h188 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X)))
H A Dreplay.c67 *id = calloc(1, sizeof(**id));
H A Dverify_user.c102 *opt = calloc(1, sizeof(**opt));
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Dresolve.c161 rr = calloc(1, sizeof(*rr));
418 r = calloc(1, sizeof(*r));
716 rr = calloc(1, sizeof(*rr));
893 r = calloc(1, sizeof(*r));
H A Drkpty.c175 c = calloc(1, sizeof(*c));
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dos_win32.c239 return calloc(1, size);
/freebsd-11.0-release/contrib/ofed/libibverbs/src/
H A Ddevice.c74 l = calloc(num_devices + 1, sizeof (struct ibv_device *));
/freebsd-11.0-release/contrib/ofed/libmlx4/src/
H A Dsrq.c196 ctx->xrc_srq_table[tind].table = calloc(ctx->xrc_srq_table_mask + 1,
/freebsd-11.0-release/contrib/ofed/libmthca/src/
H A Dmthca.c141 context = calloc(1, sizeof *context);
/freebsd-11.0-release/contrib/tcsh/
H A Dsh.h320 # define calloc __calloc macro
325 # undef calloc macro
493 # define calloc lint_calloc macro
504 # define xcalloc(n, s) calloc(n, s)
H A Dtc.decls.h49 extern memalign_t calloc (size_t, size_t);
/freebsd-11.0-release/contrib/unbound/iterator/
H A Diter_priv.c57 struct iter_priv* priv = (struct iter_priv*)calloc(1, sizeof(*priv));
/freebsd-11.0-release/contrib/unbound/services/cache/
H A Dinfra.c171 d = (struct domain_limit_data*)calloc(1, sizeof(*d));
217 struct infra_cache* infra = (struct infra_cache*)calloc(1,
747 struct rate_key* k = (struct rate_key*)calloc(1, sizeof(*k));
748 struct rate_data* d = (struct rate_data*)calloc(1, sizeof(*d));
/freebsd-11.0-release/lib/libc/db/hash/
H A Dhash.c111 if (!(hashp = (HTAB *)calloc(1, sizeof(HTAB))))
815 calloc(hashp->SGSIZE, sizeof(SEGMENT))) == NULL)
884 calloc(hashp->DSIZE, sizeof(SEGMENT *))) == NULL) {
894 if ((store = calloc(nsegs << hashp->SSHIFT, sizeof(SEGMENT))) == NULL) {
/freebsd-11.0-release/lib/libc/iconv/
H A Dcitrus_iconv.c355 if ((buf = calloc((size_t)PATH_MAX, sizeof(*buf))) == NULL)
H A Dcitrus_stdenc_template.h74 ei = calloc(1, sizeof(_ENCODING_INFO));
/freebsd-11.0-release/lib/libc/locale/
H A Dxlocale.c205 locale_t new = calloc(sizeof(struct _xlocale), 1);
/freebsd-11.0-release/crypto/openssh/
H A Dauth-pam.c361 if ((reply = calloc(n, sizeof(*reply))) == NULL)
570 if ((reply = calloc(n, sizeof(*reply))) == NULL)
977 if ((reply = calloc(n, sizeof(*reply))) == NULL)
1135 if ((reply = calloc(n, sizeof(*reply))) == NULL)
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c181 threadStack = (pThreadStack) calloc (sizeof(ThreadStack), 1);
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_dup.c326 buf = calloc(n, sizeof(int));
H A Dt_msgget.c208 buf = calloc(lim + 1, sizeof(*buf));
/freebsd-11.0-release/contrib/netbsd-tests/kernel/
H A Dt_pty.c61 if ((dbuf = calloc(1, buffer_size)) == NULL)

Completed in 136 milliseconds

<<11121314151617181920>>