CONSOLE
(pathcmp(dev, CONSOLE) == 0)) {
if ((c = open(CONSOLE, O_WRONLY)) >= 0) {
stat(CONSOLE, &conbuf) != -1 &&
static char *CONSOLE = "/dev/console"; /* Real system console */
} else if ((fd = open(CONSOLE, O_WRONLY|O_NOCTTY)) != -1) {
if ((fd = open(CONSOLE, O_WRONLY|O_NOCTTY)) != -1)