Searched refs:LASTLOG (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/lib/pam_modules/unix_session/ |
| H A D | unix_session.c | 57 #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 D | finger.c | 135 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 D | unix_acct.c | 58 #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 D | login.c | 164 #define LASTLOG "/var/adm/lastlog" macro 1718 if ((fdl = open(LASTLOG, O_RDWR|O_CREAT, 0444)) >= 0) { in check_log()
|