Searched refs:FNM_NOESCAPE (Results 1 - 10 of 10) sorted by last modified time

/openbsd-current/usr.bin/kstat/
H A Dkstat.c300 FNM_NOESCAPE | FNM_LEADING_DIR) == FNM_NOMATCH)
309 FNM_NOESCAPE | FNM_LEADING_DIR) == FNM_NOMATCH)
/openbsd-current/lib/libc/gen/
H A Dfnmatch.c148 const int escape = !(flags & FNM_NOESCAPE);
287 const int escape = !(flags & FNM_NOESCAPE);
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dfnmatch.h44 #undef FNM_NOESCAPE macro
49 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/openbsd-current/gnu/gcc/include/
H A Dfnmatch.h44 #undef FNM_NOESCAPE macro
49 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/openbsd-current/gnu/lib/libiberty/src/
H A Dfnmatch.c92 if (!(flags & FNM_NOESCAPE))
115 unsigned char c1 = (!(flags & FNM_NOESCAPE) && c == '\\') ? *p : c;
145 if (!(flags & FNM_NOESCAPE) && c == '\\')
164 if (!(flags & FNM_NOESCAPE) && cend == '\\')
193 if (!(flags & FNM_NOESCAPE) && c == '\\')
/openbsd-current/gnu/lib/libiberty/include/
H A Dfnmatch.h44 #undef FNM_NOESCAPE macro
49 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/openbsd-current/include/
H A Dfnmatch.h43 #define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */ macro
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dfnmatch.h44 #undef FNM_NOESCAPE macro
49 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dfnmatch.c69 if (!(flags & FNM_NOESCAPE))
89 char c1 = (!(flags & FNM_NOESCAPE) && c == '\\') ? *p : c;
118 if (!(flags & FNM_NOESCAPE) && c == '\\')
134 if (!(flags & FNM_NOESCAPE) && cend == '\\')
160 if (!(flags & FNM_NOESCAPE) && c == '\\')
H A Dfnmatch.h21 #undef FNM_NOESCAPE macro
22 #define FNM_NOESCAPE (1 << 1)/* Backslashes don't quote special chars. */ macro
26 #define __FNM_FLAGS (FNM_PATHNAME|FNM_NOESCAPE|FNM_PERIOD)

Completed in 253 milliseconds