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

/macosx-10.10.1/OpenSSH-189/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) &&
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dftpglob.h85 #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */ macro
H A Dglob.c45 * GLOB_NOMAGIC:
460 * if GLOB_NOCHECK was specified or if GLOB_NOMAGIC was
462 * characters GLOB_NOMAGIC is there just for compatibility
466 ((pglob->gl_flags & (GLOB_NOMAGIC|GLOB_MAGCHAR))
467 == GLOB_NOMAGIC)) {
/macosx-10.10.1/tcsh-65/tcsh/
H A Dglob.h78 #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */ macro
H A Dglob.c415 * if GLOB_NOCHECK was specified or if GLOB_NOMAGIC was specified
417 * GLOB_NOMAGIC is there just for compatibility with csh.
421 ((flags & GLOB_NOMAGIC) && !(pglob->gl_flags & GLOB_MAGCHAR)))) {
H A Dsh.glob.c429 int gflgs = GLOB_QUOTE | GLOB_NOMAGIC | GLOB_ALTNOT;
/macosx-10.10.1/Heimdal-398.1.2/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) &&
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dglob.h107 #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */ macro
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dglob.c53 * 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) &&

Completed in 148 milliseconds