Home
last modified time | relevance | path

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

/external/openssh/
Ddefines.h706 #ifndef UTMP_FILE
708 # define UTMP_FILE _PATH_UTMP macro
711 # define UTMP_FILE CONF_UTMP_FILE macro
749 # if defined(UTMP_FILE) && !defined(DISABLE_UTMP)
Dloginrec.c869 if (tty > 0 && (fd = open(UTMP_FILE, O_RDWR|O_CREAT, 0644)) >= 0) { in utmp_write_direct()
880 __func__, tty, UTMP_FILE); in utmp_write_direct()
902 __func__, tty, UTMP_FILE); in utmp_write_direct()
908 UTMP_FILE, strerror(errno)); in utmp_write_direct()
Dlogintest.c264 printf("\tUSE_UTMP (UTMP_FILE=%s)\n", UTMP_FILE); in showOptions()
Dconfigure.ac4709 AC_MSG_CHECKING([if your system defines UTMP_FILE])
4716 ]], [[ char *utmp = UTMP_FILE; ]])],
Dconfigure34770 char *utmp = UTMP_FILE;
/external/openssh/openbsd-compat/
Dbsd-cray.c696 if ((fd = open(UTMP_FILE, O_RDONLY)) != -1) { in cray_retain_utmp()