Searched refs:line_len_max (Results 1 – 2 of 2) sorted by relevance
5278 size_t line_len_max,6466 size_t line_len_max, in cli_rule_file_process() argument6482 line_len_max == 0) { in cli_rule_file_process()6488 line = malloc(line_len_max + 1); in cli_rule_file_process()6508 if (fgets(line, line_len_max + 1, f) == NULL) in cli_rule_file_process()
4565 size_t line_len_max,6749 size_t line_len_max, in cli_rule_file_process() argument6765 (line_len_max == 0) || in cli_rule_file_process()6783 line = malloc(line_len_max + 1); in cli_rule_file_process()6803 if (fgets(line, line_len_max + 1, f) == NULL) in cli_rule_file_process()