Searched refs:winput (Results 1 – 1 of 1) sorted by relevance
42 wchar_t *winput = xmalloc (winputsize * sizeof (wchar_t)); in do_test() local43 wmemset (winput, L'a', winputsize - 1); in do_test()44 winput[winputsize - 1] = L'\0'; in do_test()50 ret = snprintf (result, sizeof (result), "%.65537ls", winput); in do_test()54 ret = snprintf (result, sizeof (result), "%ls", winput); in do_test()58 free (winput); in do_test()
Completed in 2 milliseconds