Home
last modified time | relevance | path

Searched refs:GLOB_MARK (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/glob/
Dglob.h77 #define GLOB_MARK (1 << 1)/* Append a slash to each name. */ macro
95 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \
100 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \
Dglob.c275 # undef GLOB_MARK
594 int val = glob (dirname, flags | GLOB_MARK, errfunc, pglob);
596 pglob->gl_flags = ((pglob->gl_flags & ~GLOB_MARK)
597 | (flags & GLOB_MARK));
1022 if (flags & GLOB_MARK)