Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/filesync/
H A Daction.c99 static char *copy_err_str; /* what went wrong w/copy */ variable
720 if (copy_err_str) in do_copy()
721 errstr = copy_err_str; in do_copy()
1077 copy_err_str = 0; in copy()
1088 copy_err_str = gettext(PROB_copyin); in copy()
1127 copy_err_str = gettext(PROB_space); in copy()
1132 copy_err_str = gettext(PROB_restat); in copy()
1148 copy_err_str = gettext(PROB_copyout); in copy()
1188 copy_err_str = gettext(PROB_write); in copy()
1194 copy_err_str = gettext(PROB_read); in copy()