Searched defs:strdup (Results 1 – 4 of 4) sorted by relevance
42 #define strdup _strdup macro
78 #pragma weak strdup macro79 char * strdup(const char *s) in strdup() function
90 char * strdup(const char *s) in strdup() function
33 # define strdup(str) _strdup(str) macro
Completed in 7 milliseconds