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

/freebsd-10.3-release/contrib/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
/freebsd-10.3-release/contrib/sendmail/libsm/
H A Dstrdup.c120 sm_pstrdup_x(s) function
/freebsd-10.3-release/contrib/sendmail/src/
H A Dstab.c204 s->s_name = sm_pstrdup_x(name);
H A Dsendmail.h2267 ** We use sm_pstrdup_x to duplicate the string because it raises
2285 char *_newval = sm_pstrdup_x(val); \
H A Dconf.c1156 myname = sm_pstrdup_x(myname);
H A Ddeliver.c5973 s->s_hostsig.hs_sig = sm_pstrdup_x(host);
H A Dreadcf.c2925 newval = sm_pstrdup_x(exbuf); \

Completed in 184 milliseconds