MCPcopy Create free account
hub / github.com/F-Stack/f-stack / print_test_block

Function print_test_block

dpdk/examples/fips_validation/main.c:2557–2566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2555}
2556
2557static void
2558print_test_block(void)
2559{
2560 uint32_t i;
2561
2562 for (i = 0; i < info.nb_vec_lines; i++)
2563 printf("%s\n", info.vec[i]);
2564
2565 printf("\n");
2566}
2567
2568static int
2569fips_test_one_file(void)

Callers 1

fips_test_one_fileFunction · 0.85

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected