Searched refs:GLOB_ALTDIRFUNC (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/posix/ |
D | glob.h | 50 # define GLOB_ALTDIRFUNC (1 << 9)/* Use gl_opendir et al functions. */ macro 59 |GLOB_PERIOD|GLOB_ALTDIRFUNC|GLOB_BRACE \
|
D | glob.c | 215 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()
|
D | tst-glob_lstat_compat.c | 242 int flags = GLOB_ALTDIRFUNC; in do_test()
|
D | bug-glob2.c | 279 if (glob ("dir/*able/*", GLOB_ERR | GLOB_ALTDIRFUNC, NULL, &gl) in do_test()
|
D | tst-gnuglob-skeleton.c | 409 flags = GLOB_ALTDIRFUNC | b; \ in do_test()
|
/glibc-2.36/manual/ |
D | pattern.texi | 219 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/ |
D | NEWS | 3938 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/ |
D | ChangeLog.5 | 5839 * posix/glob.c: Implement new options GLOB_ALTDIRFUNC, GLOB_BRACE, 5842 * posix/glob.h (GLOB_ALTDIRFUNC, GLOB_BRACE, GLOB_NOMAGIC, GLOB_TILDE):
|
D | ChangeLog.18 | 22542 glob: Simplify and document the interface for the GLOB_ALTDIRFUNC
|