Searched refs:GLOB_ONLYDIR (Results 1 – 4 of 4) sorted by relevance
54 # define GLOB_ONLYDIR (1 << 13)/* Match only directories. */ macro60 |GLOB_NOMAGIC|GLOB_TILDE|GLOB_ONLYDIR|GLOB_TILDE_CHECK)
44 glob_flags |= GLOB_ONLYDIR; in main()
46 flags |= GLOB_ONLYDIR; in one_test()
325 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