Home
last modified time | relevance | path

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

/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c5274 size_t line_len_max,
6462 size_t line_len_max, in cli_rule_file_process() argument
6478 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()
/dpdk/examples/ip_pipeline/
H A Dcli.c4559 size_t line_len_max,
6740 size_t line_len_max, in cli_rule_file_process() argument
6756 (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()