Home
last modified time | relevance | path

Searched refs:GLOB_ONLYDIR (Results 1 – 4 of 4) sorted by relevance

/posix/
A Dglob.h54 # define GLOB_ONLYDIR (1 << 13)/* Match only directories. */ macro
60 |GLOB_NOMAGIC|GLOB_TILDE|GLOB_ONLYDIR|GLOB_TILDE_CHECK)
A Dglobtest.c44 glob_flags |= GLOB_ONLYDIR; in main()
A Dtst-glob-tilde.c46 flags |= GLOB_ONLYDIR; in one_test()
A Dglob.c325 flags |= GLOB_ONLYDIR; in __glob()
982 | GLOB_NOSORT | GLOB_ONLYDIR), in __glob()
1364 if (flags & GLOB_ONLYDIR) in glob_in_dir()

Completed in 9 milliseconds