Home
last modified time | relevance | path

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

/dragonfly/test/stress/stress2/misc/
H A Drevoke.sh81 /* Get rid of my ctty. */
/dragonfly/sys/vfs/procfs/
H A DREADME89 cat 446 439 400 81 12,0 ctty 748620684 270000 0 0 0 20000 nochan 11 20 20 20 0 21 117
/dragonfly/usr.sbin/syslogd/
H A Dsyslogd.c108 const char ctty[] = _PATH_CONSOLE; variable
490 (void)strlcpy(consfile.f_un.f_fname, ctty + sizeof _PATH_DEV - 1, in main()
969 f->f_file = open(ctty, O_WRONLY | O_NONBLOCK, 0); in logmsg()
1977 if (strcmp(p, ctty) == 0) in cfline()