Searched defs:__strdup (Results 1 - 1 of 1) sorted by relevance

/external/bison/lib/
H A Dstrdup.c28 #undef __strdup macro
34 # define __strdup strdup macro
39 __strdup (const char *s) function
50 libc_hidden_def (__strdup)
53 weak_alias (__strdup, strdup)

Completed in 67 milliseconds