Searched refs:expect_str (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_synproxy.c | 39 static bool expect_str(char *buf, size_t size, const char *str, const char *name) in expect_str() function 105 if (!expect_str(buf, size, "Total SYNACKs generated: 0\n", in test_synproxy() 154 if (!expect_str(buf, size, "Total SYNACKs generated: 1\n", in test_synproxy()
|
/openbmc/u-boot/tools/buildman/ |
H A D | test.py | 302 expect_str = errors[4].rstrip().replace('%(basedir)s', '').split('\n') 303 expect = expect_str[3:8] + [expect_str[-1]] 308 expect = [expect_str[0]] + expect_str[10:12] + [expect_str[9]]
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | syscall_numbering.c | 171 const char *expect_str) in _check_for() argument 185 ret, expect_str); in _check_for() 200 syscall_str(msb, start, end), expect_str); in _check_for()
|