mv_file
if ((err = mv_file(rp, dest)) == MOK) {
if (mv_file(rp, dest) == MOK) {
static int mv_file(RSTATUS *, char *);
if ((status = mv_file(rp, dest)) == MOK)