Home
last modified time | relevance | path

Searched refs:CALLOC (Results 1 – 14 of 14) sorted by relevance

/freebsd/lib/libipsec/
H A Dpfkey.c51 #define CALLOC(size, cast) (cast)calloc(1, (size)) macro
381 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) { in pfkey_send_getspi()
563 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) { in pfkey_send_delete_all()
1124 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) { in pfkey_send_x1()
1248 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) { in pfkey_send_x2()
1326 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) { in pfkey_send_x3()
1397 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) { in pfkey_send_x4()
1452 if ((newmsg = CALLOC(len, struct sadb_msg *)) == NULL) { in pfkey_send_x5()
1581 if ((newmsg = CALLOC(reallen, struct sadb_msg *)) == NULL) { in pfkey_recv()
/freebsd/contrib/nvi/ex/
H A Dex_global.c234 CALLOC(sp, rp, 1, sizeof(RANGE)); in ex_g_setup()
H A Dex_args.c309 CALLOC(sp, s_argv, argc + 1, sizeof(char *)); in ex_buildargv()
H A Dex_argv.c483 CALLOC(sp, exp->args[off], 1, sizeof(ARGS)); in argv_alloc()
506 CALLOC(sp, exp->args[off], 1, sizeof(ARGS)); in argv_alloc()
H A Dex_cscope.c651 CALLOC(sp, tqp, 1, sizeof(TAGQ) + tlen + 3); in create_cs_cmd()
/freebsd/contrib/nvi/common/
H A Dcut.c288 CALLOC(sp, tp, 1, sizeof(TEXT)); in text_init()
H A Dseq.c66 CALLOC(sp, qp, 1, sizeof(SEQ)); in seq_set()
H A Dmem.h150 #define CALLOC(sp, p, nmemb, size) do { \ macro
H A Dexf.c86 CALLOC(sp, frp, 1, sizeof(FREF)); in file_add()
/freebsd/contrib/nvi/vi/
H A Dvs_split.c63 CALLOC(sp, _HMAP(new), SIZE_HMAP(sp), sizeof(SMAP)); in vs_split()
223 CALLOC(sp, _HMAP(new), SIZE_HMAP(sp), sizeof(SMAP)); in vs_vsplit()
/freebsd/contrib/byacc/
H A Ddefs.h179 #define CALLOC(k,n) (calloc((size_t)(k),(size_t)(n))) macro
H A Dmain.c553 p = CALLOC(1, n); in allocate()
H A Dreader.c1890 bp->argtags = CALLOC(sizeof(char *), args + 1); in declare_argtypes()
3804 symbol_destructor = CALLOC(sizeof(char *), nsyms); in pack_symbols()
3807 symbol_type_tag = CALLOC(sizeof(char *), nsyms); in pack_symbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def478 HANDLE_LIBCALL(CALLOC, "calloc")