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

/freebsd-current/tests/sys/ses/
H A Dcommon.h40 r = glob("/dev/ses*", GLOB_NOCHECK | GLOB_NOSORT, NULL, &g);
63 r = glob("/dev/ses*", GLOB_NOCHECK | GLOB_NOSORT, NULL, &g);
H A Ddestructive.c54 r = glob("/dev/ses*", GLOB_NOCHECK | GLOB_NOSORT, NULL, &g);
/freebsd-current/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-current/include/
H A Dglob.h75 #define GLOB_NOSORT 0x0020 /* Don't sort. */ macro
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dglob.h83 #define GLOB_NOSORT 0x0020 /* Don't sort. */ macro
H A Dglob.c569 if (!(pglob->gl_flags & GLOB_NOSORT)) {
/freebsd-current/usr.bin/login/
H A Dlogin_fbtab.c126 if (glob(pattern, GLOB_NOSORT, NULL, &gl) != 0)
/freebsd-current/crypto/heimdal/lib/roken/
H A Dglob.c481 else if (!(pglob->gl_flags & GLOB_NOSORT))
/freebsd-current/contrib/unbound/validator/
H A Dval_anchor.c801 #ifdef GLOB_NOSORT
802 | GLOB_NOSORT
/freebsd-current/lib/libc/gen/
H A Dglob-compat11.c577 if (!(pglob->gl_flags & GLOB_NOSORT))
H A Dglob.c610 if (!(pglob->gl_flags & GLOB_NOSORT))
/freebsd-current/crypto/openssh/
H A Dsftp.c981 GLOB_MARK|GLOB_NOCHECK|GLOB_BRACE|GLOB_KEEPSTAT|GLOB_NOSORT,
/freebsd-current/contrib/unbound/util/
H A Dconfig_file.c1404 #ifdef GLOB_NOSORT
1405 | GLOB_NOSORT

Completed in 214 milliseconds