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

/freebsd-current/share/examples/sunrpc/msg/
H A Dmsg_proc.c19 f = fopen(_PATH_CONSOLE, "w");
H A Dprintmsg.c36 f = fopen(_PATH_CONSOLE, "w");
/freebsd-current/include/
H A Dpaths.h50 #define _PATH_CONSOLE "/dev/console" macro
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_paths.c62 { _PATH_CONSOLE, PATH_DEV | PATH_ROOT },
/freebsd-current/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c242 i = open(_PATH_CONSOLE, 2);
/freebsd-current/lib/libc/gen/
H A Dsyslog.c318 (fd = _open(_PATH_CONSOLE, O_WRONLY|O_NONBLOCK|O_CLOEXEC, 0)) >=
/freebsd-current/usr.sbin/lpr/common_source/
H A Dprintcap.c222 CHK(capdb_getaltstr(bp, "lf", "spool.log", _PATH_CONSOLE,
/freebsd-current/sbin/init/
H A Dinit.c586 revoke(_PATH_CONSOLE);
587 if ((fd = open(_PATH_CONSOLE, O_RDWR | O_NONBLOCK)) != -1) {
1904 revoke(_PATH_CONSOLE);
/freebsd-current/contrib/libxo/libxo/
H A Dxo_syslog.c263 && (fd = open(_PATH_CONSOLE, flags, 0)) >= 0) {
/freebsd-current/bin/ps/
H A Dps.c887 ttypath = _PATH_CONSOLE;
899 if (strcmp(pathbuf, _PATH_CONSOLE) == 0)
/freebsd-current/usr.sbin/syslogd/
H A Dsyslogd.c791 (void)strlcpy(consfile.fu_fname, _PATH_CONSOLE + sizeof(_PATH_DEV) - 1,
3037 if (strcmp(p, _PATH_CONSOLE) == 0)

Completed in 221 milliseconds