HomeSort by relevance Sort by last modified time
    Searched full:startch (Results 1 - 1 of 1) sorted by null

  /bionic/libc/unistd/
fnmatch.c 153 const char *startch; local
204 startch = *pattern;
215 if ((**string >= *startch) && (**string <= **pattern))
217 else if (nocase && (isupper(**string) || isupper(*startch)
219 && (tolower(**string) >= tolower(*startch))

Completed in 158 milliseconds