tmp_stat           61 usr/bin/cp/cp.c 	struct stat to_stat, tmp_stat;
tmp_stat           90 usr/bin/cp/cp.c 		if (stat(argv[0], &tmp_stat) == -1) {
tmp_stat           94 usr/bin/cp/cp.c 		if (!S_ISREG(tmp_stat.st_mode))