Searched refs:ctty (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dsyslog.c54 static char *ctty = "/dev/console"; variable
218 (fd = open(ctty, O_WRONLY)) >= 0) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dsyslog.c100 #define ctty "/dev/syscon" macro
371 (fd = open(ctty, O_WRONLY)) >= 0) {
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c119 static char ctty[] = "/dev/console"; variable
2410 ((cfd = open(ctty, modes)) >= 0)) {
3541 if ((strcmp(p, ctty) == 0) || (strcmp(p, sysmsg) == 0))

Completed in 54 milliseconds