Home
last modified time | relevance | path

Searched refs:__strdup (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstring2.h1303 extern char *__strdup (__const char *__string) __THROW __attribute_malloc__;
1304 # define __strdup(s) \ macro
1313 : __strdup (s)))
1316 # define strdup(s) __strdup (s)