Home
last modified time | relevance | path

Searched refs:GLOB_NOSORT (Results 1 – 13 of 13) sorted by relevance

/titanic_51/usr/src/head/
H A Dglob.h125 #define GLOB_NOSORT 0x0004 /* Don't sort pathnames */ macro
/titanic_51/usr/src/lib/libast/common/include/
H A Dglob.h104 #define GLOB_NOSORT 0x0040 /* don't sort the list */ macro
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dglob.h104 #define GLOB_NOSORT 0x0040 /* don't sort the list */ macro
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dglob.h113 #define GLOB_NOSORT 0x0040 /* don't sort the list */ macro
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h113 #define GLOB_NOSORT 0x0040 /* don't sort the list */ macro
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h113 #define GLOB_NOSORT 0x0040 /* don't sort the list */ macro
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h113 #define GLOB_NOSORT 0x0040 /* don't sort the list */ macro
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dexpand.c105 flags = GLOB_AUGMENTED|GLOB_NOCHECK|GLOB_NOSORT|GLOB_STACK|GLOB_LIST|GLOB_DISC; in path_expand()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dexpand.c105 flags = GLOB_GROUP|GLOB_AUGMENTED|GLOB_NOCHECK|GLOB_NOSORT|GLOB_STACK|GLOB_LIST|GLOB_DISC; in path_expand()
/titanic_51/usr/src/cmd/filesync/
H A Deval.c884 i = glob(expr, GLOB_NOSORT, 0, &gt); in add_glob()
/titanic_51/usr/src/lib/libast/common/misc/
H A Dglob.c786 if (!(flags & GLOB_NOSORT) && (argv - av) > 1) in glob()
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/
H A Dglob.c808 if (!(flags & GLOB_NOSORT) && (argv - av) > 1) in glob()
/titanic_51/usr/src/lib/libc/port/regex/
H A Dglob.c697 if (!(pglob->gl_flags & GLOB_NOSORT)) { in glob0()