Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/fips_validation/
H A Dfips_validation.c30 memset(line, 0, MAX_LINE_CHAR); in get_file_line()
34 if (loc >= MAX_LINE_CHAR - 1) in get_file_line()
320 info.one_line_text = calloc(1, MAX_LINE_CHAR); in fips_test_init()
H A Dfips_validation.h13 #define MAX_LINE_CHAR 204800 /*< max number of characters per line */ macro