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

/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dstring.h47 sm_pstrdup_x __P((const char *_str));
58 # define sm_pstrdup_x(str) strcpy(sm_pmalloc_x(strlen(str) + 1), str) macro
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dstrdup.c122 sm_pstrdup_x(s) function
/osnet-11/usr/src/cmd/sendmail/src/
H A Dstab.c210 s->s_name = sm_pstrdup_x(name);
H A Dsendmail.h2200 ** We use sm_pstrdup_x to duplicate the string because it raises
2218 char *_newval = sm_pstrdup_x(val); \
H A Dconf.c1145 myname = sm_pstrdup_x(myname);
H A Ddeliver.c5911 s->s_hostsig.hs_sig = sm_pstrdup_x(host);
H A Dreadcf.c2393 newval = sm_pstrdup_x(exbuf); \

Completed in 79 milliseconds