HomeSort by: relevance | last modified time | path
    Searched defs:g_strchr (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
glob.c 164 static Char *g_strchr(const Char *, int);
255 while ((ptr = (const Char *) g_strchr(ptr, LBRACE)) != NULL)
502 g_strchr(qpatnext+1, RBRACKET) == NULL) {
1119 g_strchr(const Char *str, int ch) function in typeref:typename:Char *
glob.c 164 static Char *g_strchr(const Char *, int);
255 while ((ptr = (const Char *) g_strchr(ptr, LBRACE)) != NULL)
502 g_strchr(qpatnext+1, RBRACKET) == NULL) {
1119 g_strchr(const Char *str, int ch) function in typeref:typename:Char *

Completed in 67 milliseconds