Home
last modified time | relevance | path

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

/tools/perf/tests/
Dapi-io.c88 static int do_test_get_char(const char *test_string, size_t buf_size) in do_test_get_char() argument
95 if (setup_test(path, test_string, buf_size, &io)) in do_test_get_char()
98 for (i = 0; i < strlen(test_string); i++) { in do_test_get_char()
101 EXPECT_EQUAL(ch, test_string[i]); in do_test_get_char()
131 static int do_test_get_hex(const char *test_string, in do_test_get_hex() argument
142 if (setup_test(path, test_string, 4, &io)) in do_test_get_hex()
212 static int do_test_get_dec(const char *test_string, in do_test_get_dec() argument
223 if (setup_test(path, test_string, 4, &io)) in do_test_get_dec()
297 char test_string[1024]; in test_get_line() local
304 test_string[i] = 'a'; in test_get_line()
[all …]