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

/freebsd-current/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-current/crypto/openssh/openbsd-compat/
H A Dglob.c160 static Char *g_strchr(const Char *, int);
248 if ((ptr = (const Char *) g_strchr(ptr, LBRACE)) != NULL)
449 if ((colon = g_strchr(pattern, ':')) == NULL || colon[1] != ']')
494 g_strchr(qpatnext+1, RBRACKET) == NULL) {
1039 g_strchr(const Char *str, int ch) function
/freebsd-current/lib/libc/gen/
H A Dglob-compat11.c120 static const Char *g_strchr(const Char *, wchar_t);
261 if ((ptr = g_strchr(pattern, LBRACE)) != NULL) {
518 g_strchr(qpatnext+1, RBRACKET) == NULL) {
1006 g_strchr(const Char *str, wchar_t ch) function
H A Dglob.c152 static const Char *g_strchr(const Char *, wchar_t);
293 if ((ptr = g_strchr(pattern, LBRACE)) != NULL) {
550 g_strchr(qpatnext+1, RBRACKET) == NULL) {
1038 g_strchr(const Char *str, wchar_t ch) function

Completed in 152 milliseconds