Searched refs:MAX_PARSED_LOG_LINES (Results 1 – 1 of 1) sorted by relevance
822 #define MAX_PARSED_LOG_LINES 100 macro831 for (pos = strlen(buf) - 1, lines = 0; pos >= 0 && lines < MAX_PARSED_LOG_LINES; lines++) { in parse_verif_log()