Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/filesync/
H A Daction.c218 if (errno = dbg_chk_error(dst, 'p')) in do_like()
247 if (errno = dbg_chk_error(dst, 'a')) in do_like()
303 if (errno = dbg_chk_error(dst, 'O')) in do_like()
494 if (errno = dbg_chk_error(dst, 'D')) in do_copy()
506 if (errno = dbg_chk_error(dst, 'u')) in do_copy()
551 if (errno = dbg_chk_error(dst, 'd')) in do_copy()
571 if (errno = dbg_chk_error(dst, 'r')) in do_copy()
585 if (errno = dbg_chk_error(dst, 'l')) in do_copy()
605 if (errno = dbg_chk_error(dst, 'd')) in do_copy()
675 if (errno = dbg_chk_error(dst, 'l')) in do_copy()
[all …]
H A Ddebug.c319 dbg_chk_error(const char *name, char code) in dbg_chk_error() function
354 dbg_chk_error(const char *name, char code) in dbg_chk_error() function
H A Ddebug.h55 int dbg_chk_error(const char *name, char code); /* check for simul err */
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()