Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dargz.h53 int __sep, char **__restrict __argz,
56 int __sep, char **__restrict __argz,
74 extern void __argz_stringify (char *__argz, size_t __len, int __sep) __THROW;
75 extern void argz_stringify (char *__argz, size_t __len, int __sep) __THROW;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstring2.h1172 __STRING_INLINE char *__strtok_r_1c (char *__s, char __sep, char **__nextp);
1174 __strtok_r_1c (char *__s, char __sep, char **__nextp) in __strtok_r_1c() argument
1179 while (*__s == __sep) in __strtok_r_1c()
1186 if (*__s++ == __sep) in __strtok_r_1c()