Home
last modified time | relevance | path

Searched refs:GLOB_NOESCAPE (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/posix/
Dglob.h45 #define GLOB_NOESCAPE (1 << 6)/* Backslashes don't quote metacharacters. */ macro
58 |GLOB_NOESCAPE|GLOB_NOCHECK|GLOB_APPEND \
63 |GLOB_NOESCAPE|GLOB_NOCHECK|GLOB_APPEND \
Dglob.c270 if ((flags & GLOB_NOESCAPE) == 0 && *cp == '\\') in next_brace_sub()
359 if (flags & GLOB_NOESCAPE) in __glob()
530 && (flags & GLOB_NOESCAPE) == 0)) in __glob()
552 if (__glob_pattern_p (drive_spec, !(flags & GLOB_NOESCAPE))) in __glob()
586 if (!(flags & GLOB_NOESCAPE) && dirname[dirlen - 1] == '\\') in __glob()
619 || (!(flags & GLOB_NOESCAPE) && dirname[1] == '\\' in __glob()
758 if (!(flags & GLOB_NOESCAPE)) in __glob()
963 meta = __glob_pattern_type (dirname, !(flags & GLOB_NOESCAPE)); in __glob()
976 if (!(flags & GLOB_NOESCAPE) && dirlen > 0 && dirname[dirlen - 1] == '\\') in __glob()
999 ((flags & (GLOB_ERR | GLOB_NOESCAPE | GLOB_ALTDIRFUNC)) in __glob()
[all …]
Dglobtest.c47 glob_flags |= GLOB_NOESCAPE; in main()
Dtst-glob-tilde.c52 flags |= GLOB_NOESCAPE; in one_test()
/glibc-2.36/conform/data/
Dglob.h-data16 constant GLOB_NOESCAPE
/glibc-2.36/manual/
Dpattern.texi601 @item GLOB_NOESCAPE
609 If you use @code{GLOB_NOESCAPE}, then @samp{\} is an ordinary character.
612 repeatedly. It handles the flag @code{GLOB_NOESCAPE} by turning on the
/glibc-2.36/ChangeLog.old/
DChangeLog.1712541 GLOB_NOESCAPE. Handle \/ correctly. Handle GLOB_MARK if filename
12547 characters and backslashes if not GLOB_NOESCAPE or unterminated [.
DChangeLog.1872530 GLOB_NOESCAPE.
/glibc-2.36/
DNEWS2749 without GLOB_NOESCAPE, could write past the end of a buffer while