Searched refs:wbuf (Results 1 – 1 of 1) sorted by relevance
62 wchar_t wbuf[100]; in do_test() local83 if (swscanf (tests[n].arg, tests[n].wfmt, wbuf) != tests[n].retval) in do_test()89 else if (tests[n].retval != 0 && wcscmp (wbuf, tests[n].wres) != 0) in do_test()92 tests[n].arg, tests[n].wfmt, wbuf, tests[n].wres); in do_test()
Completed in 4 milliseconds