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

/freebsd-10-stable/include/
H A Dglob.h90 #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */ macro
/freebsd-10-stable/contrib/tcsh/
H A Dglob.h78 #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */ macro
H A Dglob.c423 * if GLOB_NOCHECK was specified or if GLOB_NOMAGIC was specified
425 * GLOB_NOMAGIC is there just for compatibility with csh.
429 ((flags & GLOB_NOMAGIC) && !(pglob->gl_flags & GLOB_MAGCHAR)))) {
H A Dsh.glob.c429 int gflgs = GLOB_QUOTE | GLOB_NOMAGIC | GLOB_ALTNOT;
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dglob.hin88 #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */
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-10-stable/crypto/openssh/openbsd-compat/
H A Dglob.h93 #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */ macro
H A Dglob.c48 * GLOB_NOMAGIC:
553 * if GLOB_NOCHECK was specified or if GLOB_NOMAGIC was specified
555 * GLOB_NOMAGIC is there just for compatibility with csh.
559 ((pglob->gl_flags & GLOB_NOMAGIC) &&
/freebsd-10-stable/lib/libc/gen/
H A Dglob.c56 * GLOB_NOMAGIC:
1067 * if GLOB_NOCHECK was specified or if GLOB_NOMAGIC was specified
1069 * GLOB_NOMAGIC is there just for compatibility with csh.
1072 ((pglob->gl_flags & GLOB_NOMAGIC) &&

Completed in 165 milliseconds