Searched refs:GLOB_ERR (Results 1 – 8 of 8) sorted by relevance
39 #define GLOB_ERR (1 << 0)/* Return on read errors. */ macro57 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS \62 # define __GLOB_FLAGS (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS \
50 glob_flags |= GLOB_ERR; in main()
279 if (glob ("dir/*able/*", GLOB_ERR | GLOB_ALTDIRFUNC, NULL, &gl) in do_test()
999 ((flags & (GLOB_ERR | GLOB_NOESCAPE | GLOB_ALTDIRFUNC)) in __glob()1355 || (flags & GLOB_ERR))) in glob_in_dir()
13 constant GLOB_ERR
475 @code{GLOB_ERR} or your specified @var{errfunc} returned a nonzero483 for an explanation of the @code{GLOB_ERR} flag and @var{errfunc}.563 @item GLOB_ERR
12939 GLOB_ERR flag was being ignored in some situations.
655 generated by a glob call disable GLOB_ERR since there might be