Searched refs:opt_errors (Results 1 – 4 of 4) sorted by relevance
133 extern bool_t opt_errors; /* simulate errors on specified files */
1081 if (opt_errors && dbg_chk_error(src, 'o')) in copy()1140 if (opt_errors && dbg_chk_error(dst, 'c')) in copy()1155 if (opt_errors && dbg_chk_error(dst, 'r')) in copy()1180 if (opt_errors && dbg_chk_error(dst, 'w')) in copy()
81 bool_t opt_errors; /* simulate errors on specified files */ variable170 opt_errors = TRUE; in main()
384 if (opt_errors && (errno = dbg_chk_error(name, usingsrc ? 's' : 'S'))) in eval_file()519 if (opt_errors && dbg_chk_error(name, usingsrc ? 'n' : 'N')) in walker()