Searched refs:line_len_max (Results 1 – 2 of 2) sorted by relevance
5274 size_t line_len_max,6462 size_t line_len_max, in cli_rule_file_process() argument6478 line_len_max == 0) { in cli_rule_file_process()6484 line = malloc(line_len_max + 1); in cli_rule_file_process()6504 if (fgets(line, line_len_max + 1, f) == NULL) in cli_rule_file_process()
4559 size_t line_len_max,6740 size_t line_len_max, in cli_rule_file_process() argument6756 (line_len_max == 0) || in cli_rule_file_process()6774 line = malloc(line_len_max + 1); in cli_rule_file_process()6794 if (fgets(line, line_len_max + 1, f) == NULL) in cli_rule_file_process()