Searched refs:wc_ex (Results 1 – 3 of 3) sorted by relevance
16 wchar_t wc_ex; in tst_wcspbrk() local57 wc_ex = TST_EXPECT (wcspbrk).wc; in tst_wcspbrk()62 (unsigned long int) *ret, (unsigned long int) wc_ex); in tst_wcspbrk()64 if (*ret != wc_ex) in tst_wcspbrk()
22 wchar_t wc, *pwc, wc_ex; in tst_mbrtowc() local87 wc_ex = TST_EXPECT_SEQ (mbrtowc).wc; in tst_mbrtowc()88 if (wc_ex == wc) in tst_mbrtowc()
18 wchar_t wc, wc_ex, *wp; in tst_mbtowc() local113 wc_ex = TST_EXPECT_SEQ (mbtowc).wc; in tst_mbtowc()115 if (wc_ex == wc) in tst_mbtowc()
Completed in 3 milliseconds