Lines Matching refs:BIG_CHAR
24 # define BIG_CHAR CHAR_MAX macro
32 # define BIG_CHAR WCHAR_MAX macro
123 rej[i] = random () & BIG_CHAR; in do_test()
125 rej[i] = random () & BIG_CHAR; in do_test()
130 for (c = 1; c <= BIG_CHAR; ++c) in do_test()
136 s[i] = random () & BIG_CHAR; in do_test()
139 s[i] = random () & BIG_CHAR; in do_test()
148 s[i] = random () & BIG_CHAR; in do_test()
184 rej[i] = random () & BIG_CHAR; in do_random_tests()
186 rej[i] = random () & BIG_CHAR; in do_random_tests()
191 for (c = 1; c <= BIG_CHAR; ++c) in do_random_tests()
205 p[i] = random () & BIG_CHAR; in do_random_tests()
208 p[i] = random () & BIG_CHAR; in do_random_tests()
211 p[i] = random () & BIG_CHAR; in do_random_tests()