Searched refs:GLOB_MARK (Results 1 – 3 of 3) sorted by relevance
47 #define GLOB_MARK (1 << 1)/* Append a slash to each name. */ macro65 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \70 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \75 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \
670 int val = glob (dirname, flags | GLOB_MARK, errfunc, pglob); in glob()672 pglob->gl_flags = ((pglob->gl_flags & ~GLOB_MARK) in glob()673 | (flags & GLOB_MARK)); in glob()1004 if (flags & GLOB_MARK) in glob()
162 if (flags & GLOB_MARK) { in __glob_match_in_dir()
Completed in 11 milliseconds