Searched refs:g_strchr (Results 1 – 1 of 1) sorted by relevance
155 static Char *g_strchr(const Char *, int);244 if ((ptr = (const Char *) g_strchr(ptr, LBRACE)) != NULL) in globexp1()445 if ((colon = g_strchr(pattern, ':')) == NULL || colon[1] != ']')489 g_strchr(qpatnext+1, RBRACKET) == NULL) {1025 g_strchr(const Char *str, int ch) function