Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/ext/File-Glob/
Dbsd_glob.h64 #define GLOB_ERR 0x0004 /* Return on error. */ macro
DMakefile.PL27 NAMES => [qw(GLOB_ABEND GLOB_ALPHASORT GLOB_ALTDIRFUNC GLOB_BRACE GLOB_ERR
Dbsd_glob.c785 (pglob->gl_flags & GLOB_ERR))
/openbsd/src/include/
Dglob.h74 #define GLOB_ERR 0x0004 /* Return on error. */ macro
/openbsd/src/usr.sbin/nsd/
Dconfiglexer.lex105 #ifdef GLOB_ERR in config_start_include_glob()
106 | GLOB_ERR in config_start_include_glob()
/openbsd/src/gnu/usr.bin/perl/ext/File-Glob/t/
Dbasic.t173 @a = bsd_glob("$dir/*", GLOB_ERR);
/openbsd/src/sbin/unwind/libunbound/validator/
Dval_anchor.c798 #ifdef GLOB_ERR in anchor_read_bind_file_wild()
799 | GLOB_ERR in anchor_read_bind_file_wild()
/openbsd/src/usr.sbin/unbound/validator/
Dval_anchor.c798 #ifdef GLOB_ERR in anchor_read_bind_file_wild()
799 | GLOB_ERR in anchor_read_bind_file_wild()
/openbsd/src/usr.sbin/unbound/util/
Dconfiglexer.lex125 #ifdef GLOB_ERR in config_start_include_glob()
126 | GLOB_ERR in config_start_include_glob()
Dconfig_file.c1409 #ifdef GLOB_ERR in config_read()
1410 | GLOB_ERR in config_read()
/openbsd/src/sbin/unwind/libunbound/util/
Dconfiglexer.lex125 #ifdef GLOB_ERR in config_start_include_glob()
126 | GLOB_ERR in config_start_include_glob()
Dconfiglexer.c3566 #ifdef GLOB_ERR in config_start_include_glob()
3567 | GLOB_ERR in config_start_include_glob()
Dconfig_file.c1409 #ifdef GLOB_ERR in config_read()
1410 | GLOB_ERR in config_read()
/openbsd/src/lib/libc/gen/
Dglob.c714 pglob->gl_flags & GLOB_ERR) in glob3()