HomeSort by: relevance | last modified time | path
    Searched refs:GLOB_ERR (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl2/gmake/dist/glob/
glob.h 76 #define GLOB_ERR (1 << 0)/* Return on read errors. */
95 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \
100 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \
glob.c 274 # undef GLOB_ERR
861 ((flags & (GLOB_ERR | GLOB_NOCHECK | GLOB_NOESCAPE))
891 & ~(GLOB_NOCHECK | GLOB_ERR)),
1296 || (flags & GLOB_ERR)))
  /src/external/gpl2/xcvs/dist/lib/
glob-libc.h 49 #define GLOB_ERR (1 << 0)/* Return on read errors. */
67 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \
72 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \
glob.c 754 ((flags & (GLOB_ERR | GLOB_NOCHECK | GLOB_NOESCAPE
1133 || (flags & GLOB_ERR)))
  /src/include/
glob.h 75 #define GLOB_ERR 0x00004 /* Return on error. */
  /src/external/bsd/unbound/dist/util/
configlexer.lex 125 #ifdef GLOB_ERR
126 | GLOB_ERR
configlexer.c 4540 #ifdef GLOB_ERR
4541 | GLOB_ERR
config_file.c 1513 #ifdef GLOB_ERR
1514 | GLOB_ERR
  /src/external/bsd/nsd/dist/
configlexer.lex 105 #ifdef GLOB_ERR
106 | GLOB_ERR
configlexer.c 2321 #ifdef GLOB_ERR
2322 | GLOB_ERR
  /src/lib/libc/gen/
glob.c 754 pglob->gl_flags & GLOB_ERR)
763 if (pglob->gl_flags & GLOB_ERR)
821 if (pglob->gl_flags & GLOB_ERR) {
869 if ((error || errno) && (pglob->gl_flags & GLOB_ERR))
  /src/external/gpl2/xcvs/dist/src/
find_names.c 325 err = glob (pat, GLOB_PERIOD | (dir ? GLOB_ERR : 0), NULL, &glist);
  /src/external/bsd/unbound/dist/validator/
val_anchor.c 801 #ifdef GLOB_ERR
802 | GLOB_ERR
  /src/libexec/makewhatis/
makewhatis.c 186 GLOB_BRACE | GLOB_NOSORT | GLOB_ERR | GLOB_NOCHECK,

Completed in 58 milliseconds