HomeSort by: relevance | last modified time | path
    Searched refs:FNM_LEADING_DIR (Results 1 - 25 of 86) sorted by relevancy

1 2 3 4

  /src/include/
fnmatch.h 48 #define FNM_LEADING_DIR 0x10 /* Ignore /<tail> after Imatch. */
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fnmatch_.h 38 # define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */
  /src/external/gpl2/xcvs/dist/lib/
fnmatch_.h 38 # define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */
  /src/external/gpl2/diffutils/include/
fnmatch.h 53 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */
  /src/external/gpl2/grep/dist/lib/
fnmatch.h 55 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */
fnmatch.c 110 if ((flags & (FNM_FILE_NAME | FNM_LEADING_DIR)) == FNM_FILE_NAME)
225 if ((flags & FNM_LEADING_DIR) && *n == '/')
226 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
  /src/external/gpl3/binutils/dist/include/
fnmatch.h 54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */
  /src/external/gpl3/binutils.old/dist/include/
fnmatch.h 54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */
  /src/external/gpl3/gcc/dist/include/
fnmatch.h 54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */
  /src/external/gpl3/gcc.old/dist/include/
fnmatch.h 54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */
  /src/external/gpl3/gdb/dist/include/
fnmatch.h 54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */
  /src/external/gpl3/gdb.old/dist/include/
fnmatch.h 54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */
  /src/external/gpl2/gmake/dist/glob/
fnmatch.h 60 # define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */
  /src/external/gpl2/diffutils/dist/lib/
fnmatch.hin 53 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */
exclude.c 74 & (FNM_FILE_NAME | FNM_NOESCAPE | FNM_PERIOD | FNM_LEADING_DIR
124 if (! (options & FNM_LEADING_DIR))
fnmatch.c 110 if ((flags & (FNM_FILE_NAME | FNM_LEADING_DIR)) == FNM_FILE_NAME)
225 if ((flags & FNM_LEADING_DIR) && *n == '/')
226 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
  /src/tests/lib/libc/gen/
t_fnmatch.c 81 atf_tc_set_md_var(tc, "descr", "Test FNM_LEADING_DIR");
91 ATF_CHECK(fnmatch("", "/*", FNM_LEADING_DIR) == 0);
92 ATF_CHECK(fnmatch(" ", " /*", FNM_LEADING_DIR) == 0);
93 ATF_CHECK(fnmatch("x", "x/*", FNM_LEADING_DIR) == 0);
94 ATF_CHECK(fnmatch("///", "////*", FNM_LEADING_DIR) == 0);
  /src/external/gpl3/gdb/dist/gnulib/import/
fnmatch.in.h 56 # define FNM_LEADING_DIR (1 << 3) /* Ignore '/...' after a match. */
  /src/external/gpl3/gdb.old/dist/gnulib/import/
fnmatch.in.h 56 # define FNM_LEADING_DIR (1 << 3) /* Ignore '/...' after a match. */
  /src/lib/libc/gen/
fnmatch.c 132 if ((flags & FNM_LEADING_DIR) && *string == '/')
160 return (flags & FNM_LEADING_DIR) ||
  /src/external/gpl3/binutils/dist/libiberty/
fnmatch.c 213 if ((flags & FNM_LEADING_DIR) && *n == '/')
214 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
  /src/external/gpl3/binutils.old/dist/libiberty/
fnmatch.c 213 if ((flags & FNM_LEADING_DIR) && *n == '/')
214 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
  /src/external/gpl3/gcc/dist/libiberty/
fnmatch.c 213 if ((flags & FNM_LEADING_DIR) && *n == '/')
214 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
  /src/external/gpl3/gcc.old/dist/libiberty/
fnmatch.c 213 if ((flags & FNM_LEADING_DIR) && *n == '/')
214 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
  /src/external/gpl3/gdb/dist/libiberty/
fnmatch.c 213 if ((flags & FNM_LEADING_DIR) && *n == '/')
214 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */

Completed in 38 milliseconds

1 2 3 4