Searched refs:trys (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/login/ |
H A D | login.c | 189 static int trys = 0; variable 711 for (count1 = 0; count1 < trys; count1++) in badlogin() 732 if (trys >= LOGTRYS) in log_bad_attempts() 736 (void) strncat(log_entry[trys], user_name, LNAME_SIZE); in log_bad_attempts() 737 (void) strncat(log_entry[trys], ":", (size_t)1); in log_bad_attempts() 738 (void) strncat(log_entry[trys], ttyn, TTYN_SIZE); in log_bad_attempts() 739 (void) strncat(log_entry[trys], ":", (size_t)1); in log_bad_attempts() 740 (void) strncat(log_entry[trys], ctime(&timenow), TIME_SIZE); in log_bad_attempts() 741 trys++; in log_bad_attempts()
|
/titanic_50/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 2525 int ret, oret, state, trys = 0, flags; in zsd_open_exacct() local 2559 if (trys > 0) { in zsd_open_exacct() 2565 trys++; in zsd_open_exacct() 2592 if (trys > 500) { in zsd_open_exacct()
|