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

/sendmail/include/sm/
H A Dstring.h41 sm_strdup_x __P((const char *_str));
53 # define sm_strdup_x(str) strcpy(sm_malloc_x(strlen(str) + 1), str) macro
/sendmail/libsm/
H A Dstrdup.c92 sm_strdup_x(s) function
99 d = sm_malloc_tagged_x(l, "sm_strdup_x", 0, sm_heap_group());

Completed in 8 milliseconds