Searched refs:fwprintf (Results 1 - 7 of 7) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Dfwide_test.c23 fwprintf(stderr, L"stderr should now be set to wide mode ...\n");
31 fwprintf(stdout, L"%ls", L"this should *not* be visible!\n");
34 fwprintf(stdout, L"%s", "this should *not* be visible!\n");
37 fwprintf(stderr, L"%s", "this *should* be visible!\n");
40 fwprintf(stderr, L"%ls", L"this *should* be visible!\n");
45 fwprintf(stdout, L"%ls", L"this should *not* be visible!\n");
48 fwprintf(stdout, L"%s", "this should *not* be visible!\n");
51 fwprintf(stderr, L"%s", "this *should* be visible! (��������)\n");
54 fwprintf(stderr, L"%ls", L"this *should* be visible! (��������)\n");
H A Dtst-wprintf2.c38 fwprintf(fp,L"test start" );
39 fwprintf(fp, L" int %d\n", a);
42 fwprintf(fp, L"1[%6.3s]\n", argv[1]);
52 /* fwprintf to unbuffered stream. */
53 fwprintf(fp, L"hello.\n");
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfwprintf.c38 weak_alias (__fwprintf, fwprintf)
/haiku/headers/posix/
H A Dwchar.h61 extern int fwprintf(FILE *stream, const wchar_t *format, ...);
/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwchar.h337 extern int fwprintf (__FILE *__restrict __stream,
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1809 void fwprintf() {} function
H A Dlibroot_stubs_legacy.c1756 void fwprintf() {} function

Completed in 144 milliseconds