to_stat 61 usr/bin/cp/cp.c struct stat to_stat, tmp_stat; to_stat 80 usr/bin/cp/cp.c r = stat(target, &to_stat); to_stat 83 usr/bin/cp/cp.c if (r == -1 || !S_ISDIR(to_stat.st_mode)) { to_stat 68 usr/sbin/install/install.c struct stat to_stat; to_stat 75 usr/sbin/install/install.c r = stat(target, &to_stat); to_stat 78 usr/sbin/install/install.c if (r == -1 || !S_ISDIR(to_stat.st_mode)) {