Searched refs:fwrite (Results 1 – 13 of 13) sorted by relevance
/stdio-common/ |
A D | putw.c | 20 #define fwrite(p, n, m, s) _IO_fwrite (p, n, m, s) macro 27 if (fwrite ((const void *) &w, sizeof (w), 1, stream) < 1) in putw()
|
A D | bug4.c | 31 fwrite ("Where does this text come from?", 1, 31, f); in main() 34 fwrite (buffer, 1, 31, stdout); in main()
|
A D | tst-fwrite.c | 43 if (fwrite ("a", 1, 1, f) != 1) in do_test() 57 if (fwrite ("n", 1, 1, f) != 1) in do_test()
|
A D | bug12.c | 18 fwrite (x, 4096, 1, f); in main() 19 fwrite (z, 4096, 1, f); in main()
|
A D | tstgetln.c | 30 if (fwrite (buf, len, 1, stdout) != 1) in main()
|
A D | tst-fmemopen4.c | 40 size_t r = fwrite (test, sizeof (char), sizeof (test), stream); in do_test()
|
A D | bug3.c | 15 fwrite ("Where does this text go?", 1, 24, f); in main()
|
A D | test-fwrite.c | 27 if (fwrite (obuf, sizeof obuf, 1, f) != 1) in do_test()
|
A D | tst-fseek.c | 62 if (fwrite (outstr, sizeof (outstr) - 1, 1, fp) != 1) in do_test() 275 if (fwrite (outstr, sizeof (outstr) - 1, 1, fp) != 1) in do_test() 282 if (fwrite (outstr, sizeof (outstr) - 1, 1, fp) != 1) in do_test() 289 if (fwrite (outstr, sizeof (outstr) - 1, 1, fp) != 1) in do_test() 296 if (fwrite (outstr, sizeof (outstr) - 1, 1, fp) != 1) in do_test()
|
A D | bug5.c | 48 if (fwrite (buf, 1, i, out) != i) in main()
|
A D | tst-cookie.c | 81 fwrite (buf, 1, 1, f); in do_test()
|
A D | tst-fmemopen.c | 57 if (fwrite (blah, 1, strlen (blah), fp) != strlen (blah)) in do_test()
|
A D | Makefile | 49 temptest tst-fileno test-fwrite tst-ungetc tst-ferror \ 58 tst-fwrite bug16 bug17 tst-swscanf tst-sprintf2 bug18 bug18a \
|
Completed in 12 milliseconds