Searched defs:strdup (Results 1 – 6 of 6) sorted by relevance
19 strdup(str) in strdup() function
66 #define strdup(s) strcpy(malloc((unsigned) strlen(s) + 1), s) macro
63 #define strdup(s) strcpy(malloc((unsigned) strlen(s) + 1), s) macro
95 strdup(str) in strdup() function
40 char *strdup(s) in strdup() function
65 char *strdup(s) in strdup() function