Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libipsec/
HDpfkey.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-13-stable/contrib/nvi/common/
HDcut.c288 CALLOC(sp, tp, 1, sizeof(TEXT)); in text_init()
HDmem.h150 #define CALLOC(sp, p, nmemb, size) do { \ macro
HDseq.c66 CALLOC(sp, qp, 1, sizeof(SEQ)); in seq_set()
HDexf.c86 CALLOC(sp, frp, 1, sizeof(FREF)); in file_add()
/freebsd-13-stable/contrib/nvi/ex/
HDex_global.c234 CALLOC(sp, rp, 1, sizeof(RANGE)); in ex_g_setup()
HDex_args.c309 CALLOC(sp, s_argv, argc + 1, sizeof(char *)); in ex_buildargv()
HDex_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()
HDex_cscope.c651 CALLOC(sp, tqp, 1, sizeof(TAGQ) + tlen + 3); in create_cs_cmd()
/freebsd-13-stable/contrib/nvi/vi/
HDvs_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-13-stable/contrib/byacc/
HDmain.c453 p = CALLOC(1, n); in allocate()
HDdefs.h170 #define CALLOC(k,n) (calloc((size_t)(k),(size_t)(n))) macro
HDreader.c1716 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/
HDRuntimeLibcalls.def478 HANDLE_LIBCALL(CALLOC, "calloc")