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

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dglob.c149 static Char *g_strchr (const Char *, int);
228 while ((ptr = (const Char *) g_strchr(ptr, CHAR_LBRACE)) != NULL)
423 g_strchr(qpatnext+1, CHAR_RBRACKET) == NULL) {
797 g_strchr(const Char *str, int ch) function
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.c156 static Char *g_strchr(const Char *, int);
245 if ((ptr = (const Char *) g_strchr(ptr, LBRACE)) != NULL)
446 if ((colon = g_strchr(pattern, ':')) == NULL || colon[1] != ']')
490 g_strchr(qpatnext+1, RBRACKET) == NULL) {
1026 g_strchr(const Char *str, int ch) function
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c156 static const Char *g_strchr(const Char *, wchar_t);
297 if ((ptr = g_strchr(pattern, LBRACE)) != NULL) {
555 g_strchr(qpatnext+1, RBRACKET) == NULL) {
1029 g_strchr(const Char *str, wchar_t ch) function

Completed in 304 milliseconds