Home
last modified time | relevance | path

Searched refs:UTMP_FILE (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Ddefines.h538 #ifndef UTMP_FILE
540 #define UTMP_FILE _PATH_UTMP macro
543 #define UTMP_FILE CONF_UTMP_FILE macro
578 #if defined(UTMP_FILE) && !defined(DISABLE_UTMP)
/titanic_41/usr/src/head/
H A Dutmp.h50 #define UTMP_FILE "/var/adm/utmp" macro
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dloginrec.c796 if (tty > 0 && (fd = open(UTMP_FILE, O_RDWR|O_CREAT, 0644)) >= 0) { in utmp_write_direct()
813 UTMP_FILE, strerror(errno)); in utmp_write_direct()
/titanic_41/usr/src/cmd/utmpd/
H A Dutmpd.c1092 if (lstat(UTMP_FILE, &s) == 0 && in warn_utmp()
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-cray.c690 if ((fd = open(UTMP_FILE, O_RDONLY)) != -1) { in cray_retain_utmp()