Searched refs:GLOB_TILDE (Results 1 – 4 of 4) sorted by relevance
53 # define GLOB_TILDE (1 << 12)/* Expand ~user and ~ to home directories. */ macro60 |GLOB_NOMAGIC|GLOB_TILDE|GLOB_ONLYDIR|GLOB_TILDE_CHECK)
72 glob_flags |= GLOB_TILDE; in main()
44 int flags = GLOB_TILDE; in one_test()
504 if ((flags & (GLOB_TILDE|GLOB_TILDE_CHECK)) && pattern[0] == '~') in __glob()615 if ((flags & (GLOB_TILDE|GLOB_TILDE_CHECK)) && dirname[0] == '~') in __glob()
Completed in 10 milliseconds