Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstring.h50 char *_EXFUN(strtok_r,(char *, const char *, char **));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstring.h210 extern char *strtok_r (char *__restrict __s, __const char *__restrict __delim,
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstring2.h1196 # define strtok_r(s, sep, nextp) __strtok_r (s, sep, nextp) macro