Searched refs:opt_errors (Results 1 – 4 of 4) sorted by relevance
134 extern bool_t opt_errors; /* simulate errors on specified files */
83 bool_t opt_errors; /* simulate errors on specified files */ variable172 opt_errors = TRUE; in main()
1080 if (opt_errors && dbg_chk_error(src, 'o')) in copy()1139 if (opt_errors && dbg_chk_error(dst, 'c')) in copy()1154 if (opt_errors && dbg_chk_error(dst, 'r')) in copy()1179 if (opt_errors && dbg_chk_error(dst, 'w')) in copy()
386 if (opt_errors && (errno = dbg_chk_error(name, usingsrc ? 's' : 'S'))) in eval_file()521 if (opt_errors && dbg_chk_error(name, usingsrc ? 'n' : 'N')) in walker()