Home
last modified time | relevance | path

Searched defs:FNM_LEADING_DIR (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/include/
H A Dfnmatch.h54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/dflybsd-src/contrib/gcc-4.7/include/
H A Dfnmatch.h54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/dflybsd-src/contrib/gdb-7/include/
H A Dfnmatch.h54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/dflybsd-src/contrib/binutils-2.34/include/
H A Dfnmatch.h54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/dflybsd-src/include/
H A Dfnmatch.h49 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */ macro
/dflybsd-src/gnu/usr.bin/gdb/libgnu/
H A Dfnmatch.h52 # define FNM_LEADING_DIR (1 << 3) /* Ignore '/...' after a match. */ macro
/dflybsd-src/sys/sys/
H A Dlibkern.h183 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */ macro
/dflybsd-src/contrib/grep/lib/
H A Dexclude.c57 # define FNM_LEADING_DIR 0 macro