Searched refs:GLOB_NOESCAPE (Results 1 – 9 of 9) sorted by relevance
45 #define GLOB_NOESCAPE (1 << 6)/* Backslashes don't quote metacharacters. */ macro58 |GLOB_NOESCAPE|GLOB_NOCHECK|GLOB_APPEND \63 |GLOB_NOESCAPE|GLOB_NOCHECK|GLOB_APPEND \
270 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 …]
47 glob_flags |= GLOB_NOESCAPE; in main()
52 flags |= GLOB_NOESCAPE; in one_test()
16 constant GLOB_NOESCAPE
601 @item GLOB_NOESCAPE609 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
12541 GLOB_NOESCAPE. Handle \/ correctly. Handle GLOB_MARK if filename12547 characters and backslashes if not GLOB_NOESCAPE or unterminated [.
72530 GLOB_NOESCAPE.
2749 without GLOB_NOESCAPE, could write past the end of a buffer while