Searched refs:FNM_NOESCAPE (Results 1 - 25 of 105) sorted by relevance

12345

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dfnmatch_.h28 # undef FNM_NOESCAPE macro
33 # define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfnmatch_.h28 # undef FNM_NOESCAPE macro
33 # define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/netbsd-current/external/gpl2/diffutils/include/
H A Dfnmatch.h43 #undef FNM_NOESCAPE macro
48 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dfnmatch.h45 #undef FNM_NOESCAPE macro
50 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
H A Dfnmatch.c75 if (!(flags & FNM_NOESCAPE))
118 char c1 = (!(flags & FNM_NOESCAPE) && c == '\\') ? *p : c;
150 if (!(flags & FNM_NOESCAPE) && c == '\\')
173 if (!(flags & FNM_NOESCAPE) && cend == '\\')
201 if (!(flags & FNM_NOESCAPE) && c == '\\')
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dfnmatch.h44 #undef FNM_NOESCAPE macro
49 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dfnmatch.h44 #undef FNM_NOESCAPE macro
49 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dfnmatch.h44 #undef FNM_NOESCAPE macro
49 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dfnmatch.h44 #undef FNM_NOESCAPE macro
49 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dfnmatch.h44 #undef FNM_NOESCAPE macro
49 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dfnmatch.h44 #undef FNM_NOESCAPE macro
49 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/netbsd-current/external/gpl2/gmake/dist/glob/
H A Dfnmatch.h50 #undef FNM_NOESCAPE macro
55 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/netbsd-current/include/
H A Dfnmatch.h43 #define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */ macro
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfnmatch.in.h46 #undef FNM_NOESCAPE macro
51 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dfnmatch.in.h46 #undef FNM_NOESCAPE macro
51 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/netbsd-current/external/gpl3/binutils/dist/libiberty/
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 == '\\')
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
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 == '\\')
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
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 == '\\')
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
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 == '\\')
/netbsd-current/external/gpl3/gcc/dist/libiberty/
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 == '\\')
/netbsd-current/external/gpl3/gdb/dist/libiberty/
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 == '\\')
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dfnmatch.c128 if (!(flags & FNM_NOESCAPE)) {
160 if (c == '\\' && !(flags & FNM_NOESCAPE))
167 if (c2 == '\\' && !(flags & FNM_NOESCAPE))
H A Dfnmatch.hin53 #define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dfnmatch.c75 if (!(flags & FNM_NOESCAPE))
118 char c1 = (!(flags & FNM_NOESCAPE) && c == '\\') ? *p : c;
150 if (!(flags & FNM_NOESCAPE) && c == '\\')
173 if (!(flags & FNM_NOESCAPE) && cend == '\\')
201 if (!(flags & FNM_NOESCAPE) && c == '\\')
/netbsd-current/lib/libc/gen/
H A Dfnmatch.c96 if (c == '\\' && !(flags & FNM_NOESCAPE))
104 if (c2 == '\\' && !(flags & FNM_NOESCAPE))
202 if (!(flags & FNM_NOESCAPE)) {

Completed in 181 milliseconds

12345