Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pam_modules/unix_session/
H A Dunix_session.c57 #define LASTLOG "/var/adm/lastlog" macro
131 if ((fdl = open(LASTLOG, O_RDWR|O_CREAT|O_DSYNC, 0444)) >= 0) { in pam_sm_open_session()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c131 char LASTLOG[] = "/var/adm/lastlog"; /* last login info */ variable
736 if ((lf = fopen(LASTLOG, "r")) == NULL) in fwopen()
737 (void) fprintf(stderr, "finger: %s open error\n", LASTLOG); in fwopen()
762 "finger: %s read error\n", LASTLOG); in findwhen()
769 LASTLOG); in findwhen()
/titanic_41/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c56 #define LASTLOG "/var/adm/lastlog" macro
98 if ((fdl = open(LASTLOG, O_RDWR|O_CREAT, 0444)) >= 0) { in check_for_login_inactivity()
/titanic_41/usr/src/cmd/login/
H A Dlogin.c162 #define LASTLOG "/var/adm/lastlog" macro
1714 if ((fdl = open(LASTLOG, O_RDWR|O_CREAT, 0444)) >= 0) { in check_log()