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

  /bionic/libc/unistd/
fnmatch.c 149 const int nocase = !!(flags & FNM_CASEFOLD); local
191 if (classmatch(*pattern, **string, nocase, pattern)
217 else if (nocase && (isupper(**string) || isupper(*startch)
230 else if (nocase && (isupper(**string) || isupper(**pattern))
257 else if (nocase && (isupper(**string) || isupper(**pattern))
  /external/kernel-headers/original/linux/
msdos_fs.h 220 nocase:1, /* Does this need case conversion? 0=need case conversion*/ member in struct:fat_mount_options

Completed in 561 milliseconds