Searched refs:calloc (Results 276 - 300 of 998) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/usr.bin/calendar/
H A Ddates.c104 py = (struct cal_year *)calloc(1, sizeof(struct cal_year));
134 pm = (struct cal_month *)calloc(1, sizeof(struct cal_month));
155 pd = (struct cal_day *)calloc(1, sizeof(struct cal_day));
/freebsd-11.0-release/usr.bin/du/
H A Ddu.c379 new_buckets = calloc(new_size, sizeof(struct links_entry *));
388 new_buckets = calloc(new_size, sizeof(new_buckets[0]));
504 ign = calloc(1, sizeof(*ign));
/freebsd-11.0-release/usr.bin/netstat/
H A Dnetisr.c233 proto_array = calloc(protocount, sizeof(*proto_array));
300 workstream_array = calloc(numthreads, sizeof(*workstream_array));
302 xo_err(-1, "calloc");
304 work_array = calloc(numthreads * proto_array_len, sizeof(*work_array));
306 xo_err(-1, "calloc");
/freebsd-11.0-release/usr.sbin/bluetooth/hccontrol/
H A Dnode.c220 r.entries = calloc(NG_HCI_MAX_NEIGHBOR_NUM,
270 r.connections = calloc(NG_HCI_MAX_CON_NUM, sizeof(ng_hci_node_con_ep));
455 r.names = (struct nodeinfo*)calloc(MAX_NODE_NUM, sizeof(struct nodeinfo));
/freebsd-11.0-release/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c235 md = calloc(1, sizeof(*md));
325 items = calloc(nitems * 2, sizeof(const char *));
527 md = calloc(1, sizeof(struct partition_metadata));
/freebsd-11.0-release/usr.sbin/config/
H A Dmain.c126 calloc(1, sizeof (struct includepath));
128 err(EXIT_FAILURE, "calloc");
671 hl = calloc(1, sizeof(*hl));
673 err(EXIT_FAILURE, "calloc");
705 o = calloc(1, osz);
/freebsd-11.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c120 pids = (int*)calloc(fds, sizeof(int));
/freebsd-11.0-release/crypto/heimdal/base/
H A Ddict.c124 dict->tab = calloc(dict->size, sizeof(dict->tab[0]));
/freebsd-11.0-release/crypto/heimdal/kdc/
H A Dmisc.c57 ent = calloc (1, sizeof (*ent));
/freebsd-11.0-release/crypto/heimdal/lib/asn1/
H A Dmain.c146 arg = calloc(2, sizeof(arg[0]));
148 perror("calloc");
/freebsd-11.0-release/crypto/heimdal/lib/gssapi/krb5/
H A Dadd_cred.c99 handle = calloc(1, sizeof(*handle));
H A Dcopy_ccache.c81 handle = calloc(1, sizeof(*handle));
/freebsd-11.0-release/crypto/heimdal/lib/gssapi/mech/
H A Dcontext.c53 ctx = calloc(1, sizeof(*ctx));
H A Dgss_cred.c135 cred = calloc(1, sizeof(struct _gss_cred));
H A Dgss_import_name.c216 name = calloc(1, sizeof(struct _gss_name));
H A Dgss_inquire_cred.c76 name = calloc(1, sizeof(*name));
/freebsd-11.0-release/crypto/heimdal/lib/hx509/
H A Dks_dir.c104 d = calloc(1, sizeof(*d));
H A Dks_p12.c344 p12 = calloc(1, sizeof(*p12));
470 as->val[as->len].content = calloc(1, sizeof(*as->val[0].content));
593 pfx.authSafe.content = calloc(1, sizeof(*pfx.authSafe.content));
617 pfx.macData = calloc(1, sizeof(*pfx.macData));
H A Dlock.c67 l = calloc(1, sizeof(*l));
/freebsd-11.0-release/crypto/heimdal/lib/ipc/
H A Dcommon.c84 *cred = calloc(1, sizeof(**cred));
/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dgrouping.c317 if (!(node->chrecord = calloc(1, sizeof(ChassisRecord))))
392 if (!(node->chrecord = calloc(1, sizeof(ChassisRecord))))
682 if (!(mylist.current = calloc(1, sizeof(ChassisList))))
773 if (!(node->chrecord = calloc(1, sizeof(ChassisRecord))))
/freebsd-11.0-release/contrib/ofed/management/libibumad/include/infiniband/
H A Dumad.h200 return calloc(num, size);
/freebsd-11.0-release/contrib/openpam/bin/openpam_dump_policy/
H A Dopenpam_dump_policy.c127 if ((pamh = calloc(1, sizeof *pamh)) == NULL)
/freebsd-11.0-release/contrib/openpam/lib/libpam/
H A Dopenpam_dynamic.c128 if ((module = calloc(1, sizeof *module)) == NULL ||
/freebsd-11.0-release/contrib/unbound/compat/
H A Dfake-rfc2553.c123 ai = calloc(1, sizeof(*ai) + sizeof(struct sockaddr_in));

Completed in 286 milliseconds

<<11121314151617181920>>