Searched refs:confd (Results 1 – 1 of 1) sorted by relevance
85 int confd; /* console fd */ variable173 if ((confd = open("/dev/console", 1)) > 0) { in main()176 confd = dup2(confd, 1); /* console fd copied to stdout */ in main()