st1 48 usr/bin/mv/mv.c struct stat st1, st2; st1 59 usr/bin/mv/mv.c if (stat(src, &st1) < 0) st1 61 usr/bin/mv/mv.c if (!S_ISREG(st1.st_mode)) {