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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c183 static wcat_t *g_strchr(const wcat_t *, wchar_t);
310 if ((ptr = (const wcat_t *) g_strchr(ptr, LBRACE)) != NULL)
511 if ((colon = g_strchr(pattern, COLON)) == NULL ||
587 g_strchr(qpatnext+1, RBRACKET) == NULL) {
1248 g_strchr(const wcat_t *str, wchar_t ch) function

Completed in 59 milliseconds