Searched refs:CALLOC (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13-stable/lib/libipsec/ |
| HD | pfkey.c | 52 #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-13-stable/contrib/nvi/common/ |
| HD | cut.c | 288 CALLOC(sp, tp, 1, sizeof(TEXT)); in text_init()
|
| HD | mem.h | 150 #define CALLOC(sp, p, nmemb, size) do { \ macro
|
| HD | seq.c | 66 CALLOC(sp, qp, 1, sizeof(SEQ)); in seq_set()
|
| HD | exf.c | 86 CALLOC(sp, frp, 1, sizeof(FREF)); in file_add()
|
| /freebsd-13-stable/contrib/nvi/ex/ |
| HD | ex_global.c | 234 CALLOC(sp, rp, 1, sizeof(RANGE)); in ex_g_setup()
|
| HD | ex_args.c | 309 CALLOC(sp, s_argv, argc + 1, sizeof(char *)); in ex_buildargv()
|
| HD | 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()
|
| HD | ex_cscope.c | 651 CALLOC(sp, tqp, 1, sizeof(TAGQ) + tlen + 3); in create_cs_cmd()
|
| /freebsd-13-stable/contrib/nvi/vi/ |
| HD | 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-13-stable/contrib/byacc/ |
| HD | main.c | 453 p = CALLOC(1, n); in allocate()
|
| HD | defs.h | 170 #define CALLOC(k,n) (calloc((size_t)(k),(size_t)(n))) macro
|
| HD | reader.c | 1716 bp->argtags = CALLOC(sizeof(char *), args + 1); in declare_argtypes() 3543 symbol_destructor = CALLOC(sizeof(char *), nsyms); in pack_symbols() 3546 symbol_type_tag = CALLOC(sizeof(char *), nsyms); in pack_symbols()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | RuntimeLibcalls.def | 478 HANDLE_LIBCALL(CALLOC, "calloc")
|