Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dglob.h39 #define GLOB_ERR (1 << 0)/* Return on read errors. */ macro
57 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS \
62 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS \
Dglobtest.c50 glob_flags |= GLOB_ERR; in main()
Dbug-glob2.c279 if (glob ("dir/*able/*", GLOB_ERR | GLOB_ALTDIRFUNC, NULL, &gl) in do_test()
Dglob.c999 ((flags & (GLOB_ERR | GLOB_NOESCAPE | GLOB_ALTDIRFUNC)) in __glob()
1355 || (flags & GLOB_ERR))) in glob_in_dir()
/glibc-2.36/conform/data/
Dglob.h-data13 constant GLOB_ERR
/glibc-2.36/manual/
Dpattern.texi475 @code{GLOB_ERR} or your specified @var{errfunc} returned a nonzero
483 for an explanation of the @code{GLOB_ERR} flag and @var{errfunc}.
563 @item GLOB_ERR
/glibc-2.36/ChangeLog.old/
DChangeLog.1112939 GLOB_ERR flag was being ignored in some situations.
DChangeLog.7655 generated by a glob call disable GLOB_ERR since there might be