Searched refs:GLOB_NOSORT (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/sudo-73/src/emul/
H A Dglob.h61 #define GLOB_NOSORT 0x0020 /* Don't sort. */ macro
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dglob.h78 #define GLOB_NOSORT 0x0020 /* Don't sort. */ macro
H A Dglob.c564 if (!(pglob->gl_flags & GLOB_NOSORT)) {
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dftpglob.h74 #define GLOB_NOSORT 0x0020 /* Don't sort. */ macro
H A Dglob.c472 } else if (!(pglob->gl_flags & GLOB_NOSORT)) {
/macosx-10.10.1/tcsh-65/tcsh/
H A Dglob.h66 #define GLOB_NOSORT 0x0020 /* Don't sort. */ macro
H A Dglob.c446 else if (!(flags & GLOB_NOSORT) && (pglob->gl_pathc != oldpathc))
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dglob.hin83 #define GLOB_NOSORT 0x0020 /* Don't sort. */
H A Dglob.c481 else if (!(pglob->gl_flags & GLOB_NOSORT))
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dglob.h95 #define GLOB_NOSORT 0x0020 /* Don't sort. */ macro
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dglob.h104 #define GLOB_NOSORT 0x0040 /* don't sort the list */ macro
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Daaplbfct.cpp215 int globFlags = (GLOB_NOESCAPE|GLOB_NOSORT|GLOB_TILDE);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dexpand.c105 flags = GLOB_GROUP|GLOB_AUGMENTED|GLOB_NOCHECK|GLOB_NOSORT|GLOB_STACK|GLOB_LIST|GLOB_DISC;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dglob.c801 if (!(flags & GLOB_NOSORT) && (argv - av) > 1)
/macosx-10.10.1/sudo-73/src/
H A Dglob.c569 if (!(pglob->gl_flags & GLOB_NOSORT))
H A Dmatch.c497 if (glob(sudoers_cmnd, GLOB_NOSORT, NULL, &gl) != 0 || gl.gl_pathc == 0) {
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dglob.c565 if (!(pglob->gl_flags & GLOB_NOSORT))
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsftp.c791 GLOB_MARK|GLOB_NOCHECK|GLOB_BRACE|GLOB_KEEPSTAT|GLOB_NOSORT,

Completed in 366 milliseconds