Lines Matching refs:printf
51 printf ("locale used: %s\n\n", setlocale (LC_ALL, NULL)); in do_test()
57 printf ("%u: cannot read input file from standard input: %m\n", in do_test()
62 printf ("INFO: input file has %Zd bytes\n", mbsize); in do_test()
76 printf ("%u: cannot get iconv descriptor for conversion to UCS4\n", in do_test()
85 printf ("%u: iconv performed %Zd nonreversible conversions\n", in do_test()
92 printf ("\ in do_test()
100 printf ("%u: iconv didn't convert all input\n", __LINE__); in do_test()
108 printf ("%u: iconv converted not complete wchar_t\n", __LINE__); in do_test()
123 printf ("%u: cannot open temporary file: %m\n", __LINE__); in do_test()
132 printf ("%u: fdopen of temp file for writing failed: %m\n", __LINE__); in do_test()
140 printf ("%u: fputwc failed: %m\n", __LINE__); in do_test()
148 printf ("%u: fclose after single-character writing failed (%d): %m\n", in do_test()
157 printf ("%u: fdopen of temp file for reading failed: %m\n", __LINE__); in do_test()
166 printf ("%u: fgetwc failed (idx %Zd): %m\n", __LINE__, n); in do_test()
175 printf ("%u: too many characters available with fgetwc\n", __LINE__); in do_test()
180 printf ("%u: buffer read with fgetwc differs\n", __LINE__); in do_test()
187 printf ("%u: fclose after single-character reading failed (%d): %m\n", in do_test()
199 printf ("%u: fdopen of temp file for reading failed: %m\n", __LINE__); in do_test()
205 printf ("%u: cannot read all of the temp file\n", __LINE__); in do_test()
213 printf ("%u: more input available\n", __LINE__); in do_test()
219 printf ("%u: buffer written with fputwc differs\n", __LINE__); in do_test()
227 printf ("%u: fclose after single-character reading failed (%d): %m\n", in do_test()
237 printf ("%u: cannot open temporary file: %m\n", __LINE__); in do_test()
246 printf ("%u: fdopen of temp file for writing failed: %m\n", __LINE__); in do_test()
276 printf ("%u: fclose after line-wise writing failed (%d): %m\n", in do_test()
285 printf ("%u: fdopen of temp file for reading failed: %m\n", __LINE__); in do_test()
293 printf ("%u: short read using fgetws (only %td of %Zd)\n", in do_test()
303 printf ("%u: fgetws read too much\n", __LINE__); in do_test()
309 printf ("%u: too many characters available with fgetws\n", __LINE__); in do_test()
315 printf ("%u: buffer read with fgetws differs\n", __LINE__); in do_test()
322 printf ("%u: fclose after single-character reading failed (%d): %m\n", in do_test()
334 printf ("%u: fdopen of temp file for reading failed: %m\n", __LINE__); in do_test()
340 printf ("%u: cannot read all of the temp file\n", __LINE__); in do_test()
348 printf ("%u: more input available\n", __LINE__); in do_test()
354 printf ("%u: buffer written with fputws differs\n", __LINE__); in do_test()
362 printf ("%u: fclose after single-character reading failed (%d): %m\n", in do_test()