Searched refs:CALLOC (Results 1 – 14 of 14) sorted by relevance
/freebsd/lib/libipsec/ |
H A D | pfkey.c | 51 #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 D | ex_global.c | 234 CALLOC(sp, rp, 1, sizeof(RANGE)); in ex_g_setup()
|
H A D | ex_args.c | 309 CALLOC(sp, s_argv, argc + 1, sizeof(char *)); in ex_buildargv()
|
H A D | ex_argv.c | 483 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 D | ex_cscope.c | 651 CALLOC(sp, tqp, 1, sizeof(TAGQ) + tlen + 3); in create_cs_cmd()
|
/freebsd/contrib/nvi/common/ |
H A D | cut.c | 288 CALLOC(sp, tp, 1, sizeof(TEXT)); in text_init()
|
H A D | seq.c | 66 CALLOC(sp, qp, 1, sizeof(SEQ)); in seq_set()
|
H A D | mem.h | 150 #define CALLOC(sp, p, nmemb, size) do { \ macro
|
H A D | exf.c | 86 CALLOC(sp, frp, 1, sizeof(FREF)); in file_add()
|
/freebsd/contrib/nvi/vi/ |
H A D | vs_split.c | 63 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 D | defs.h | 179 #define CALLOC(k,n) (calloc((size_t)(k),(size_t)(n))) macro
|
H A D | main.c | 553 p = CALLOC(1, n); in allocate()
|
H A D | reader.c | 1890 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 D | RuntimeLibcalls.def | 478 HANDLE_LIBCALL(CALLOC, "calloc")
|