tofd               45 user/bin/cp/cp.c 	int tofd;
tofd               56 user/bin/cp/cp.c 	tofd = open(to, O_WRONLY|O_CREAT|O_TRUNC);
tofd               57 user/bin/cp/cp.c 	if (tofd<0) {
tofd               74 user/bin/cp/cp.c 			wr = write(tofd, buf+wrtot, len-wrtot);
tofd               92 user/bin/cp/cp.c 	if (close(tofd) < 0) {