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

/macosx-10.10/libpcap-48/libpcap/Win32/Include/net/
H A Dpaths.h50 #define _PATH_CONSOLE "/dev/console" macro
82 #define _PATH_CONSOLE "/dev/console" macro
/macosx-10.10/Libc-1044.1.2/include/
H A Dpaths.h70 #define _PATH_CONSOLE "/dev/console" macro
/macosx-10.10/syslog-267/syslogd.tproj/
H A Dbsd_out.c52 #define _PATH_CONSOLE "/dev/console" macro
132 if (!strcmp(r->dst, _PATH_CONSOLE)) r->type = DST_TYPE_CONS;
/macosx-10.10/Libc-1044.1.2/gen/
H A Doldsyslog.c254 (fd = open(_PATH_CONSOLE, O_WRONLY, 0)) >= 0) {
/macosx-10.10/adv_cmds-158/ps/
H A Dps.c883 ttypath = _PATH_CONSOLE;
893 if (strcmp(pathbuf, _PATH_CONSOLE) == 0)
/macosx-10.10/system_cmds-643.1.1/getty.tproj/
H A Dmain.c264 if (strncmp(ttyn, _PATH_CONSOLE, sizeof(ttyn)) == 0)
/macosx-10.10/kext_tools-384.1.4/
H A Dupdate_boot.c1141 int consfd = open(_PATH_CONSOLE, O_WRONLY|O_APPEND);

Completed in 245 milliseconds