Searched refs:GLOB_NOMAGIC (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/tcsh/
H A Dglob.h78 #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */ macro
H A Dglob.c426 * if GLOB_NOCHECK was specified or if GLOB_NOMAGIC was specified
428 * GLOB_NOMAGIC is there just for compatibility with csh.
432 ((flags & GLOB_NOMAGIC) && !(pglob->gl_flags & GLOB_MAGCHAR)))) {
H A Dsh.glob.c430 int gflgs = GLOB_QUOTE | GLOB_NOMAGIC | GLOB_ALTNOT;
/freebsd-current/include/
H A Dglob.h89 #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */ macro
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dglob.h94 #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */ macro
H A Dglob.c48 * GLOB_NOMAGIC:
557 * if GLOB_NOCHECK was specified or if GLOB_NOMAGIC was specified
559 * GLOB_NOMAGIC is there just for compatibility with csh.
563 ((pglob->gl_flags & GLOB_NOMAGIC) &&
/freebsd-current/crypto/heimdal/lib/roken/
H A Dglob.c45 * GLOB_NOMAGIC:
472 * if GLOB_NOCHECK was specified or if GLOB_NOMAGIC was specified
474 * GLOB_NOMAGIC is there just for compatibility with csh.
478 ((pglob->gl_flags & GLOB_NOMAGIC) &&
/freebsd-current/lib/libc/gen/
H A Dglob-compat11.c1044 * if GLOB_NOCHECK was specified or if GLOB_NOMAGIC was specified
1046 * GLOB_NOMAGIC is there just for compatibility with csh.
1049 ((pglob->gl_flags & GLOB_NOMAGIC) &&
H A Dglob.c52 * GLOB_NOMAGIC:
1076 * if GLOB_NOCHECK was specified or if GLOB_NOMAGIC was specified
1078 * GLOB_NOMAGIC is there just for compatibility with csh.
1081 ((pglob->gl_flags & GLOB_NOMAGIC) &&

Completed in 260 milliseconds