Searched refs:FNM_PERIOD (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/usr.bin/csup/
H A Dfnmatch.h44 #define FNM_PERIOD 0x04 /* Period must be matched by period. */ macro
H A Dfnmatch.c74 if (*string == '.' && (flags & FNM_PERIOD) &&
86 if (*string == '.' && (flags & FNM_PERIOD) &&
107 if (!fnmatch(pattern, string, flags & ~FNM_PERIOD))
/freebsd-9.3-release/contrib/binutils/include/
H A Dfnmatch.h45 #undef FNM_PERIOD macro
50 #define FNM_PERIOD (1 << 2) /* Leading `.' is matched only explicitly. */ macro
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dfnmatch.h45 #undef FNM_PERIOD macro
50 #define FNM_PERIOD (1 << 2) /* Leading `.' is matched only explicitly. */ macro
/freebsd-9.3-release/contrib/gdb/include/
H A Dfnmatch.h45 #undef FNM_PERIOD macro
50 #define FNM_PERIOD (1 << 2) /* Leading `.' is matched only explicitly. */ macro
/freebsd-9.3-release/contrib/cvs/lib/
H A Dfnmatch.h.in23 #undef FNM_PERIOD
24 #define FNM_PERIOD (1 << 2)/* Leading `.' is matched only explicitly. */
26 #define __FNM_FLAGS (FNM_PATHNAME|FNM_NOESCAPE|FNM_PERIOD)
H A Dfnmatch.c63 else if ((flags & FNM_PERIOD) && *n == '.' &&
76 if ((flags & FNM_PERIOD) && *n == '.' &&
92 fnmatch(p, n, flags & ~FNM_PERIOD) == 0)
105 if ((flags & FNM_PERIOD) && *n == '.' &&
/freebsd-9.3-release/include/
H A Dfnmatch.h42 #define FNM_PERIOD 0x04 /* Period must be matched by period. */ macro
/freebsd-9.3-release/tools/regression/lib/libc/gen/
H A Dtest-fnmatch.c147 "*", ".", FNM_PERIOD, FNM_NOMATCH,
148 "?", ".", FNM_PERIOD, FNM_NOMATCH,
152 "[0-9]", ".", FNM_PERIOD, FNM_NOMATCH,
162 "b/*", "b/.x", FNM_PATHNAME | FNM_PERIOD, FNM_NOMATCH,
163 "b*/*", "a/.x", FNM_PATHNAME | FNM_PERIOD, FNM_NOMATCH,
164 "b/.*", "b/.x", FNM_PATHNAME | FNM_PERIOD, 0,
165 "b*/.*", "b/.x", FNM_PATHNAME | FNM_PERIOD, 0,
178 "*", ".a/b", FNM_PATHNAME | FNM_PERIOD | FNM_LEADING_DIR, FNM_NOMATCH,
179 "*a", ".a/b", FNM_PATHNAME | FNM_PERIOD | FNM_LEADING_DIR, FNM_NOMATCH,
180 "a*b/*", "abbb/.x", FNM_PATHNAME | FNM_PERIOD, FNM_NOMATC
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dfnmatch.c70 if (*string == '.' && (flags & FNM_PERIOD) &&
82 if (*string == '.' && (flags & FNM_PERIOD) &&
102 if (!rk_fnmatch(pattern, string, flags & ~FNM_PERIOD))
H A Dfnmatch.hin53 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dfnmatch.c86 else if ((flags & FNM_PERIOD) && *n == '.' &&
102 if ((flags & FNM_PERIOD) && *n == '.' &&
119 fnmatch (p, n, flags & ~FNM_PERIOD) == 0)
132 if ((flags & FNM_PERIOD) && *n == '.' &&
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dfnmatch.c86 else if ((flags & FNM_PERIOD) && *n == '.' &&
102 if ((flags & FNM_PERIOD) && *n == '.' &&
119 fnmatch (p, n, flags & ~FNM_PERIOD) == 0)
132 if ((flags & FNM_PERIOD) && *n == '.' &&
/freebsd-9.3-release/sys/libkern/
H A Dfnmatch.c71 if (*string == '.' && (flags & FNM_PERIOD) &&
83 if (*string == '.' && (flags & FNM_PERIOD) &&
104 if (!fnmatch(pattern, string, flags & ~FNM_PERIOD))
116 if (*string == '.' && (flags & FNM_PERIOD) &&
/freebsd-9.3-release/lib/libc/gen/
H A Dfnmatch.c120 if (sc == '.' && (flags & FNM_PERIOD) &&
132 if (sc == '.' && (flags & FNM_PERIOD) &&
174 if (sc == '.' && (flags & FNM_PERIOD) &&
/freebsd-9.3-release/contrib/diff/lib/
H A Dexclude.c69 & (FNM_PATHNAME | FNM_NOESCAPE | FNM_PERIOD | FNM_LEADING_DIR
/freebsd-9.3-release/sys/sys/
H A Dlibkern.h189 #define FNM_PERIOD 0x04 /* Period must be matched by period. */ macro

Completed in 184 milliseconds