Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstring2.h1322 extern char *__strndup (__const char *__string, size_t __n)
1324 # define __strndup(s, n) \ macro
1341 : __strndup (s, n)))
1344 # define strndup(s, n) __strndup (s, n)