Searched refs:__strndup (Results 1 – 3 of 3) sorted by relevance
32 #undef __strndup36 # define __strndup strndup macro40 __strndup (const char *s, size_t n) in __strndup() function52 libc_hidden_def (__strndup)55 weak_alias (__strndup, strndup)
71 char *to = __strndup (arg, to_len); in __argz_replace()
71 __strndup;
Completed in 5 milliseconds