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

/freebsd-13-stable/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-13-stable/contrib/sendmail/libsm/
H A Dstrdup.c120 sm_pstrdup_x(s) function
/freebsd-13-stable/contrib/sendmail/src/
H A Dstab.c214 s->s_name = sm_pstrdup_x(name);
H A Dreadcf.c2993 newval = sm_pstrdup_x(exbuf); \
4355 newval = sm_pstrdup_x(val);
H A Dsendmail.h2286 ** We use sm_pstrdup_x to duplicate the string because it raises
2298 char *_newval = sm_pstrdup_x(val); \
H A Dconf.c1221 myname = sm_pstrdup_x(myname);
H A Ddeliver.c6230 s->s_hostsig.hs_sig = sm_pstrdup_x(host);

Completed in 204 milliseconds