Searched refs:FNM_LEADING_DIR (Results 76 - 85 of 85) sorted by relevance

1234

/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
H A Dfnmatch.h567 # define FNM_LEADING_DIR (1 << 3) /* Ignore '/...' after a match. */ macro
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
H A Dfnmatch.h567 # define FNM_LEADING_DIR (1 << 3) /* Ignore '/...' after a match. */ macro
/netbsd-current/external/gpl2/gmake/dist/glob/
H A Dfnmatch.c469 if ((flags & FNM_LEADING_DIR) && *n == '/')
470 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfnmatch_loop.c130 this means it cannot match, unless the FNM_LEADING_DIR
137 if (flags & FNM_LEADING_DIR)
949 if ((flags & FNM_LEADING_DIR) && n != string_end && *n == L_('/'))
950 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dfnmatch_loop.c133 this means it cannot match, unless the FNM_LEADING_DIR
140 if (flags & FNM_LEADING_DIR)
952 if ((flags & FNM_LEADING_DIR) && n != string_end && *n == L('/'))
953 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfnmatch_loop.c146 this means it cannot match, unless the FNM_LEADING_DIR
153 if (flags & FNM_LEADING_DIR)
925 if ((flags & FNM_LEADING_DIR) && n != string_end && *n == L_('/'))
926 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dfnmatch_loop.c146 this means it cannot match, unless the FNM_LEADING_DIR
153 if (flags & FNM_LEADING_DIR)
925 if ((flags & FNM_LEADING_DIR) && n != string_end && *n == L_('/'))
926 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
/netbsd-current/external/gpl2/diffutils/dist/
H A Dconfigure13609 || fnmatch ("*", "x", FNM_FILE_NAME | FNM_LEADING_DIR) != 0
13610 || fnmatch ("x*", "x/y/z", FNM_FILE_NAME | FNM_LEADING_DIR) != 0
13611 || fnmatch ("*c*", "c/x", FNM_FILE_NAME | FNM_LEADING_DIR) != 0);
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/
H A Dconfigure19380 if (!y ("*", "x", FNM_FILE_NAME | FNM_LEADING_DIR))
19382 if (!y ("x*", "x/y/z", FNM_FILE_NAME | FNM_LEADING_DIR))
19384 if (!y ("*c*", "c/x", FNM_FILE_NAME | FNM_LEADING_DIR))
/netbsd-current/external/gpl3/gdb/dist/gnulib/
H A Dconfigure24960 if (!y ("*", "x", FNM_FILE_NAME | FNM_LEADING_DIR))
24962 if (!y ("x*", "x/y/z", FNM_FILE_NAME | FNM_LEADING_DIR))
24964 if (!y ("*c*", "c/x", FNM_FILE_NAME | FNM_LEADING_DIR))

Completed in 389 milliseconds

1234