Home
last modified time | relevance | path

Searched refs:FNM_NOESCAPE (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/posix/
Dfnmatch.h28 #undef FNM_NOESCAPE
33 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
Dfnmatch_loop.c78 if (!(flags & FNM_NOESCAPE)) in FCT()
199 if (c == L_('\\') && !(flags & FNM_NOESCAPE)) in FCT()
256 if (!(flags & FNM_NOESCAPE) && c == L_('\\')) in FCT()
745 if (!(flags & FNM_NOESCAPE) && cend == L_('\\')) in FCT()
799 if (!(flags & FNM_NOESCAPE) && cend == L_('\\')) in FCT()
834 if (!(flags & FNM_NOESCAPE) && c == L_('\\')) in FCT()
Dtst-fnmatch.c260 result |= FNM_NOESCAPE; in convert_flags()
311 if (flags & FNM_NOESCAPE) in flag_output()
Dglob.c1362 | ((flags & GLOB_NOESCAPE) ? FNM_NOESCAPE : 0)); in glob_in_dir()
/glibc-2.36/conform/data/
Dfnmatch.h-data5 constant FNM_NOESCAPE
/glibc-2.36/manual/
Dpattern.texi102 @item FNM_NOESCAPE
110 If you use @code{FNM_NOESCAPE}, then @samp{\} is an ordinary character.
613 @code{FNM_NOESCAPE} flag in calls to @code{fnmatch}.
/glibc-2.36/ChangeLog.old/
DChangeLog.2396 * posix/fnmatch.h: #undef FNM_PATHNAME, FNM_NOESCAPE, and