Searched refs:tmp_output (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/examples/fips_validation/ |
| H A D | fips_validation.c | 218 char tmp_output[128] = {0}; in fips_test_parse_header() local 220 strlcpy(tmp_output, info.vec[i], tmp - info.vec[i] + 1); in fips_test_parse_header() 222 fprintf(info.fp_wr, "%s%s%s\n", tmp_output, in fips_test_parse_header() 230 char tmp_output[128] = {0}; in fips_test_parse_header() local 232 strlcpy(tmp_output, info.vec[i], tmp - info.vec[i] + 1); in fips_test_parse_header() 234 fprintf(info.fp_wr, "%s%s%s\n", tmp_output, in fips_test_parse_header() 242 char tmp_output[128] = {0}; in fips_test_parse_header() local 244 strlcpy(tmp_output, info.vec[i], tmp - info.vec[i] + 1); in fips_test_parse_header() 246 fprintf(info.fp_wr, "%s%s%s\n", tmp_output, in fips_test_parse_header()
|