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

/freebsd-9.3-release/usr.bin/csup/
H A Dfnmatch.h45 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */ macro
H A Dfnmatch.c66 if ((flags & FNM_LEADING_DIR) && *string == '/')
94 return ((flags & FNM_LEADING_DIR) ||
H A Dproto.c408 FNM_LEADING_DIR));
426 flags = FNM_PATHNAME | FNM_LEADING_DIR |
/freebsd-9.3-release/include/
H A Dfnmatch.h49 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */ macro
/freebsd-9.3-release/contrib/binutils/include/
H A Dfnmatch.h54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dfnmatch.h54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/freebsd-9.3-release/contrib/gdb/include/
H A Dfnmatch.h54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/freebsd-9.3-release/tools/regression/lib/libc/gen/
H A Dtest-fnmatch.c174 "a", "a/b", FNM_PATHNAME | FNM_LEADING_DIR, 0,
175 "*", "a/b", FNM_PATHNAME | FNM_LEADING_DIR, 0,
176 "*", ".a/b", FNM_PATHNAME | FNM_LEADING_DIR, 0,
177 "*a", ".a/b", FNM_PATHNAME | FNM_LEADING_DIR, 0,
178 "*", ".a/b", FNM_PATHNAME | FNM_PERIOD | FNM_LEADING_DIR, FNM_NOMATCH,
179 "*a", ".a/b", FNM_PATHNAME | FNM_PERIOD | FNM_LEADING_DIR, FNM_NOMATCH,
187 FNM_PERIOD, FNM_LEADING_DIR, FNM_CASEFOLD, 0 };
188 static const char flagnames[] = "FNM_NOESCAPE\0FNM_PATHNAME\0FNM_PERIOD\0FNM_LEADING_DIR\0FNM_CASEFOLD\0";
297 !(flags & (FNM_NOESCAPE | FNM_LEADING_DIR))) {
348 && !(flags & FNM_LEADING_DIR)) {
[all...]
/freebsd-9.3-release/contrib/diff/lib/
H A Dexclude.c63 #ifndef FNM_LEADING_DIR
64 # define FNM_LEADING_DIR 0 macro
69 & (FNM_PATHNAME | FNM_NOESCAPE | FNM_PERIOD | FNM_LEADING_DIR
114 if (! (options & FNM_LEADING_DIR))
/freebsd-9.3-release/sys/libkern/
H A Dfnmatch.c63 if ((flags & FNM_LEADING_DIR) && *string == '/')
91 return ((flags & FNM_LEADING_DIR) ||
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dfnmatch.c213 if ((flags & FNM_LEADING_DIR) && *n == '/')
214 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dfnmatch.c213 if ((flags & FNM_LEADING_DIR) && *n == '/')
214 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
/freebsd-9.3-release/lib/libc/gen/
H A Dfnmatch.c112 if ((flags & FNM_LEADING_DIR) && sc == '/')
140 return ((flags & FNM_LEADING_DIR) ||
/freebsd-9.3-release/sys/sys/
H A Dlibkern.h190 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */ macro

Completed in 104 milliseconds