Searched refs:CALLOC (Results 1 - 23 of 23) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dsun_map_parse.y118 entry = CALLOC(struct sun_entry);
138 entry = CALLOC(struct sun_entry);
174 entry = CALLOC(struct sun_entry);
195 entry = CALLOC(struct sun_entry);
236 mountpt = CALLOC(struct sun_mountpt);
259 mountpt = CALLOC(struct sun_mountpt);
302 location = CALLOC(struct sun_location);
324 location = CALLOC(struct sun_location);
340 struct sun_host *host = CALLOC(struct sun_host);
365 struct sun_host *host = CALLOC(struc
[all...]
H A Dconf.c318 cur_map = CALLOC(cf_map_t);
331 cf_map_t *tmp_map = CALLOC(cf_map_t);
H A Damfs_generic.c267 fs_opts = CALLOC(am_opts);
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/fsinfo/
H A Dfsi_dict.c71 dict *dp = CALLOC(struct dict);
80 dict_data *dd = CALLOC(struct dict_data);
91 dict_ent *de = CALLOC(struct dict_ent);
H A Dfsi_util.c317 automount *ap = CALLOC(struct automount);
332 auto_tree *tp = CALLOC(struct auto_tree);
345 host *hp = CALLOC(struct host);
432 ether_if *ep = CALLOC(struct ether_if);
537 disk_fs *dp = CALLOC(struct disk_fs);
581 fsi_mount *fp = CALLOC(struct fsi_mount);
635 fsmount *fp = CALLOC(struct fsmount);
653 qelem *q = CALLOC(qelem);
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dhash.c23 #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n))) macro
53 ht->ht_vec = (void**) CALLOC (struct token *, ht->ht_size);
295 ht->ht_vec = (void **) CALLOC (struct token *, ht->ht_size);
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dcut.c308 CALLOC(sp, tp, TEXT *, 1, sizeof(TEXT));
H A Dmem.h157 #define CALLOC(sp, p, cast, nmemb, size) { \ macro
H A Dseq.c71 CALLOC(sp, qp, SEQ *, 1, sizeof(SEQ));
H A Dexf.c98 CALLOC(sp, frp, FREF *, 1, sizeof(FREF));
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_args.c317 CALLOC(sp, s_argv, char **, argc + 1, sizeof(char *));
H A Dex_global.c239 CALLOC(sp, rp, RANGE *, 1, sizeof(RANGE));
H A Dex_argv.c444 CALLOC(sp, exp->args[off], ARGS *, 1, sizeof(ARGS));
467 CALLOC(sp, exp->args[off], ARGS *, 1, sizeof(ARGS));
H A Dex_cscope.c639 CALLOC(sp, tqp, TAGQ *, 1, sizeof(TAGQ) + tlen + 3);
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/libipsec/
H A Dpfkey.c54 #define CALLOC(size, cast) (cast)calloc(1, (size)) macro
441 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
649 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
1179 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) {
1348 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
1536 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
1616 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
1687 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
1742 if ((newmsg = CALLOC((size_t)len, struct sadb_msg *)) == NULL) {
1907 if ((newmsg = CALLOC((size_
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dsyslogd.h217 #define CALLOC(ptr, size) do { \ macro
222 DPRINTF(D_MEM2, "CALLOC(%s@%p, %zu)\n", #ptr, ptr, size); \
H A Dtls.c1306 CALLOC(tls_in, sizeof(*tls_in));
1307 CALLOC(tls_in->inbuf, (size_t)TLS_MIN_LINELENGTH);
H A Dsyslogd.c4398 CALLOC(newbuf, sizeof(*newbuf));
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/include/
H A Dam_utils.h140 #define CALLOC(ty) ((ty *) xzalloc(sizeof(ty))) macro
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Dmain.c364 p = CALLOC(1, n);
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dvs_split.c68 CALLOC(sp, _HMAP(new), SMAP *, SIZE_HMAP(sp), sizeof(SMAP));
228 CALLOC(sp, _HMAP(new), SMAP *, SIZE_HMAP(sp), sizeof(SMAP));
/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Ddfa.c164 #define CALLOC(p, t, n) ((p) = (t *) xcalloc((size_t)(n), sizeof (t))) macro
1713 CALLOC(d->follows, position_set, d->tindex);
2310 CALLOC(d->realtrans, int *, d->tralloc + 1);
2312 CALLOC(d->fails, int *, d->tralloc);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Ddfa.c138 #define CALLOC(p, t, n) ((p) = (t *) xcalloc((size_t)(n), sizeof (t))) macro
1692 CALLOC(d->follows, position_set, d->tindex);
2289 CALLOC(d->realtrans, int *, d->tralloc + 1);
2291 CALLOC(d->fails, int *, d->tralloc);

Completed in 1028 milliseconds