Home
last modified time | relevance | path

Searched refs:GLOB_ERR (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/cvs-1.12/lib/
H A Dglob-libc.h49 #define GLOB_ERR (1 << 0)/* Return on read errors. */ macro
67 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \
72 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \
H A Dglob.c750 ((flags & (GLOB_ERR | GLOB_NOCHECK | GLOB_NOESCAPE
1129 || (flags & GLOB_ERR))) in glob_in_dir()
/dragonfly/contrib/tcsh-6/
H A Dglob.h63 #define GLOB_ERR 0x0004 /* Return on error. */ macro
H A Dglob.c615 (pglob->gl_flags & GLOB_ERR)) in glob3()
/dragonfly/include/
H A Dglob.h73 #define GLOB_ERR 0x0004 /* Return on error. */ macro
/dragonfly/lib/libssh/openbsd-compat/
H A Dglob.h80 #define GLOB_ERR 0x0004 /* Return on error. */ macro
H A Dglob.c728 pglob->gl_flags & GLOB_ERR)
/dragonfly/contrib/cvs-1.12/src/
H A Dfind_names.c323 err = glob (pat, GLOB_PERIOD | (dir ? GLOB_ERR : 0), NULL, &glist); in find_files()
/dragonfly/lib/libc/gen/
H A Dglob.c665 pglob->gl_flags & GLOB_ERR) in glob3()