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

/illumos-gate/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;
H A Daction.c1080 if (opt_errors && dbg_chk_error(src, 'o'))
1139 if (opt_errors && dbg_chk_error(dst, 'c'))
1154 if (opt_errors && dbg_chk_error(dst, 'r'))
1179 if (opt_errors && dbg_chk_error(dst, 'w'))
H A Deval.c386 if (opt_errors && (errno = dbg_chk_error(name, usingsrc ? 's' : 'S')))
521 if (opt_errors && dbg_chk_error(name, usingsrc ? 'n' : 'N'))

Completed in 61 milliseconds