Searched refs:sm_pmalloc_x (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/sendmail/libsm/
H A Dstrdup.c127 d = sm_pmalloc_x(l);
H A Dutil.c64 char *nbuf = sm_pmalloc_x(l);
H A Dfindfp.c122 g = (struct sm_glue *) sm_pmalloc_x(sizeof(*g) + SM_ALIGN_BITS +
H A Dclock.c72 SmFreeEventList = (SM_EVENT *) sm_pmalloc_x(sizeof *SmFreeEventList);
/freebsd-13-stable/contrib/sendmail/include/sm/
H A Dheap.h88 # define sm_pmalloc_x(size) sm_malloc_tagged_x(size, __FILE__, __LINE__, 0) macro
H A Dstring.h56 # define sm_pstrdup_x(str) strcpy(sm_pmalloc_x(strlen(str) + 1), str)
/freebsd-13-stable/contrib/sendmail/src/
H A Dstab.c212 s = (STAB *) sm_pmalloc_x(len);
H A Dudb.c741 up->udb_default = sm_pmalloc_x(info.size + 1);
791 up->udb_default = sm_pmalloc_x(info.size + 1);
989 up->udb_dbname = sm_pmalloc_x(l + 4);
H A Dutil.c2338 char *nbp = sm_pmalloc_x(l);
2510 npv = (PROCS_T *) sm_pmalloc_x((sizeof(*npv)) *
H A Dmci.c147 MciCache = (MCI **) sm_pmalloc_x(MaxMciCache * sizeof(*MciCache));
H A Dparseaddr.c1420 sm_pmalloc_x(trsize);
1886 rwbuf = (char *) sm_pmalloc_x(rwbuflen);
H A Dsavemail.c1646 bp = sm_pmalloc_x(l);
H A Dmap.c391 buf = sm_pmalloc_x(buflen);
1867 buf = sm_pmalloc_x(bufsiz);
2585 buf = sm_pmalloc_x(bufsiz);
H A Ddeliver.c1867 tobuf = sm_pmalloc_x(strsize);
6174 p = sm_pmalloc_x(len);

Completed in 360 milliseconds