Searched refs:GLOB_APPEND (Results 1 – 9 of 9) sorted by relevance
128 #define GLOB_APPEND 0x0020 /* Append to previous glob_t */ macro
98 #define GLOB_APPEND 0x0001 /* append to previous */ macro
107 #define GLOB_APPEND 0x0001 /* append to previous */ macro
589 if (flags & GLOB_APPEND) in glob()591 if ((gp->gl_flags |= GLOB_APPEND) ^ (flags|GLOB_MAGIC)) in glob()765 if (gp->gl_flags & GLOB_APPEND) in glob()
172 if (!(flags & GLOB_APPEND)) {
211 if (!(flags & GLOB_APPEND)) { in _glob_ext()