Searched refs:ctty (Results 1 – 3 of 3) sorted by relevance
54 static char *ctty = "/dev/console"; variable218 (fd = open(ctty, O_WRONLY)) >= 0) { in vsyslog()
100 #define ctty "/dev/syscon" macro373 (fd = open(ctty, O_WRONLY)) >= 0) { in vsyslog()
119 static char ctty[] = "/dev/console"; variable2410 ((cfd = open(ctty, modes)) >= 0)) { in logerror_to_console()3541 if ((strcmp(p, ctty) == 0) || (strcmp(p, sysmsg) == 0)) in cfline()