Home
last modified time | relevance | path

Searched refs:trys (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/login/
H A Dlogin.c189 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()
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c2523 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()