Searched refs:bufcheck (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/localedata/ |
D | tst-mbswcs5.c | 43 const unsigned char bufcheck[7] = { 0x25, 0xe2, 0x82, 0xac, 0xce, 0xbb, 0 }; in do_test() local 66 if (memcmp (buf, bufcheck, 7)) in do_test()
|
D | tst-mbswcs3.c | 44 const unsigned char bufcheck[6] = { 0x25, 0xe2, 0x82, 0xac, 0xce, 0xbb }; in do_test() local 67 if (memcmp (buf, bufcheck, 6)) in do_test()
|