Searched refs:GLOB_BRACE (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dglob.hin86 #define GLOB_BRACE 0x0080 /* Expand braces ala csh. */
H A Dglob.c54 * GLOB_BRACE:
210 if (flags & GLOB_BRACE)
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dglob-libc.h61 # define GLOB_BRACE (1 << 10)/* Expand "{a,b}" to "a" "b". */ macro
69 GLOB_PERIOD|GLOB_ALTDIRFUNC|GLOB_BRACE| \
H A Dglob.c267 if (flags & GLOB_BRACE)
330 return glob (pattern, flags & ~GLOB_BRACE, errfunc, pglob);
344 return glob (pattern, flags & ~GLOB_BRACE, errfunc, pglob);
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/glob/
H A Dglob.h85 # define GLOB_BRACE (1 << 10)/* Expand "{a,b}" to "a" "b". */ macro
93 GLOB_PERIOD|GLOB_ALTDIRFUNC|GLOB_BRACE| \
H A Dglob.c382 if (flags & GLOB_BRACE)
424 return glob (pattern, flags & ~GLOB_BRACE, errfunc, pglob);
438 return glob (pattern, flags & ~GLOB_BRACE, errfunc, pglob);
/netbsd-6-1-5-RELEASE/include/
H A Dglob.h88 #define GLOB_BRACE 0x0080 /* Expand braces ala csh. */ macro
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dpopen.c139 int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE|GLOB_LIMIT;
H A Dconf.c563 if (glob(curclass.notify, GLOB_BRACE|GLOB_LIMIT, NULL, &gl) != 0
H A Dftpd.c3411 int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE|GLOB_LIMIT;
/netbsd-6-1-5-RELEASE/usr.bin/whatis/
H A Dwhatis.c122 if ((rv = glob(ep->s, GLOB_BRACE | GLOB_NOSORT, NULL,
/netbsd-6-1-5-RELEASE/usr.bin/apropos/
H A Dapropos.c133 if ((rv = glob(ep->s, GLOB_BRACE | GLOB_NOSORT, NULL,
/netbsd-6-1-5-RELEASE/usr.bin/man/
H A Dman.c545 error = glob(buf, GLOB_APPEND | GLOB_BRACE | GLOB_NOSORT, NULL, pg);
604 GLOB_APPEND | GLOB_BRACE | GLOB_NOSORT, NULL, pg)) != 0) {
1022 if (glob(defaultpath, GLOB_BRACE | GLOB_NOSORT, NULL, &pg) != 0)
/netbsd-6-1-5-RELEASE/usr.sbin/catman/
H A Dcatman.c267 glob(e_defp->s, GLOB_BRACE | GLOB_NOSORT | gflags, NULL,
/netbsd-6-1-5-RELEASE/libexec/makewhatis/
H A Dmakewhatis.c185 GLOB_BRACE | GLOB_NOSORT | GLOB_ERR | GLOB_NOCHECK,
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dglob.c60 * GLOB_BRACE:
224 if (flags & GLOB_BRACE)
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dutil.c635 flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE;
H A Dcmds.c524 flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE;
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dcomplete.c215 flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dsftp.c784 GLOB_MARK|GLOB_NOCHECK|GLOB_BRACE|GLOB_KEEPSTAT, NULL, &g) ||

Completed in 241 milliseconds