Searched refs:GLOB_MARK (Results 1 – 4 of 4) sorted by relevance
40 #define GLOB_MARK (1 << 1)/* Append a slash to each name. */ macro57 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS \62 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS \
56 glob_flags |= GLOB_MARK; in main()
50 flags |= GLOB_MARK; in one_test()
598 int val = __glob (dirname, flags | GLOB_MARK, errfunc, pglob); in __glob()600 pglob->gl_flags = ((pglob->gl_flags & ~GLOB_MARK) in __glob()601 | (flags & GLOB_MARK)); in __glob()915 if (flags & GLOB_MARK && is_dir (dirname, flags, pglob)) in __glob()1145 if (flags & GLOB_MARK) in __glob()
Completed in 12 milliseconds