Searched refs:fputws (Results 1 – 16 of 16) sorted by relevance
/libio/ |
A D | tst-fseek.c | 34 if (fputws (L"abc\n", fp) == -1) in do_seek_end() 63 if (fputws (L"ゅう\n", fp) == -1) in do_seek_set() 71 if (fputws (L"ゅう\n", fp) == -1) in do_seek_set() 79 if (fputws (L"ゅう\n", fp) == -1) in do_seek_set()
|
A D | bug-wmemstream1.c | 32 if (fputws (L"foo", fp) == EOF) in do_test() 83 if (fputws (L"bar", fp) == EOF) in do_test() 95 if (fputws (L"foo", fp) == EOF) in do_test()
|
A D | tst_wprintf.c | 7 fputws (L"Hello world!\n", stdout); in main()
|
A D | tst-fputws.c | 31 if (fputws (str, stdout) < 0) in do_test()
|
A D | iofputws.c | 31 fputws (const wchar_t *str, FILE *fp) in fputws() function
|
A D | test-freopen.c | 51 fputws (L"Hello world (wc)\n", fp); in main()
|
A D | bug-wfflush.c | 56 if (fputws (L_("1!"), f) == EOF) in do_test()
|
A D | bug-ftell.c | 23 if (fputws (L"hello", fp) == EOF) in do_test()
|
A D | tst-fopenloc.c | 76 fputws (buf, stdout); in do_test()
|
A D | tst-memstream.h | 52 # define FPUTS fputws
|
A D | tst-ftell-partial-wide.c | 92 if (fputws (inputs[i], fp) == -1) in do_test()
|
A D | tst-ftell-append.c | 161 fputs_func = (fputs_func_t) fputws; in do_test()
|
A D | tst-widetext.c | 260 fputws (wcp, fp); in do_test() 267 fputws (wcp, fp); in do_test()
|
A D | Versions | 130 fputwc; fputwc_unlocked; fputws; fputws_unlocked; fsetpos; fsetpos64;
|
A D | Makefile | 67 tst-ftell-append tst-fputws tst-bz22415 tst-fgetc-after-eof \
|
A D | tst-ftell-active-handler.c | 677 fputs_func = (fputs_func_t) fputws; in do_test()
|
Completed in 22 milliseconds