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

  /bionic/libc/upstream-openbsd/lib/libc/gen/
fnmatch.c 289 const char *matchptr; local
378 for (matchptr = pattern, matchlen = 0; 1; ++matchlen)
380 if ((*matchptr == '\0')
381 || (slash && ((*matchptr == '/')
382 || (escape && (*matchptr == '\\')
383 && (matchptr[1] == '/')))))
397 if (*matchptr == '*')
414 if (escape && (*matchptr == '\\') && matchptr[1]) {
415 matchptr += 2
    [all...]
  /external/pcre/dist2/src/
pcre2grep.c 1883 char *matchptr = ptr; local
    [all...]

Completed in 58 milliseconds