Searched defs:sm_pstrdup_x (Results 1 - 2 of 2) sorted by relevance

/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
/sendmail/libsm/
H A Dstrdup.c120 sm_pstrdup_x(s) function

Completed in 7 milliseconds