Searched refs:g_strchr (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/
H A Dglob.c150 static const Char *g_strchr(const Char *, wchar_t);
255 while ((ptr = g_strchr(ptr, LBRACE)) != NULL)
461 g_strchr(qpatnext+1, RBRACKET) == NULL) {
878 g_strchr(const Char *str, wchar_t ch) function

Completed in 53 milliseconds