st2 48 usr/bin/mv/mv.c struct stat st1, st2; st2 67 usr/bin/mv/mv.c rc = stat(dest, &st2); st2 68 usr/bin/mv/mv.c if (!rc && S_ISDIR(st2.st_mode)) {