fromfd             44 user/bin/cp/cp.c 	int fromfd;
fromfd             52 user/bin/cp/cp.c 	fromfd = open(from, O_RDONLY);
fromfd             53 user/bin/cp/cp.c 	if (fromfd<0) {
fromfd             67 user/bin/cp/cp.c 	while ((len = read(fromfd, buf, sizeof(buf)))>0) {
fromfd             88 user/bin/cp/cp.c 	if (close(fromfd) < 0) {