Home | History | Annotate | Download | only in bits

Lines Matching defs:__strdup

1303 extern char *__strdup (__const char *__string) __THROW __attribute_malloc__;
1304 # define __strdup(s) \
1313 : __strdup (s)))
1316 # define strdup(s) __strdup (s)