Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dglob.h50 # define GLOB_ALTDIRFUNC (1 << 9)/* Use gl_opendir et al functions. */ macro
59 |GLOB_PERIOD|GLOB_ALTDIRFUNC|GLOB_BRACE \
Dglob.c215 return (__glibc_unlikely (flags & GLOB_ALTDIRFUNC) in glob_lstat()
258 return (__glibc_unlikely (flags & GLOB_ALTDIRFUNC) in is_dir()
987 if (__glibc_unlikely ((flags & GLOB_ALTDIRFUNC) != 0)) in __glob()
999 ((flags & (GLOB_ERR | GLOB_NOESCAPE | GLOB_ALTDIRFUNC)) in __glob()
1348 stream = (__builtin_expect (flags & GLOB_ALTDIRFUNC, 0) in glob_in_dir()
1369 if (__builtin_expect (flags & GLOB_ALTDIRFUNC, 0)) in glob_in_dir()
1393 if (__glibc_unlikely (dfd < 0 || flags & GLOB_ALTDIRFUNC)) in glob_in_dir()
1538 if (__glibc_unlikely (flags & GLOB_ALTDIRFUNC)) in glob_in_dir()
Dtst-glob_lstat_compat.c242 int flags = GLOB_ALTDIRFUNC; in do_test()
Dbug-glob2.c279 if (glob ("dir/*able/*", GLOB_ERR | GLOB_ALTDIRFUNC, NULL, &gl) in do_test()
Dtst-gnuglob-skeleton.c409 flags = GLOB_ALTDIRFUNC | b; \ in do_test()
/glibc-2.36/manual/
Dpattern.texi219 function. It is used if the @code{GLOB_ALTDIRFUNC} bit is set in
228 @code{GLOB_ALTDIRFUNC} bit is set in the flag parameter. The type of
272 function. It is used if the @code{GLOB_ALTDIRFUNC} bit is set in
281 @code{GLOB_ALTDIRFUNC} bit is set in the flag parameter. The type of
289 following symbolic links. It is used if the @code{GLOB_ALTDIRFUNC} bit
339 function. It is used if the @code{GLOB_ALTDIRFUNC} bit is set in
348 @code{GLOB_ALTDIRFUNC} bit is set in the flag parameter. The type of
355 function. It is used if the @code{GLOB_ALTDIRFUNC} bit is set in
364 @code{GLOB_ALTDIRFUNC} bit is set in the flag parameter. The type of
372 following symbolic links. It is used if the @code{GLOB_ALTDIRFUNC} bit
[all …]
/glibc-2.36/
DNEWS3938 called with the GLOB_ALTDIRFUNC flag and encountered a long file name.
4060 [19779] glob: glob: buffer overflow with GLOB_ALTDIRFUNC due to incorrect
/glibc-2.36/ChangeLog.old/
DChangeLog.55839 * posix/glob.c: Implement new options GLOB_ALTDIRFUNC, GLOB_BRACE,
5842 * posix/glob.h (GLOB_ALTDIRFUNC, GLOB_BRACE, GLOB_NOMAGIC, GLOB_TILDE):
DChangeLog.1822542 glob: Simplify and document the interface for the GLOB_ALTDIRFUNC