Searched refs:GLOB_NOSORT (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14-stable/tests/sys/ses/ |
| HD | common.h | 40 r = glob("/dev/ses*", GLOB_NOCHECK | GLOB_NOSORT, NULL, &g); in for_each_ses_dev() 63 r = glob("/dev/ses*", GLOB_NOCHECK | GLOB_NOSORT, NULL, &g); in has_ses()
|
| HD | destructive.c | 54 r = glob("/dev/ses*", GLOB_NOCHECK | GLOB_NOSORT, NULL, &g); in for_one_ses_dev()
|
| /freebsd-14-stable/contrib/tcsh/ |
| HD | glob.h | 66 #define GLOB_NOSORT 0x0020 /* Don't sort. */ macro
|
| HD | glob.c | 458 else if (!(flags & GLOB_NOSORT) && (pglob->gl_pathc != oldpathc)) in glob()
|
| /freebsd-14-stable/include/ |
| HD | glob.h | 77 #define GLOB_NOSORT 0x0020 /* Don't sort. */ macro
|
| /freebsd-14-stable/crypto/openssh/openbsd-compat/ |
| HD | glob.h | 83 #define GLOB_NOSORT 0x0020 /* Don't sort. */ macro
|
| HD | glob.c | 569 if (!(pglob->gl_flags & GLOB_NOSORT)) {
|
| /freebsd-14-stable/usr.bin/login/ |
| HD | login_fbtab.c | 127 if (glob(pattern, GLOB_NOSORT, NULL, &gl) != 0) in login_protect()
|
| /freebsd-14-stable/crypto/heimdal/lib/roken/ |
| HD | glob.hin | 83 #define GLOB_NOSORT 0x0020 /* Don't sort. */
|
| HD | glob.c | 481 else if (!(pglob->gl_flags & GLOB_NOSORT)) in glob0()
|
| /freebsd-14-stable/contrib/unbound/validator/ |
| HD | val_anchor.c | 801 #ifdef GLOB_NOSORT in anchor_read_bind_file_wild() 802 | GLOB_NOSORT in anchor_read_bind_file_wild()
|
| /freebsd-14-stable/lib/libc/gen/ |
| HD | glob.c | 612 if (!(pglob->gl_flags & GLOB_NOSORT)) in globfinal()
|
| HD | glob-compat11.c | 579 if (!(pglob->gl_flags & GLOB_NOSORT)) in globfinal()
|
| /freebsd-14-stable/contrib/unbound/util/ |
| HD | config_file.c | 1441 #ifdef GLOB_NOSORT in config_read() 1442 | GLOB_NOSORT in config_read()
|
| /freebsd-14-stable/crypto/openssh/ |
| HD | sftp.c | 983 GLOB_MARK|GLOB_NOCHECK|GLOB_BRACE|GLOB_KEEPSTAT|GLOB_NOSORT, in do_globbed_ls()
|
| /freebsd-14-stable/contrib/unbound/doc/ |
| HD | Changelog | 4007 - Fix to not set GLOB_NOSORT so the unbound.conf include: files are
|