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

/freebsd-11-stable/contrib/amd/amd/
H A Dsun_map_parse.y112 entry = CALLOC(struct sun_entry);
132 entry = CALLOC(struct sun_entry);
168 entry = CALLOC(struct sun_entry);
189 entry = CALLOC(struct sun_entry);
230 mountpt = CALLOC(struct sun_mountpt);
253 mountpt = CALLOC(struct sun_mountpt);
296 location = CALLOC(struct sun_location);
318 location = CALLOC(struct sun_location);
334 struct sun_host *host = CALLOC(struct sun_host);
359 struct sun_host *host = CALLOC(struc
[all...]
H A Dmntfs.c220 am_loc *loc = CALLOC(struct am_loc);
H A Dconf.c316 cur_map = CALLOC(cf_map_t);
329 cf_map_t *tmp_map = CALLOC(cf_map_t);
H A Dopts.c1381 newopts = CALLOC(struct am_opts);
H A Damfs_generic.c267 fs_opts = CALLOC(am_opts);
H A Dsrvr_nfs.c790 ip = CALLOC(struct sockaddr_in);
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsi_dict.c65 dict *dp = CALLOC(struct dict);
74 dict_data *dd = CALLOC(struct dict_data);
85 dict_ent *de = CALLOC(struct dict_ent);
H A Dfsi_util.c311 automount *ap = CALLOC(struct automount);
326 auto_tree *tp = CALLOC(struct auto_tree);
339 host *hp = CALLOC(struct host);
426 ether_if *ep = CALLOC(struct ether_if);
531 disk_fs *dp = CALLOC(struct disk_fs);
575 fsi_mount *fp = CALLOC(struct fsi_mount);
629 fsmount *fp = CALLOC(struct fsmount);
647 qelem *q = CALLOC(qelem);
/freebsd-11-stable/lib/libipsec/
H A Dpfkey.c52 #define CALLOC(size, cast) (cast)calloc(1, (size)) macro
397 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) {
598 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) {
1213 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) {
1340 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) {
1420 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) {
1497 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) {
1555 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) {
1686 if ((newmsg = CALLOC(reallen, struct sadb_msg *)) == NULL) {
/freebsd-11-stable/contrib/nvi/common/
H A Dcut.c305 CALLOC(sp, tp, TEXT *, 1, sizeof(TEXT));
H A Dmem.h159 #define CALLOC(sp, p, cast, nmemb, size) { \ macro
H A Dseq.c79 CALLOC(sp, qp, SEQ *, 1, sizeof(SEQ));
H A Dexf.c93 CALLOC(sp, frp, FREF *, 1, sizeof(FREF));
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_args.c314 CALLOC(sp, s_argv, char **, argc + 1, sizeof(char *));
H A Dex_global.c237 CALLOC(sp, rp, RANGE *, 1, sizeof(RANGE));
H A Dex_argv.c487 CALLOC(sp, exp->args[off], ARGS *, 1, sizeof(ARGS));
510 CALLOC(sp, exp->args[off], ARGS *, 1, sizeof(ARGS));
H A Dex_cscope.c655 CALLOC(sp, tqp, TAGQ *, 1, sizeof(TAGQ) + tlen + 3);
/freebsd-11-stable/contrib/amd/include/
H A Dam_utils.h134 #define CALLOC(ty) ((ty *) xzalloc(sizeof(ty))) macro
/freebsd-11-stable/contrib/byacc/
H A Dmain.c398 p = CALLOC(1, n);
/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_split.c67 CALLOC(sp, _HMAP(new), SMAP *, SIZE_HMAP(sp), sizeof(SMAP));
227 CALLOC(sp, _HMAP(new), SMAP *, SIZE_HMAP(sp), sizeof(SMAP));
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c164 #define CALLOC(p, t, n) ((p) = (t *) xcalloc((size_t)(n), sizeof (t))) macro
1711 CALLOC(d->follows, position_set, d->tindex);
2308 CALLOC(d->realtrans, int *, d->tralloc + 1);
2310 CALLOC(d->fails, int *, d->tralloc);

Completed in 404 milliseconds