Searched refs:GLOB_NOSORT (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | glob-libc.h | 51 #define GLOB_NOSORT (1 << 2)/* Don't sort the names. */ macro 67 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \ 72 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \
|
| D | glob.c | 755 | GLOB_NOSORT | GLOB_ONLYDIR), 877 if (!(flags & GLOB_NOSORT))
|
| /netbsd/src/include/ |
| D | glob.h | 78 #define GLOB_NOSORT 0x00020 /* Don't sort. */ macro
|
| /netbsd/src/usr.bin/man/ |
| D | man.c | 594 error = glob(buf, GLOB_APPEND | GLOB_BRACE | GLOB_NOSORT, NULL, pg); in manual() 637 GLOB_APPEND | GLOB_BRACE | GLOB_NOSORT, NULL, pg)) != 0) { in manual() 1068 if (glob(epath->s, GLOB_BRACE | GLOB_NOSORT, NULL, &pg) != 0) in printmanpath()
|
| /netbsd/src/usr.bin/whatis/ |
| D | whatis.c | 122 if ((rv = glob(ep->s, GLOB_BRACE | GLOB_NOSORT, NULL, in main()
|
| /netbsd/src/usr.bin/apropos/ |
| D | apropos.c | 133 if ((rv = glob(ep->s, GLOB_BRACE | GLOB_NOSORT, NULL, in main()
|
| /netbsd/src/external/bsd/pkg_install/dist/lib/ |
| D | file.c | 255 if ((i=glob(fpath, GLOB_NOSORT, NULL, &globbed)) != 0) { in remove_files()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| D | glob.hin | 83 #define GLOB_NOSORT 0x0020 /* Don't sort. */
|
| D | glob.c | 483 else if (!(pglob->gl_flags & GLOB_NOSORT)) in glob0()
|
| /netbsd/src/usr.sbin/catman/ |
| D | catman.c | 271 glob(e_defp->s, GLOB_BRACE | GLOB_NOSORT | gflags, NULL, in uniquepath()
|
| /netbsd/src/libexec/makewhatis/ |
| D | makewhatis.c | 186 GLOB_BRACE | GLOB_NOSORT | GLOB_ERR | GLOB_NOCHECK, in main()
|
| /netbsd/src/usr.sbin/inetd/ |
| D | parse.c | 1239 glob_result = glob(full_pattern, GLOB_NOSORT, glob_error, &results); in read_glob_configs()
|
| /netbsd/src/lib/libc/gen/ |
| D | glob.c | 567 } else if (!(pglob->gl_flags & GLOB_NOSORT)) { in glob0()
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | sftp.c | 984 GLOB_MARK|GLOB_NOCHECK|GLOB_BRACE|GLOB_KEEPSTAT|GLOB_NOSORT, in do_globbed_ls()
|