Searched refs:GLOB_NOSORT (Results 1 – 13 of 13) 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()
105 flags = GLOB_GROUP|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()
808 if (!(flags & GLOB_NOSORT) && (argv - av) > 1) in glob()
697 if (!(pglob->gl_flags & GLOB_NOSORT)) { in glob0()