Home
last modified time | relevance | path

Searched refs:sm_malloc_x (Results 1 – 19 of 19) sorted by relevance

/mirbsd/src/gnu/usr.sbin/sendmail/include/sm/
Dheap.h31 # define sm_malloc_x(sz) sm_malloc_tagged_x(sz, __FILE__, __LINE__, SmHeapGroup) macro
45 # define sm_malloc_tagged_x(size, file, line, grp) sm_malloc_x(size)
52 extern void *sm_malloc_x __P((size_t));
Dstring.h54 # define sm_strdup_x(str) strcpy(sm_malloc_x(strlen(str) + 1), str)
/mirbsd/src/gnu/usr.sbin/sendmail/libsm/
Dutil.c165 obp = sm_malloc_x(olen);
190 obp = sm_malloc_x(olen);
Drpool.c66 p = sm_malloc_x(sizeof(SM_POOLHDR_T) + size);
311 rpool = sm_malloc_x(sizeof(SM_RPOOL_T));
483 rl = sm_malloc_x(sizeof(SM_RLIST_T));
Dstrdup.c38 char *d = sm_malloc_x(n + 1);
Dexc.c260 exc = sm_malloc_x(sizeof(SM_EXC_T));
273 argv = sm_malloc_x(argc * sizeof(SM_VAL_T));
Dt-exc.c139 p = sm_malloc_x((size_t)(-1));
Dungetc.c59 p = sm_malloc_x((size_t) SM_IO_BUFSIZ);
Dheap.c30 #undef sm_malloc_x
94 sm_malloc_x(size) in sm_malloc_x() function
Ddebug.c262 s = sm_malloc_x(sizeof(SM_DEBUG_SETTING_T));
Dt-strl.c37 s3 = sm_malloc_x(MAXL);
Dvfprintf.c1105 *typetable = (unsigned char *) sm_malloc_x(sizeof(unsigned char)
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dudb.c285 nuser = sm_malloc_x(usersize + size);
462 user = sm_malloc_x(info.size + 1);
518 user = sm_malloc_x(usersize);
Dparseaddr.c3108 buf = sm_malloc_x(bufsize);
3120 buf = sm_malloc_x(bufsize);
3324 buf = sm_malloc_x(bufsize);
3336 buf = sm_malloc_x(bufsize);
Drecipient.c209 bufp = sm_malloc_x(i);
374 bufp = sm_malloc_x(i);
Dmain.c948 ep = sm_malloc_x(i);
957 ep = sm_malloc_x(i);
2725 p = sm_malloc_x(i);
Dmci.c493 mci = (MCI *) sm_malloc_x(sizeof(*mci));
Dutil.c1439 nbp = sm_malloc_x(nn);
Dconf.c5427 buf = sm_malloc_x(bufsize);