Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/filesync/
H A Dfilesync.h133 extern bool_t opt_errors; /* simulate errors on specified files */
H A Daction.c1081 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()
H A Dmain.c81 bool_t opt_errors; /* simulate errors on specified files */ variable
170 opt_errors = TRUE; in main()
H A Deval.c384 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()