Searched refs:test_string (Results 1 – 1 of 1) sorted by relevance
/tools/perf/tests/ |
D | api-io.c | 87 static int do_test_get_char(const char *test_string, size_t buf_size) in do_test_get_char() argument 94 if (setup_test(path, test_string, buf_size, &io)) in do_test_get_char() 97 for (i = 0; i < strlen(test_string); i++) { in do_test_get_char() 100 EXPECT_EQUAL(ch, test_string[i]); in do_test_get_char() 130 static int do_test_get_hex(const char *test_string, in do_test_get_hex() argument 141 if (setup_test(path, test_string, 4, &io)) in do_test_get_hex() 211 static int do_test_get_dec(const char *test_string, in do_test_get_dec() argument 222 if (setup_test(path, test_string, 4, &io)) in do_test_get_dec()
|