Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dfselect.c430 char test_char = test[i]; in complete() local
431 if (test_char == '\0') in complete()
434 if (match_list.data[j][i] != test_char) { in complete()
439 (buff)[i] = test_char; in complete()
/freebsd/crypto/openssl/test/
H A Dtest_test.c79 static int test_char(void) in test_char() function
557 ADD_TEST(test_char); in setup_tests()