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