Searched defs:smbestrdup (Results 1 – 2 of 2) sorted by relevance
20 smbestrdup(char *p) in smbestrdup() function
256 #define smbestrdup(p) strcpy(malloc(strlen(p) + 1), p) macro