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

/freebsd-10.3-release/contrib/sendmail/include/sm/
H A Dstring.h53 # define sm_strdup_x(str) strcpy(sm_malloc_x(strlen(str) + 1), str) macro
/freebsd-10.3-release/contrib/sendmail/libsm/
H A Dstrdup.c92 sm_strdup_x(s) function

Completed in 68 milliseconds