Home
last modified time | relevance | path

Searched refs:WTMP_FILE (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Ddefines.h548 #ifndef WTMP_FILE
550 #define WTMP_FILE _PATH_WTMP macro
553 #define WTMP_FILE CONF_WTMP_FILE macro
584 #if defined(WTMP_FILE) && !defined(DISABLE_WTMP)
/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetut.c503 _compat_updwtmp(WTMP_FILE, utp); in _compat_makeut()
519 _compat_updwtmp(WTMP_FILE, utp); in _compat_makeut()
528 _compat_updwtmp(WTMP_FILE, utp); in _compat_makeut()
563 _compat_updwtmp(WTMP_FILE, up); in _compat_modut()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dloginrec.c1006 if ((fd = open(WTMP_FILE, O_WRONLY|O_APPEND, 0)) < 0) { in wtmp_write()
1008 WTMP_FILE, strerror(errno)); in wtmp_write()
1015 WTMP_FILE, strerror(errno)); in wtmp_write()
1099 if ((fd = open(WTMP_FILE, O_RDONLY)) < 0) { in wtmp_get_entry()
1101 WTMP_FILE, strerror(errno)); in wtmp_get_entry()
1106 WTMP_FILE, strerror(errno)); in wtmp_get_entry()
1121 WTMP_FILE, strerror(errno)); in wtmp_get_entry()
/titanic_41/usr/src/head/
H A Dutmp.h51 #define WTMP_FILE "/var/adm/wtmp" macro