Home
last modified time | relevance | path

Searched refs:_PATH_LASTLOG (Results 1 – 3 of 3) sorted by relevance

/external/musl/include/
Dpaths.h11 #define _PATH_LASTLOG "/var/log/lastlog" macro
/external/ppp/pppd/
Dsession.c377 #if defined(_PATH_LASTLOG) && !defined(USE_PAM)
388 if ((fd = open(_PATH_LASTLOG, O_RDWR, 0)) >= 0) {
Dauth.c86 #if defined(_PATH_LASTLOG) && defined(__linux__)