Home
last modified time | relevance | path

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

/posix/
A Dglob.h50 # define GLOB_ALTDIRFUNC (1 << 9)/* Use gl_opendir et al functions. */ macro
59 |GLOB_PERIOD|GLOB_ALTDIRFUNC|GLOB_BRACE \
A Dglob.c216 return (__glibc_unlikely (flags & GLOB_ALTDIRFUNC) in glob_lstat()
258 return (__glibc_unlikely (flags & GLOB_ALTDIRFUNC) in is_dir()
969 if (__glibc_unlikely ((flags & GLOB_ALTDIRFUNC) != 0)) in __glob()
981 ((flags & (GLOB_ERR | GLOB_NOESCAPE | GLOB_ALTDIRFUNC)) in __glob()
1328 stream = (__builtin_expect (flags & GLOB_ALTDIRFUNC, 0) in glob_in_dir()
1348 if (__builtin_expect (flags & GLOB_ALTDIRFUNC, 0)) in glob_in_dir()
1493 if (__glibc_unlikely (flags & GLOB_ALTDIRFUNC)) in glob_in_dir()
A Dtst-glob_lstat_compat.c242 int flags = GLOB_ALTDIRFUNC; in do_test()
A Dbug-glob2.c279 if (glob ("dir/*able/*", GLOB_ERR | GLOB_ALTDIRFUNC, NULL, &gl) in do_test()
A Dtst-gnuglob-skeleton.c409 flags = GLOB_ALTDIRFUNC | b; \ in do_test()

Completed in 13 milliseconds