Searched refs:calloc (Results 1 - 25 of 885) sorted by relevance

1234567891011>>

/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/vars/
H A Dtst.ucaller.ksh30 # of calloc(3C), and that it's implemented in terms of the ld.so.1
42 pid\$target:ld.so.1:calloc:entry
44 self->calloc = 1;
48 /self->calloc/
53 pid\$target:ld.so.1:calloc:return
54 /self->calloc/
56 self->calloc = 0;
/freebsd-10.3-release/contrib/ldns/compat/
H A Dcalloc.c8 void *calloc();
15 calloc(size_t num, size_t size) function
/freebsd-10.3-release/sbin/dhclient/
H A Dalloc.c53 rval = calloc(1, sizeof(struct string_list) + size);
64 rval = calloc(1, sizeof(struct hash_table) -
76 struct hash_bucket *rval = calloc(1, sizeof(struct hash_bucket));
H A Dtree.c53 pair foo = calloc(1, sizeof(*foo));
H A Dprivsep.c30 if ((buf = calloc(1, sizeof(struct buf))) == NULL)
126 if ((medium = calloc(1, medium_len + 1)) == NULL)
137 if ((reason = calloc(1, reason_len + 1)) == NULL)
159 if ((filename = calloc(1, filename_len + 1)) == NULL)
171 calloc(1, servername_len + 1)) == NULL)
182 if ((prefix = calloc(1, prefix_len + 1)) == NULL)
200 calloc(1, optlen + 1);
/freebsd-10.3-release/contrib/gcclibs/libiberty/
H A Dcalloc.c0 /* calloc -- allocate memory which has been initialized to zero.
6 @deftypefn Supplemental void* calloc (size_t @var{nelem}, size_t @var{elsize})
23 calloc (size_t nelem, size_t elsize) function
/freebsd-10.3-release/contrib/ntp/sntp/unity/
H A Dunity_fixture_malloc_overrides.h12 #define calloc unity_calloc macro
/freebsd-10.3-release/crypto/heimdal/lib/roken/
H A Decalloc.c42 * Like calloc but never fails.
48 void *tmp = calloc (number, size);
51 errx (1, "calloc %lu failed", (unsigned long)number * size);
/freebsd-10.3-release/contrib/binutils/libiberty/
H A Dcalloc.c0 /* calloc -- allocate memory which has been initialized to zero.
6 @deftypefn Supplemental void* calloc (size_t @var{nelem}, size_t @var{elsize})
23 calloc (size_t nelem, size_t elsize) function
/freebsd-10.3-release/gnu/usr.bin/grep/
H A Dxmalloc.c27 void *calloc ();
112 p = calloc (n, s);
/freebsd-10.3-release/contrib/gcclibs/libgomp/
H A Dalloc.c48 void *ret = calloc (1, size);
/freebsd-10.3-release/contrib/ngatm/libngatm/
H A Dcccust.h46 #define CCZALLOC(S) (calloc(1, (S)))
/freebsd-10.3-release/bin/setfacl/
H A Dutil.c41 ptr = calloc(1, size);
43 err(1, "calloc() failed");
/freebsd-10.3-release/usr.bin/grep/regex/
H A Dxmalloc.h56 #undef calloc macro
61 #define calloc USE_XCALLOC_INSTEAD_OF_CALLOC macro
70 #define xcalloc(nmemb, size) calloc(nmemb, size)
/freebsd-10.3-release/contrib/netbsd-tests/kernel/
H A Dh_ps_strings2.c54 if ((argv = calloc(LEN, sizeof(*argv))) == NULL)
55 errx(1, "calloc failed");
/freebsd-10.3-release/crypto/heimdal/lib/krb5/
H A Dcopy_host_realm.c60 *to = calloc (n, sizeof(**to));
/freebsd-10.3-release/lib/libypclnt/
H A Dypclnt_new.c47 if ((ypclnt = calloc(1, sizeof *ypclnt)) == NULL)
/freebsd-10.3-release/contrib/ipfilter/lib/
H A Dsave_nothing.c34 ctx = calloc(1, sizeof(void *));
/freebsd-10.3-release/crypto/heimdal/kdc/
H A Dheaders.h110 #define ALLOC(X) ((X) = calloc(1, sizeof(*(X))))
113 (X)->val = calloc((X)->len, sizeof(*(X)->val)); } while(0)
/freebsd-10.3-release/contrib/ldns/
H A Dduration.c254 str = (char*) calloc(count, sizeof(char));
260 num = (char*) calloc(count+2, sizeof(char));
267 num = (char*) calloc(count+2, sizeof(char));
274 num = (char*) calloc(count+2, sizeof(char));
281 num = (char*) calloc(count+2, sizeof(char));
291 num = (char*) calloc(count+2, sizeof(char));
298 num = (char*) calloc(count+2, sizeof(char));
305 num = (char*) calloc(count+2, sizeof(char));
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-poll.c61 if ((readfds = calloc(nmemb, sizeof(fd_mask))) == NULL ||
62 (writefds = calloc(nmemb, sizeof(fd_mask))) == NULL ||
63 (exceptfds = calloc(nmemb, sizeof(fd_mask))) == NULL) {
/freebsd-10.3-release/usr.sbin/bluetooth/sdpd/
H A Dprovider.c54 provider_p sd = calloc(1, sizeof(*sd));
55 provider_p bgd = calloc(1, sizeof(*bgd));
90 provider_p provider = calloc(1, sizeof(*provider));
/freebsd-10.3-release/contrib/flex/
H A Dgen.c107 tbl = (struct yytbl_data *) calloc (1, sizeof (struct yytbl_data));
112 (flex_int8_t *) calloc (tbl->td_lolen, sizeof (flex_int8_t));
214 tbl = (struct yytbl_data *) calloc (1, sizeof (struct yytbl_data));
221 (flex_int32_t *) calloc (tbl->td_lolen * 2, sizeof (flex_int32_t));
310 tbl = (struct yytbl_data *) calloc (1, sizeof (struct yytbl_data));
317 (flex_int32_t *) calloc (tbl->td_lolen, sizeof (flex_int32_t));
440 tbl = (struct yytbl_data *) calloc (1, sizeof (struct yytbl_data));
447 (flex_int32_t *) calloc (tbl->td_lolen, sizeof (flex_int32_t));
646 tbl = (struct yytbl_data *) calloc (1, sizeof (struct yytbl_data));
653 (flex_int32_t *) calloc (tb
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Support/Windows/
H A DRWMutex.inc78 data_ = calloc(1, sizeof(SRWLOCK));
81 data_ = calloc(1, sizeof(CRITICAL_SECTION));
/freebsd-10.3-release/contrib/ntp/include/
H A Dntp_md5.h29 # define EVP_MD_CTX_new() calloc(1, sizeof(MD5_CTX))

Completed in 159 milliseconds

1234567891011>>