Home
last modified time | relevance | path

Searched defs:FNM_PATHNAME (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/include/
H A Dfnmatch.h48 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ macro
/dflybsd-src/contrib/gcc-4.7/include/
H A Dfnmatch.h48 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ macro
/dflybsd-src/contrib/gdb-7/include/
H A Dfnmatch.h48 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ macro
/dflybsd-src/contrib/binutils-2.34/include/
H A Dfnmatch.h48 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ macro
/dflybsd-src/include/
H A Dfnmatch.h41 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */ macro
/dflybsd-src/gnu/usr.bin/gdb/libgnu/
H A Dfnmatch.h46 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match '/'. */ macro
/dflybsd-src/sys/sys/
H A Dlibkern.h181 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */ macro