Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c140 static Char *g_strchr(Char *, int);
225 while ((ptr = (const Char *) g_strchr((Char *) ptr, LBRACE)) != NULL)
441 g_strchr((Char *) qpatnext+1, RBRACKET) == NULL) {
884 g_strchr(str, ch) in g_strchr() function
/titanic_41/usr/src/lib/libc/port/regex/
H A Dglob.c170 static wcat_t *g_strchr(const wcat_t *, wchar_t);
297 if ((ptr = (const wcat_t *) g_strchr(ptr, LBRACE)) != NULL) in globexp1()
498 if ((colon = g_strchr(pattern, COLON)) == NULL || in g_charclass()
574 g_strchr(qpatnext+1, RBRACKET) == NULL) { in glob0()
1235 g_strchr(const wcat_t *str, wchar_t ch) in g_strchr() function