Home
last modified time | relevance | path

Searched refs:FNM_LEADING_DIR (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libast/common/comp/
H A Dfnmatch.h43 #define FNM_LEADING_DIR 0x0040 /* match up to implicit / */ macro
H A Dfnmatch.c63 if (flags & FNM_LEADING_DIR) in fnmatch()
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dfnmatch.h52 #define FNM_LEADING_DIR 0x0040 /* match up to implicit / */ macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dfnmatch.h52 #define FNM_LEADING_DIR 0x0040 /* match up to implicit / */ macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dfnmatch.h52 #define FNM_LEADING_DIR 0x0040 /* match up to implicit / */ macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dfnmatch.h52 #define FNM_LEADING_DIR 0x0040 /* match up to implicit / */ macro
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE948 comp/fnmatch: add FNM_LEADING_DIR for gnu compatibility