Home
last modified time | relevance | path

Searched refs:sm_pstrdup_x (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dstring.h45 sm_pstrdup_x __P((const char *_str));
56 # define sm_pstrdup_x(str) strcpy(sm_pmalloc_x(strlen(str) + 1), str) macro
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstrdup.c120 sm_pstrdup_x(s) in sm_pstrdup_x() function
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dstab.c208 s->s_name = sm_pstrdup_x(name);
H A Dsendmail.h2165 char *_newval = sm_pstrdup_x(val); \
H A Dreadcf.c2363 newval = sm_pstrdup_x(exbuf); \
H A Dconf.c1148 myname = sm_pstrdup_x(myname); in username()
H A Ddeliver.c5910 s->s_hostsig.hs_sig = sm_pstrdup_x(host);