Searched refs:_PATH_CONSOLE (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/share/examples/sunrpc/msg/
H A Dmsg_proc.c21 f = fopen(_PATH_CONSOLE, "w");
H A Dprintmsg.c38 f = fopen(_PATH_CONSOLE, "w");
/freebsd-13-stable/include/
H A Dpaths.h53 #define _PATH_CONSOLE "/dev/console" macro
/freebsd-13-stable/contrib/netbsd-tests/include/
H A Dt_paths.c62 { _PATH_CONSOLE, PATH_DEV | PATH_ROOT },
/freebsd-13-stable/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c245 i = open(_PATH_CONSOLE, 2);
/freebsd-13-stable/lib/libc/gen/
H A Dsyslog.c346 (fd = _open(_PATH_CONSOLE, O_WRONLY|O_NONBLOCK|O_CLOEXEC, 0)) >=
/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Dprintcap.c230 CHK(capdb_getaltstr(bp, "lf", "spool.log", _PATH_CONSOLE,
/freebsd-13-stable/sbin/init/
H A Dinit.c597 revoke(_PATH_CONSOLE);
598 if ((fd = open(_PATH_CONSOLE, O_RDWR | O_NONBLOCK)) != -1) {
1841 revoke(_PATH_CONSOLE);
/freebsd-13-stable/contrib/libxo/libxo/
H A Dxo_syslog.c263 && (fd = open(_PATH_CONSOLE, flags, 0)) >= 0) {
/freebsd-13-stable/bin/ps/
H A Dps.c870 ttypath = _PATH_CONSOLE;
882 if (strcmp(pathbuf, _PATH_CONSOLE) == 0)
/freebsd-13-stable/usr.sbin/syslogd/
H A Dsyslogd.c156 static const char ctty[] = _PATH_CONSOLE;

Completed in 231 milliseconds