Searched refs:testbyte (Results 1 – 4 of 4) sorted by relevance
67 #define testbyte(x) \ macro106 testbyte(0); in strlen()107 testbyte(1); in strlen()108 testbyte(2); in strlen()109 testbyte(3); in strlen()111 testbyte(4); in strlen()112 testbyte(5); in strlen()113 testbyte(6); in strlen()114 testbyte(7); in strlen()
67 #define testbyte(x) \ macro106 testbyte(0); in size_t()107 testbyte(1); in size_t()108 testbyte(2); in size_t()109 testbyte(3); in size_t()111 testbyte(4); in size_t()112 testbyte(5); in size_t()113 testbyte(6); in size_t()114 testbyte(7); in size_t()
298 static u_char testbyte[18] = { in lpt_detect() local318 if (!lpt_port_test(ppbus, testbyte[i], 0xff)) { in lpt_detect()
1627 u_int8_t testbyte; in skc_attach() local1633 testbyte = sk_win_read_1(sc, SK_EP_ADDR+0x03); in skc_attach()1635 if (testbyte != 0x00) { in skc_attach()