Lines Matching refs:testrun
27 void testrun(char *a1, char *a2, int l) in testrun() function
38 testrun(b1 + offset1, b1 + offset2, l); in multiplex()
39 testrun(b1 + offset1, b2 + offset2, l); in multiplex()
40 testrun(b1 + offset1, b3 + offset2, l); in multiplex()
41 testrun(b1 + offset1, b4 + offset2, l); in multiplex()
42 testrun(b2 + offset1, b2 + offset2, l); in multiplex()
43 testrun(b2 + offset1, b3 + offset2, l); in multiplex()
44 testrun(b2 + offset1, b4 + offset2, l); in multiplex()
45 testrun(b3 + offset1, b3 + offset2, l); in multiplex()
46 testrun(b3 + offset1, b4 + offset2, l); in multiplex()
47 testrun(b4 + offset1, b4 + offset2, l); in multiplex()
67 testrun(longbuf1, longbuf2, 255); in main()
69 testrun(longbuf1, longbuf2, 255); in main()
71 testrun(longbuf1, longbuf2, 255); in main()