Lines Matching refs:L
23 fwprintf(stderr, L"stderr should now be set to wide mode ...\n"); in main()
31 fwprintf(stdout, L"%ls", L"this should *not* be visible!\n"); in main()
33 fprintf(stderr, "%ls", L"this should *not* be visible!\n"); in main()
34 fwprintf(stdout, L"%s", "this should *not* be visible!\n"); in main()
36 fprintf(stdout, "%ls", L"this *should* be visible!\n"); in main()
37 fwprintf(stderr, L"%s", "this *should* be visible!\n"); in main()
40 fwprintf(stderr, L"%ls", L"this *should* be visible!\n"); in main()
45 fwprintf(stdout, L"%ls", L"this should *not* be visible!\n"); in main()
47 fprintf(stderr, "%ls", L"this should *not* be visible!\n"); in main()
48 fwprintf(stdout, L"%s", "this should *not* be visible!\n"); in main()
50 fprintf(stdout, "%ls", L"this *should* be visible! (äöúß)\n"); in main()
51 fwprintf(stderr, L"%s", "this *should* be visible! (äöúß)\n"); in main()
54 fwprintf(stderr, L"%ls", L"this *should* be visible! (äöúß)\n"); in main()