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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch.in.h42 # define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
H A Dfnmatch_loop.c131 this means it cannot match, unless the FNM_LEADING_DIR
138 if (flags & FNM_LEADING_DIR)
972 if ((flags & FNM_LEADING_DIR) && n != string_end && *n == L_('/'))
973 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
/osnet-11/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)
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dfnmatch.h52 #define FNM_LEADING_DIR 0x0040 /* match up to implicit / */ macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dfnmatch.h52 #define FNM_LEADING_DIR 0x0040 /* match up to implicit / */ macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dfnmatch.h52 #define FNM_LEADING_DIR 0x0040 /* match up to implicit / */ macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dfnmatch.h52 #define FNM_LEADING_DIR 0x0040 /* match up to implicit / */ macro
/osnet-11/usr/src/grub/grub2/
H A Dconfigure21639 && y ("*", "x", FNM_FILE_NAME | FNM_LEADING_DIR)
21640 && y ("x*", "x/y/z", FNM_FILE_NAME | FNM_LEADING_DIR)
21641 && y ("*c*", "c/x", FNM_FILE_NAME | FNM_LEADING_DIR)
[all...]

Completed in 5603 milliseconds