Searched defs:sm_strdup_x (Results 1 – 2 of 2) sorted by relevance
53 # define sm_strdup_x(str) strcpy(sm_malloc_x(strlen(str) + 1), str) macro
92 sm_strdup_x(s) in sm_strdup_x() function