Home
last modified time | relevance | path

Searched refs:fwrite (Results 1 – 13 of 13) sorted by relevance

/stdio-common/
A Dputw.c20 #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 Dbug4.c31 fwrite ("Where does this text come from?", 1, 31, f); in main()
34 fwrite (buffer, 1, 31, stdout); in main()
A Dtst-fwrite.c43 if (fwrite ("a", 1, 1, f) != 1) in do_test()
57 if (fwrite ("n", 1, 1, f) != 1) in do_test()
A Dbug12.c18 fwrite (x, 4096, 1, f); in main()
19 fwrite (z, 4096, 1, f); in main()
A Dtstgetln.c30 if (fwrite (buf, len, 1, stdout) != 1) in main()
A Dtst-fmemopen4.c40 size_t r = fwrite (test, sizeof (char), sizeof (test), stream); in do_test()
A Dbug3.c15 fwrite ("Where does this text go?", 1, 24, f); in main()
A Dtest-fwrite.c27 if (fwrite (obuf, sizeof obuf, 1, f) != 1) in do_test()
A Dtst-fseek.c62 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 Dbug5.c48 if (fwrite (buf, 1, i, out) != i) in main()
A Dtst-cookie.c81 fwrite (buf, 1, 1, f); in do_test()
A Dtst-fmemopen.c57 if (fwrite (blah, 1, strlen (blah), fp) != strlen (blah)) in do_test()
A DMakefile49 temptest tst-fileno test-fwrite tst-ungetc tst-ferror \
58 tst-fwrite bug16 bug17 tst-swscanf tst-sprintf2 bug18 bug18a \

Completed in 12 milliseconds