Searched refs:_PATH_UTMP (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/libpcap-48/libpcap/Win32/Include/net/
H A Dpaths.h85 #define _PATH_UTMP "/var/adm/utmp"
89 #define _PATH_UTMP "/var/run/utmp" macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dutmp.h78 #define _PATH_UTMP "/var/run/utmp" macro
/macosx-10.10.1/Heimdal-398.1.2/appl/login/
H A Dlogin_locl.h118 #ifndef _PATH_UTMP
120 #define _PATH_UTMP UTMP_FILE macro
122 #define _PATH_UTMP "/var/adm/utmp" macro
H A Dutmp_login.c141 utmpname(_PATH_UTMP);
151 if (ttyno > 0 && (fd = open(_PATH_UTMP, O_WRONLY, 0)) >= 0) {
/macosx-10.10.1/remote_cmds-47/talkd.tproj/
H A Dprocess.c243 if ((fd = fopen(_PATH_UTMP, "r")) == NULL) {
244 warnx("can't read %s", _PATH_UTMP);
/macosx-10.10.1/remote_cmds-47/wall.tproj/
H A Dwall.c171 if (!(fp = fopen(_PATH_UTMP, "r")))
172 err(1, "cannot read %s", _PATH_UTMP);
/macosx-10.10.1/screen-22/screen/
H A Dos.h291 # ifdef _PATH_UTMP
292 # define UTMPFILE _PATH_UTMP
295 # endif /* _PATH_UTMP */
/macosx-10.10.1/remote_cmds-47/rwhod.tproj/
H A Drwhod.c242 utmpf = open(_PATH_UTMP, O_RDONLY|O_CREAT, 0644);
248 syslog(LOG_ERR, "%s: %m", _PATH_UTMP);
458 syslog(LOG_ERR, "read(%s): %m", _PATH_UTMP);
/macosx-10.10.1/OpenSSH-189/openssh/
H A Ddefines.h681 # ifdef _PATH_UTMP
682 # define UTMP_FILE _PATH_UTMP
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dwatch.c44 #if !defined(REAL_UTMP_FILE) && defined(_PATH_UTMP)
45 # define REAL_UTMP_FILE _PATH_UTMP
/macosx-10.10.1/shell_cmds-179/who/
H A Dutmpentry.c157 sfname = fname ? fname : _PATH_UTMP;
/macosx-10.10.1/shell_cmds-179/w/
H A Dw.c289 if ((ut = fopen(_PATH_UTMP, "r")) == NULL)
290 err(1, "%s", _PATH_UTMP);
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.who.c113 # elif defined(_PATH_UTMP)
114 # define TCSH_PATH_UTMP _PATH_UTMP
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c63 #ifdef _PATH_UTMP
64 #define UTMP_FILE _PATH_UTMP
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c78 #ifdef _PATH_UTMP
79 char utmpf[] = _PATH_UTMP;
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dutmpx-darwin.c1162 * Write _PATH_UTMP, given a struct utmp, depending on the value of
1185 if ((fd = open(_PATH_UTMP, O_RDWR, 0)) < 0)

Completed in 144 milliseconds