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

/macosx-10.9.5/sudo-72/src/emul/
H A Dglob.h61 #define GLOB_NOSORT 0x0020 /* Don't sort. */ macro
/macosx-10.9.5/OpenSSH-186/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.9.5/lukemftp-13.92.1/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.9.5/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.9.5/Heimdal-323.92.1/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.9.5/Libc-997.90.3/include/
H A Dglob.h95 #define GLOB_NOSORT 0x0020 /* Don't sort. */ macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dglob.h104 #define GLOB_NOSORT 0x0040 /* don't sort the list */ macro
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Daaplbfct.cpp215 int globFlags = (GLOB_NOESCAPE|GLOB_NOSORT|GLOB_TILDE);
/macosx-10.9.5/ksh-20/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.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dglob.c801 if (!(flags & GLOB_NOSORT) && (argv - av) > 1)
/macosx-10.9.5/sudo-72/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.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dglob.c565 if (!(pglob->gl_flags & GLOB_NOSORT))
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsftp.c791 GLOB_MARK|GLOB_NOCHECK|GLOB_BRACE|GLOB_KEEPSTAT|GLOB_NOSORT,
/macosx-10.9.5/launchd-842.92.1/support/
H A Dlaunchctl.c2760 if (glob(nspath, GLOB_TILDE|GLOB_NOSORT, NULL, &g) == 0) {
/macosx-10.9.5/launchd-842.92.1/src/
H A Dcore.c4558 int gflags = GLOB_NOSORT|GLOB_NOCHECK|GLOB_TILDE|GLOB_DOOFFS;

Completed in 309 milliseconds