Searched refs:FNM_LEADING_DIR (Results 1 - 25 of 85) sorted by relevance

1234

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dfnmatch_.h38 # define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/netbsd-current/include/
H A Dfnmatch.h48 #define FNM_LEADING_DIR 0x10 /* Ignore /<tail> after Imatch. */ macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfnmatch_.h38 # define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/netbsd-current/external/gpl2/diffutils/include/
H A Dfnmatch.h53 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dfnmatch.h55 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
H A Dfnmatch.c110 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". */
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dfnmatch.h54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dfnmatch.h54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dfnmatch.h54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dfnmatch.h54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dfnmatch.h54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dfnmatch.h54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/netbsd-current/external/gpl2/gmake/dist/glob/
H A Dfnmatch.h60 # define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/netbsd-current/tests/lib/libc/gen/
H A Dt_fnmatch.c81 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);
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfnmatch.in.h56 # define FNM_LEADING_DIR (1 << 3) /* Ignore '/...' after a match. */ macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dfnmatch.in.h56 # define FNM_LEADING_DIR (1 << 3) /* Ignore '/...' after a match. */ macro
/netbsd-current/lib/libc/gen/
H A Dfnmatch.c132 if ((flags & FNM_LEADING_DIR) && *string == '/')
160 return (flags & FNM_LEADING_DIR) ||
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dexclude.c74 & (FNM_FILE_NAME | FNM_NOESCAPE | FNM_PERIOD | FNM_LEADING_DIR
124 if (! (options & FNM_LEADING_DIR))
H A Dfnmatch.c110 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". */
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dfnmatch.c213 if ((flags & FNM_LEADING_DIR) && *n == '/')
214 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dfnmatch.c213 if ((flags & FNM_LEADING_DIR) && *n == '/')
214 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dfnmatch.c213 if ((flags & FNM_LEADING_DIR) && *n == '/')
214 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dfnmatch.c213 if ((flags & FNM_LEADING_DIR) && *n == '/')
214 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dfnmatch.c213 if ((flags & FNM_LEADING_DIR) && *n == '/')
214 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dfnmatch.c213 if ((flags & FNM_LEADING_DIR) && *n == '/')
214 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */

Completed in 176 milliseconds

1234