Searched refs:GLOB_ERR (Results 1 – 4 of 4) 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()
981 ((flags & (GLOB_ERR | GLOB_NOESCAPE | GLOB_ALTDIRFUNC)) in __glob()1335 || (flags & GLOB_ERR))) in glob_in_dir()
Completed in 10 milliseconds