Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A 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));
H A Dstring.h53 # define sm_strdup_x(str) strcpy(sm_malloc_x(strlen(str) + 1), str)
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dutil.c165 obp = sm_malloc_x(olen);
190 obp = sm_malloc_x(olen);
H A 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));
H A Dstrdup.c38 char *d = sm_malloc_x(n + 1);
H A Dexc.c260 exc = sm_malloc_x(sizeof(SM_EXC_T));
273 argv = sm_malloc_x(argc * sizeof(SM_VAL_T));
H A Dt-exc.c139 p = sm_malloc_x((size_t)(-1));
H A Dungetc.c59 p = sm_malloc_x((size_t) SM_IO_BUFSIZ);
H A Ddebug.c262 s = sm_malloc_x(sizeof(SM_DEBUG_SETTING_T));
H A Dheap.c30 #undef sm_malloc_x
94 sm_malloc_x(size) in sm_malloc_x() function
H A Dt-strl.c37 s3 = sm_malloc_x(MAXL);
H A Dvfprintf.c1105 *typetable = (unsigned char *) sm_malloc_x(sizeof(unsigned char)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dudb.c285 nuser = sm_malloc_x(usersize + size);
462 user = sm_malloc_x(info.size + 1);
518 user = sm_malloc_x(usersize);
H A Dparseaddr.c3099 buf = sm_malloc_x(bufsize);
3111 buf = sm_malloc_x(bufsize);
3315 buf = sm_malloc_x(bufsize);
3327 buf = sm_malloc_x(bufsize);
H A Drecipient.c209 bufp = sm_malloc_x(i);
374 bufp = sm_malloc_x(i);
H A Dmain.c950 ep = sm_malloc_x(i);
959 ep = sm_malloc_x(i);
2717 p = sm_malloc_x(i);
H A Dmci.c467 mci = (MCI *) sm_malloc_x(sizeof(*mci));
H A Dutil.c1439 nbp = sm_malloc_x(nn);
H A Dconf.c5368 buf = sm_malloc_x(bufsize);