FNM_NOESCAPE       53 gnulib-tests/test-exclude.c   FNM_NOESCAPE,
FNM_NOESCAPE       49 gnulib-tests/test-fnmatch.c   ASSERT (res = fnmatch ("foo\\.txt", "foo.txt", FNM_NOESCAPE) == FNM_NOMATCH);
FNM_NOESCAPE       59 lib/exclude.c           & (FNM_PATHNAME | FNM_NOESCAPE | FNM_PERIOD | FNM_LEADING_DIR
FNM_NOESCAPE      118 lib/exclude.c    if (options & FNM_NOESCAPE)
FNM_NOESCAPE       71 lib/fnmatch_loop.c           if (!(flags & FNM_NOESCAPE))
FNM_NOESCAPE      188 lib/fnmatch_loop.c                   if (c == L_('\\') && !(flags & FNM_NOESCAPE))
FNM_NOESCAPE      233 lib/fnmatch_loop.c                 if (!(flags & FNM_NOESCAPE) && c == L_('\\'))
FNM_NOESCAPE      794 lib/fnmatch_loop.c                             if (!(flags & FNM_NOESCAPE) && cend == L_('\\'))
FNM_NOESCAPE      848 lib/fnmatch_loop.c                         if (!(flags & FNM_NOESCAPE) && cend == L_('\\'))
FNM_NOESCAPE      881 lib/fnmatch_loop.c                 if (!(flags & FNM_NOESCAPE) && c == L_('\\'))