Home
last modified time | relevance | path

Searched refs:FNM_PATHNAME (Results 1 – 15 of 15) sorted by last modified time

/dragonfly/sys/sys/
H A Dlibkern.h181 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */ macro
186 #define FNM_FILE_NAME FNM_PATHNAME
/dragonfly/usr.sbin/newsyslog/
H A Dnewsyslog.c946 fnres = fnmatch(ent->log, *given, FNM_PATHNAME); in get_worklist()
/dragonfly/usr.sbin/mtree/
H A Dexcludes.c100 #define MATCH(g, n) (fnmatch((g), (n), FNM_PATHNAME) == 0) in check_excludes()
H A Dverify.c113 !fnmatch(ep->name, p->fts_name, FNM_PATHNAME)) || in vwalk()
/dragonfly/sys/libkern/
H A Dfnmatch.c74 if (*string == '/' && (flags & FNM_PATHNAME)) in _kfnmatch()
78 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) { in _kfnmatch()
91 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) { in _kfnmatch()
97 if (flags & FNM_PATHNAME) { in _kfnmatch()
104 } else if (c == '/' && flags & FNM_PATHNAME) { in _kfnmatch()
114 if (test == '/' && flags & FNM_PATHNAME) in _kfnmatch()
122 if (*string == '/' && (flags & FNM_PATHNAME)) in _kfnmatch()
126 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) in _kfnmatch()
198 if (c == '/' && (flags & FNM_PATHNAME)) in rangematch()
/dragonfly/lib/libc/gen/
H A Dfnmatch.c112 if (sc == '/' && (flags & FNM_PATHNAME)) in fnmatch1()
116 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) in fnmatch1()
128 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) in fnmatch1()
133 if (flags & FNM_PATHNAME) in fnmatch1()
139 else if (c == '/' && flags & FNM_PATHNAME) { in fnmatch1()
158 if (sc == '/' && flags & FNM_PATHNAME) in fnmatch1()
166 if (sc == '/' && (flags & FNM_PATHNAME)) in fnmatch1()
170 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) in fnmatch1()
247 } else if (*pattern == '/' && (flags & FNM_PATHNAME)) { in rangematch()
/dragonfly/include/
H A Dfnmatch.h41 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */ macro
52 #define FNM_FILE_NAME FNM_PATHNAME
/dragonfly/gnu/usr.bin/gdb/libgnu/
H A Dfnmatch.h41 #undef FNM_PATHNAME
46 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match '/'. */ macro
51 # define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
/dragonfly/gnu/usr.bin/diff/libdiffutils/
H A Dfnmatch.h519 #undef FNM_PATHNAME
524 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match '/'. */ macro
529 # define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
/dragonfly/contrib/grep/lib/
H A Dexclude.c61 & (FNM_PATHNAME | FNM_NOESCAPE | FNM_PERIOD | FNM_LEADING_DIR
/dragonfly/contrib/gdb-7/include/
H A Dfnmatch.h43 #undef FNM_PATHNAME
48 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ macro
53 #define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
/dragonfly/contrib/gcc-4.7/include/
H A Dfnmatch.h43 #undef FNM_PATHNAME
48 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ macro
53 #define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
/dragonfly/contrib/diffutils/lib/
H A Dexclude.c61 & (FNM_PATHNAME | FNM_NOESCAPE | FNM_PERIOD | FNM_LEADING_DIR
/dragonfly/contrib/binutils-2.34/include/
H A Dfnmatch.h43 #undef FNM_PATHNAME
48 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ macro
53 #define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
/dragonfly/contrib/binutils-2.27/include/
H A Dfnmatch.h43 #undef FNM_PATHNAME
48 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ macro
53 #define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */