Searched refs:__strndup (Results 1 – 1 of 1) sorted by relevance
1322 extern char *__strndup (__const char *__string, size_t __n)1324 # define __strndup(s, n) \ macro1341 : __strndup (s, n)))1344 # define strndup(s, n) __strndup (s, n)