STDERR            288 src/cron.c     				(void) dup2(fd, STDERR);
STDERR            289 src/cron.c     				if (fd != STDERR)
STDERR            234 src/do_command.c 		dup2(STDOUT, STDERR);
STDERR            244 src/do_command.c 			for(fd = STDERR + 1; fd < fdmax; fd++) {
STDERR            575 src/misc.c     		write(STDERR, msg, strlen(msg));
STDERR            107 src/popen.c    				dup2(pdes[1], STDERR);	/* stderr, too! */
STDERR            126 src/popen.c    		for (fd = STDERR + 1; fd < fds; fd++) {