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

/freebsd-13-stable/contrib/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)
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dutil.c165 obp = sm_malloc_x(olen);
190 obp = sm_malloc_x(olen);
H A Dstrdup.c38 char *d = sm_malloc_x(n + 1);
H A Dt-exc.c139 p = sm_malloc_x((size_t)(-1));
141 "sm_malloc_x unexpectedly succeeded, returning %p\n", p);
142 unknown = "sm_malloc_x unexpectedly succeeded";
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 Dungetc.c59 p = sm_malloc_x((size_t) SM_IO_BUFSIZ);
H A Ddebug.c294 s = sm_malloc_x(sizeof(SM_DEBUG_SETTING_T));
H A Dexc.c260 exc = sm_malloc_x(sizeof(SM_EXC_T));
273 argv = sm_malloc_x(argc * sizeof(SM_VAL_T));
H A Dheap.c30 #undef sm_malloc_x macro
64 ** don't want sm_malloc_x(0) to raise an exception on some platforms
85 ** sm_malloc_x only gets called from source files in which heap
87 ** sm_malloc_x is macro expanded to a call to sm_malloc_tagged_x.
94 sm_malloc_x(size) function
H A Dt-strl.c37 s3 = sm_malloc_x(MAXL);
H A Dvfprintf.c1106 *typetable = (unsigned char *) sm_malloc_x(sizeof(unsigned char)
/freebsd-13-stable/contrib/sendmail/src/
H A Dudb.c289 nuser = sm_malloc_x(usersize + size);
466 user = sm_malloc_x(info.size + 1);
522 user = sm_malloc_x(usersize);
H A Dparseaddr.c3142 buf = sm_malloc_x(bufsize);
3154 buf = sm_malloc_x(bufsize);
3370 buf = sm_malloc_x(bufsize);
3382 buf = sm_malloc_x(bufsize);
H A Drecipient.c209 bufp = sm_malloc_x(i);
374 bufp = sm_malloc_x(i);
H A Dmain.c963 ep = sm_malloc_x(i);
972 ep = sm_malloc_x(i);
2786 p = sm_malloc_x(i);
H A Dmci.c535 mci = (MCI *) sm_malloc_x(sizeof(*mci));
H A Dutil.c1383 ** long, when it will be sm_malloc_x()ed.
1439 nbp = sm_malloc_x(nn);
H A Dconf.c5502 buf = sm_malloc_x(bufsize);

Completed in 167 milliseconds