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

  /bionic/libc/upstream-openbsd/lib/libc/gen/
fnmatch.c 152 const char *startch; local
205 startch = *pattern;
216 if ((**string >= *startch) && (**string <= **pattern))
219 isupper((unsigned char)*startch) ||
222 tolower((unsigned char)*startch))
  /toolchain/binutils/binutils-2.25/gas/
app.c 1198 int startch; local
1200 startch = ch;
1215 if (ch < '0' || ch > '9' || state != 0 || startch != '#')
    [all...]

Completed in 313 milliseconds