Home
last modified time | relevance | path

Searched refs:opt_errors (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/filesync/
H A Dfilesync.h134 extern bool_t opt_errors; /* simulate errors on specified files */
H A Dmain.c83 bool_t opt_errors; /* simulate errors on specified files */ variable
172 opt_errors = TRUE; in main()
H A Daction.c1080 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()
H A Deval.c386 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()