Searched refs:GLOB_STACK (Results 1 – 7 of 7) sorted by relevance
112 #define GLOB_STACK 0x1000 /* allocate on current stack */ macro
121 #define GLOB_STACK 0x1000 /* allocate on current stack */ macro
593 if (((gp->gl_flags & GLOB_STACK) == 0) == (gp->gl_stak == 0)) in glob()659 if (gp->gl_flags & GLOB_STACK) in glob()
105 flags = GLOB_AUGMENTED|GLOB_NOCHECK|GLOB_NOSORT|GLOB_STACK|GLOB_LIST|GLOB_DISC; in path_expand()