Searched refs:FNM_PATHNAME (Results 1 - 19 of 19) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dfnmatch_.h27 # undef FNM_PATHNAME macro
32 # define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ macro
37 # define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dfnmatch_.h27 # undef FNM_PATHNAME macro
32 # define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ macro
37 # define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dfnmatch.h43 #undef FNM_PATHNAME macro
48 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ macro
53 #define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dfnmatch.h43 #undef FNM_PATHNAME macro
48 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ macro
53 #define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
/netbsd-6-1-5-RELEASE/gnu/usr.bin/diffutils/include/
H A Dfnmatch.h42 #undef FNM_PATHNAME macro
47 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ macro
52 #define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/include/
H A Dfnmatch.h43 #undef FNM_PATHNAME macro
48 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ macro
53 #define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dfnmatch.h44 #undef FNM_PATHNAME macro
49 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ macro
54 #define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dfnmatch.h43 #undef FNM_PATHNAME macro
48 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ macro
53 #define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/glob/
H A Dfnmatch.h49 #undef FNM_PATHNAME macro
54 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ macro
59 # define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
H A Dglob.c264 # undef FNM_PATHNAME macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dfnmatch.c76 if (*string == '/' && (flags & FNM_PATHNAME))
80 ((flags & FNM_PATHNAME) && *(string - 1) == '/')))
92 ((flags & FNM_PATHNAME) && *(string - 1) == '/')))
97 if (flags & FNM_PATHNAME)
102 else if (c == '/' && flags & FNM_PATHNAME) {
112 if (test == '/' && flags & FNM_PATHNAME)
120 if (*string == '/' && flags & FNM_PATHNAME)
H A Dfnmatch.hin54 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
/netbsd-6-1-5-RELEASE/include/
H A Dfnmatch.h44 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */ macro
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dfnmatch.c134 if (*string == '/' && (flags & FNM_PATHNAME))
138 ((flags & FNM_PATHNAME) && *(string - 1) == '/')))
150 ((flags & FNM_PATHNAME) && *(string - 1) == '/')))
155 if (flags & FNM_PATHNAME)
161 } else if (c == '/' && flags & FNM_PATHNAME) {
177 if (test == '/' && flags & FNM_PATHNAME)
185 if (*string == '/' && flags & FNM_PATHNAME)
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dexcludes.c110 #define MATCH(g, n) (fnmatch((g), (n), FNM_PATHNAME) == 0)
H A Dverify.c124 !fnmatch(ep->name, p->fts_name, FNM_PATHNAME)) ||
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dar.c235 if (fnmatch (state->pattern, mem, FNM_PATHNAME|FNM_PERIOD) == 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dmsggrep.c592 if (fnmatch (slp->item[j], filename, FNM_PATHNAME) == 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/
H A Dconfigure24450 && n ("d*/*1", "d/s/1", FNM_PATHNAME)
[all...]

Completed in 230 milliseconds