UTMP_FILE
#ifndef UTMP_FILE
# if defined(UTMP_FILE) && !defined(DISABLE_UTMP)
if (tty > 0 && (fd = open(UTMP_FILE, O_RDWR|O_CREAT, 0644)) >= 0) {
__func__, tty, UTMP_FILE);
__func__, tty, UTMP_FILE);
UTMP_FILE, strerror(errno));