Searched refs:GLOB_NOSORT (Results 1 – 11 of 11) sorted by relevance
125 #define GLOB_NOSORT 0x0004 /* Don't sort pathnames */ macro
104 #define GLOB_NOSORT 0x0040 /* don't sort the list */ macro
113 #define GLOB_NOSORT 0x0040 /* don't sort the list */ macro
105 flags = GLOB_AUGMENTED|GLOB_NOCHECK|GLOB_NOSORT|GLOB_STACK|GLOB_LIST|GLOB_DISC; in path_expand()
884 i = glob(expr, GLOB_NOSORT, 0, >); in add_glob()
786 if (!(flags & GLOB_NOSORT) && (argv - av) > 1) in glob()
502 if (!(pglob->gl_flags & GLOB_NOSORT))
684 if (!(pglob->gl_flags & GLOB_NOSORT)) { in glob0()