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

/freebsd-11-stable/include/
H A Dglob.h76 #define GLOB_NOSORT 0x0020 /* Don't sort. */ macro
/freebsd-11-stable/contrib/tcsh/
H A Dglob.h66 #define GLOB_NOSORT 0x0020 /* Don't sort. */ macro
H A Dglob.c458 else if (!(flags & GLOB_NOSORT) && (pglob->gl_pathc != oldpathc))
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.h82 #define GLOB_NOSORT 0x0020 /* Don't sort. */ macro
H A Dglob.c565 if (!(pglob->gl_flags & GLOB_NOSORT)) {
/freebsd-11-stable/usr.bin/login/
H A Dlogin_fbtab.c129 if (glob(pattern, GLOB_NOSORT, NULL, &gl) != 0)
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dglob.c481 else if (!(pglob->gl_flags & GLOB_NOSORT))
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_anchor.c801 #ifdef GLOB_NOSORT
802 | GLOB_NOSORT
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c614 if (!(pglob->gl_flags & GLOB_NOSORT))
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.c1266 #ifdef GLOB_NOSORT
1267 | GLOB_NOSORT
/freebsd-11-stable/crypto/openssh/
H A Dsftp.c896 GLOB_MARK|GLOB_NOCHECK|GLOB_BRACE|GLOB_KEEPSTAT|GLOB_NOSORT,

Completed in 113 milliseconds