Lines Matching refs:c
66 char c; in testcase() local
69 c = random() & 0x7f; in testcase()
70 } while (!c); in testcase()
71 s[i] = c; in testcase()
79 char c; in testcase() local
82 c = random() & 0x7f; in testcase()
83 } while (!c); in testcase()
84 s[j] = c; in testcase()
93 char c; in testcase() local
96 c = random() & 0x7f; in testcase()
97 } while (!c); in testcase()
98 s[i] = c; in testcase()