Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pam_modules/unix_session/
H A Dunix_session.c57 #define LASTLOG "/var/adm/lastlog" macro
132 if ((fdl = open(LASTLOG, O_RDWR|O_CREAT|O_DSYNC, 0444)) >= 0) { in pam_sm_open_session()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c135 char LASTLOG[] = "/var/adm/lastlog"; /* last login info */ variable
740 if ((lf = fopen(LASTLOG, "r")) == NULL) in fwopen()
741 (void) fprintf(stderr, "finger: %s open error\n", LASTLOG); in fwopen()
766 "finger: %s read error\n", LASTLOG); in findwhen()
773 LASTLOG); in findwhen()
/illumos-gate/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c58 #define LASTLOG "/var/adm/lastlog" macro
100 if ((fdl = open(LASTLOG, O_RDWR|O_CREAT, 0444)) >= 0) { in check_for_login_inactivity()
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c164 #define LASTLOG "/var/adm/lastlog" macro
1718 if ((fdl = open(LASTLOG, O_RDWR|O_CREAT, 0444)) >= 0) { in check_log()