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

/freebsd-10.0-release/contrib/tcsh/
H A Dglob.h78 #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */ macro
H A Dglob.c418 * if GLOB_NOCHECK was specified or if GLOB_NOMAGIC was specified
420 * GLOB_NOMAGIC is there just for compatibility with csh.
424 ((flags & GLOB_NOMAGIC) && !(pglob->gl_flags & GLOB_MAGCHAR)))) {
H A Dsh.glob.c429 int gflgs = GLOB_QUOTE | GLOB_NOMAGIC | GLOB_ALTNOT;
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dglob.h89 #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */ macro
H A Dglob.c48 * GLOB_NOMAGIC:
552 * if GLOB_NOCHECK was specified or if GLOB_NOMAGIC was specified
554 * GLOB_NOMAGIC is there just for compatibility with csh.
558 ((pglob->gl_flags & GLOB_NOMAGIC) &&
/freebsd-10.0-release/include/
H A Dglob.h90 #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */ macro
/freebsd-10.0-release/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.0-release/lib/libc/gen/
H A Dglob.c56 * GLOB_NOMAGIC:
535 * if GLOB_NOCHECK was specified or if GLOB_NOMAGIC was specified
537 * GLOB_NOMAGIC is there just for compatibility with csh.
541 ((pglob->gl_flags & GLOB_NOMAGIC) &&

Completed in 147 milliseconds