Lines Matching defs:str
50 sm_strdup_tagged_x __P((const char *str, char *file, int line, int group));
55 # define sm_strdup_x(str) strcpy(sm_malloc_x(strlen(str) + 1), str)
58 # define sm_pstrdup_x(str) strcpy(sm_pmalloc_x(strlen(str) + 1), str)
60 # define sm_strdup_tagged_x(str, file, line, group) \
61 strcpy(sm_malloc_tagged_x(strlen(str) + 1, file, line, group), str)