Symbol: sm_pmalloc_x
usr/src/cmd/sendmail/include/sm/string.h
56
# define sm_pstrdup_x(str) strcpy(sm_pmalloc_x(strlen(str) + 1), str)
usr/src/cmd/sendmail/libsm/clock.c
72
SmFreeEventList = (SM_EVENT *) sm_pmalloc_x(sizeof *SmFreeEventList);
usr/src/cmd/sendmail/libsm/findfp.c
122
g = (struct sm_glue *) sm_pmalloc_x(sizeof(*g) + SM_ALIGN_BITS +
usr/src/cmd/sendmail/libsm/strdup.c
127
d = sm_pmalloc_x(l);
usr/src/cmd/sendmail/libsm/util.c
64
char *nbuf = sm_pmalloc_x(l);
usr/src/cmd/sendmail/src/deliver.c
1815
tobuf = sm_pmalloc_x(strsize);
usr/src/cmd/sendmail/src/deliver.c
5854
p = sm_pmalloc_x(len);
usr/src/cmd/sendmail/src/map.c
1826
buf = sm_pmalloc_x(bufsiz);
usr/src/cmd/sendmail/src/map.c
2544
buf = sm_pmalloc_x(bufsiz);
usr/src/cmd/sendmail/src/map.c
380
buf = sm_pmalloc_x(buflen);
usr/src/cmd/sendmail/src/mci.c
143
MciCache = (MCI **) sm_pmalloc_x(MaxMciCache * sizeof(*MciCache));
usr/src/cmd/sendmail/src/parseaddr.c
1410
sm_pmalloc_x(trsize);
usr/src/cmd/sendmail/src/parseaddr.c
1870
rwbuf = (char *) sm_pmalloc_x(rwbuflen);
usr/src/cmd/sendmail/src/savemail.c
1535
bp = sm_pmalloc_x(l);
usr/src/cmd/sendmail/src/stab.c
206
s = (STAB *) sm_pmalloc_x(len);
usr/src/cmd/sendmail/src/udb.c
737
up->udb_default = sm_pmalloc_x(info.size + 1);
usr/src/cmd/sendmail/src/udb.c
787
up->udb_default = sm_pmalloc_x(info.size + 1);
usr/src/cmd/sendmail/src/udb.c
983
up->udb_dbname = sm_pmalloc_x(l + 4);
usr/src/cmd/sendmail/src/util.c
2338
char *nbp = sm_pmalloc_x(l);
usr/src/cmd/sendmail/src/util.c
2510
npv = (PROCS_T *) sm_pmalloc_x((sizeof(*npv)) *