HomeSort by relevance Sort by last modified time
    Searched refs:FNM_LEADING_DIR (Results 51 - 52 of 52) sorted by null

1 23

  /bionic/libc/unistd/
fnmatch.c 71 * Supports BSD extensions FNM_LEADING_DIR to match pattern to the end of one
278 const int leading_dir = !!(flags & FNM_LEADING_DIR);
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 469 if ((flags & FNM_LEADING_DIR) && *n == '/')
470 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */

Completed in 92 milliseconds

1 23