move_file
if (move_file(TMPOUTNAME, outname) < 0) {
if (!check_only && move_file(TMPREJNAME, rejname) < 0)
int move_file(const char *, const char *);