Searched refs:g_strchr (Results 1 – 1 of 1) sorted by relevance
181 static wcat_t *g_strchr(const wcat_t *, wchar_t);308 if ((ptr = (const wcat_t *) g_strchr(ptr, LBRACE)) != NULL) in globexp1()509 if ((colon = g_strchr(pattern, COLON)) == NULL || in g_charclass()585 g_strchr(qpatnext+1, RBRACKET) == NULL) { in glob0()1257 g_strchr(const wcat_t *str, wchar_t ch) in g_strchr() function