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