Searched refs:trys (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/login/ |
H A D | login.c | 191 static int trys = 0; variable 713 for (count1 = 0; count1 < trys; count1++) in badlogin() 734 if (trys >= LOGTRYS) in log_bad_attempts() 738 (void) strncat(log_entry[trys], user_name, LNAME_SIZE); in log_bad_attempts() 739 (void) strncat(log_entry[trys], ":", (size_t)1); in log_bad_attempts() 740 (void) strncat(log_entry[trys], ttyn, TTYN_SIZE); in log_bad_attempts() 741 (void) strncat(log_entry[trys], ":", (size_t)1); in log_bad_attempts() 742 (void) strncat(log_entry[trys], ctime(&timenow), TIME_SIZE); in log_bad_attempts() 743 trys++; in log_bad_attempts()
|
/illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 2523 int ret, oret, state, trys = 0, flags; in zsd_open_exacct() local 2557 if (trys > 0) { in zsd_open_exacct() 2563 trys++; in zsd_open_exacct() 2590 if (trys > 500) { in zsd_open_exacct()
|