Lines Matching defs:trys
189 static int trys = 0;
690 * badlogin() - log to the log file 'trys'
711 for (count1 = 0; count1 < trys; count1++)
732 if (trys >= LOGTRYS)
736 (void) strncat(log_entry[trys], user_name, LNAME_SIZE);
737 (void) strncat(log_entry[trys], ":", (size_t)1);
738 (void) strncat(log_entry[trys], ttyn, TTYN_SIZE);
739 (void) strncat(log_entry[trys], ":", (size_t)1);
740 (void) strncat(log_entry[trys], ctime(&timenow), TIME_SIZE);
741 trys++;