Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c5278 size_t line_len_max,
6466 size_t line_len_max, in cli_rule_file_process() argument
6482 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()
/f-stack/dpdk/examples/ip_pipeline/
H A Dcli.c4565 size_t line_len_max,
6749 size_t line_len_max, in cli_rule_file_process() argument
6765 (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()