Home
last modified time | relevance | path

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

/external/openssh/
Ddefines.h716 #ifndef UTMP_FILE
718 # define UTMP_FILE _PATH_UTMP macro
721 # define UTMP_FILE CONF_UTMP_FILE macro
759 # if defined(UTMP_FILE) && !defined(DISABLE_UTMP)
Dloginrec.c872 if (tty > 0 && (fd = open(UTMP_FILE, O_RDWR|O_CREAT, 0644)) >= 0) { in utmp_write_direct()
883 __func__, tty, UTMP_FILE); in utmp_write_direct()
905 __func__, tty, UTMP_FILE); in utmp_write_direct()
911 UTMP_FILE, strerror(errno)); in utmp_write_direct()
Dlogintest.c264 printf("\tUSE_UTMP (UTMP_FILE=%s)\n", UTMP_FILE); in showOptions()
Dconfigure.ac4905 AC_MSG_CHECKING([if your system defines UTMP_FILE])
4912 ]], [[ char *utmp = UTMP_FILE; ]])],
Dconfigure18845 char *utmp = UTMP_FILE;
/external/openssh/openbsd-compat/
Dbsd-cray.c695 if ((fd = open(UTMP_FILE, O_RDONLY)) != -1) { in cray_retain_utmp()