Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dglob-libc.h51 #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| \
Dglob.c755 | GLOB_NOSORT | GLOB_ONLYDIR),
877 if (!(flags & GLOB_NOSORT))
/netbsd/src/include/
Dglob.h78 #define GLOB_NOSORT 0x00020 /* Don't sort. */ macro
/netbsd/src/usr.bin/man/
Dman.c594 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/
Dwhatis.c122 if ((rv = glob(ep->s, GLOB_BRACE | GLOB_NOSORT, NULL, in main()
/netbsd/src/usr.bin/apropos/
Dapropos.c133 if ((rv = glob(ep->s, GLOB_BRACE | GLOB_NOSORT, NULL, in main()
/netbsd/src/external/bsd/pkg_install/dist/lib/
Dfile.c255 if ((i=glob(fpath, GLOB_NOSORT, NULL, &globbed)) != 0) { in remove_files()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dglob.hin83 #define GLOB_NOSORT 0x0020 /* Don't sort. */
Dglob.c483 else if (!(pglob->gl_flags & GLOB_NOSORT)) in glob0()
/netbsd/src/usr.sbin/catman/
Dcatman.c271 glob(e_defp->s, GLOB_BRACE | GLOB_NOSORT | gflags, NULL, in uniquepath()
/netbsd/src/libexec/makewhatis/
Dmakewhatis.c186 GLOB_BRACE | GLOB_NOSORT | GLOB_ERR | GLOB_NOCHECK, in main()
/netbsd/src/usr.sbin/inetd/
Dparse.c1239 glob_result = glob(full_pattern, GLOB_NOSORT, glob_error, &results); in read_glob_configs()
/netbsd/src/lib/libc/gen/
Dglob.c567 } else if (!(pglob->gl_flags & GLOB_NOSORT)) { in glob0()
/netbsd/src/crypto/external/bsd/openssh/dist/
Dsftp.c984 GLOB_MARK|GLOB_NOCHECK|GLOB_BRACE|GLOB_KEEPSTAT|GLOB_NOSORT, in do_globbed_ls()