HomeSort by relevance Sort by last modified time
    Searched refs:g_strchr (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-freebsd/lib/libc/gen/
glob.c 156 static const Char *g_strchr(const Char *, wchar_t);
297 if ((ptr = g_strchr(pattern, LBRACE)) != NULL) {
555 g_strchr(qpatnext+1, RBRACKET) == NULL) {
1049 g_strchr(const Char *str, wchar_t ch) function
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 165 static Char *g_strchr(const Char *, int);
251 while ((ptr = (const Char *) g_strchr(ptr, LBRACE)) != NULL)
474 g_strchr(qpatnext+1, RBRACKET) == NULL) {
994 g_strchr(const Char *str, int ch) function

Completed in 301 milliseconds