Searched refs:ch (Results 1 – 2 of 2) sorted by relevance
41 char ch; in do_test() local57 ch = 'h'; in do_test()58 if (strchr ("hello world", ch++) == NULL) in do_test()
116 char ch = '0' + random () % 10; in do_random_tests() local118 buf1[idx + off] = ch; in do_random_tests()
Completed in 6 milliseconds