fwrite             55 maint/gnulib/lib/argp-fmtstream.h #define __argp_fmtstream_write(fs,str,len) fwrite(str,1,len,fs)
fwrite             56 maint/gnulib/lib/argp-fmtstream.h #define argp_fmtstream_write(fs,str,len) fwrite(str,1,len,fs)
fwrite            132 maint/gnulib/lib/argp-namefrob.h # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z)
fwrite            285 maint/gnulib/lib/bitset/stats.c       if (fwrite (&bitset_stats_info_data, sizeof (bitset_stats_info_data),
fwrite            214 maint/gnulib/lib/csharpcomp.c             fwrite (line[l], 1, linelen[l], stderr);
fwrite            220 maint/gnulib/lib/csharpcomp.c         fwrite (line[l], 1, linelen[l], stderr);
fwrite             55 maint/gnulib/lib/fprintf.c   if (fwrite (output, 1, len, fp) < len)
fwrite            161 maint/gnulib/lib/fwriteerror.c           fwrite (dummy, 347, 1, stream);
fwrite            162 maint/gnulib/lib/fwriteerror.c           fwrite (dummy, size - 347, 1, stream);
fwrite            927 maint/gnulib/lib/git-merge-changelog.c     fwrite (entry->string, 1, entry->length, fp);
fwrite            252 maint/gnulib/lib/mbchar.h #define mb_putc(mbc, stream)  fwrite ((mbc).ptr, 1, (mbc).bytes, (stream))
fwrite           4433 maint/gnulib/lib/mini-gmp.c   n = fwrite (str, 1, len, stream);
fwrite            209 maint/gnulib/lib/nstrftime.c              fwrite (s, _n, 1, p);                                            \
fwrite            200 maint/gnulib/lib/stdio-write.c #undef fwrite
fwrite            202 maint/gnulib/lib/stdio-write.c   CALL_WITH_SIGPIPE_EMULATION (size_t, fwrite (ptr, s, n, stream), ret < n)
fwrite            778 maint/gnulib/lib/stdio.in.h _GL_FUNCDECL_RPL (fwrite, size_t,
fwrite            782 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_RPL (fwrite, size_t,
fwrite            786 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_SYS (fwrite, size_t,
fwrite            804 maint/gnulib/lib/stdio.in.h                           fwrite);
fwrite            814 maint/gnulib/lib/stdio.in.h _GL_CXXALIASWARN (fwrite);
fwrite             99 maint/gnulib/lib/textstyle.in.h     fwrite (data, 1, len, stream);
fwrite            107 maint/gnulib/lib/unicase/u8-casefold.c       fwrite (output, 1, output_length, stdout);
fwrite            120 maint/gnulib/lib/unicase/u8-tolower.c       fwrite (output, 1, output_length, stdout);
fwrite            107 maint/gnulib/lib/unicase/u8-totitle.c       fwrite (output, 1, output_length, stdout);
fwrite            120 maint/gnulib/lib/unicase/u8-toupper.c       fwrite (output, 1, output_length, stdout);
fwrite            188 maint/gnulib/lib/unicodeio.c   fwrite (buf, 1, buflen, stream);
fwrite             63 maint/gnulib/lib/unistdio/ulc-fprintf.c   if (fwrite (output, 1, len, fp) < len)
fwrite             60 maint/gnulib/lib/unistdio/ulc-vfprintf.c   if (fwrite (output, 1, len, fp) < len)
fwrite             96 maint/gnulib/lib/unlocked-io.h #  define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z)
fwrite             52 maint/gnulib/lib/vfprintf.c   if (fwrite (output, 1, len, fp) < len)
fwrite             39 maint/gnulib/tests/test-argv-iter.c       ASSERT (fwrite (*argv, len, 1, fp) == 1);
fwrite             64 maint/gnulib/tests/test-digest.h                   fwrite (c, 1, 2, fp);
fwrite             81 maint/gnulib/tests/test-fbufmode.c     if (fwrite ("foobarsh", 1, 8, fp) < 8)
fwrite             43 maint/gnulib/tests/test-fflush.c   if (!f || fwrite ("1234567890ABCDEFG", 1, 17, f) != 17 || fclose (f) != 0)
fwrite             75 maint/gnulib/tests/test-fopen-gnu.c   ASSERT (fwrite (DATA, 1, sizeof (DATA)-1, f) == sizeof (DATA)-1);
fwrite             45 maint/gnulib/tests/test-fpurge.c       if (fwrite ("foobarsh", 1, 8, fp) < 8)
fwrite             58 maint/gnulib/tests/test-fpurge.c       if (fwrite ("g", 1, 1, fp) < 1)
fwrite             62 maint/gnulib/tests/test-fpurge.c       if (fwrite ("bz", 1, 2, fp) < 2)
fwrite             42 maint/gnulib/tests/test-freadable.c   if (fwrite ("foobarsh", 1, 8, fp) < 8)
fwrite            106 maint/gnulib/tests/test-freadable.c   if (fwrite ("bla", 1, 3, fp) < 3)
fwrite             41 maint/gnulib/tests/test-freading.c   ASSERT (fwrite ("foobarsh", 1, 8, fp) == 8);
fwrite            125 maint/gnulib/tests/test-freading.c   ASSERT (fwrite ("bla", 1, 3, fp) == 3);
fwrite             39 maint/gnulib/tests/test-ftell3.c   if (fwrite ("foogarsh", 1, 8, fp) < 8)
fwrite             39 maint/gnulib/tests/test-ftello3.c   if (fwrite ("foogarsh", 1, 8, fp) < 8)
fwrite             42 maint/gnulib/tests/test-fwritable.c   if (fwrite ("foobarsh", 1, 8, fp) < 8)
fwrite            106 maint/gnulib/tests/test-fwritable.c   if (fwrite ("bla", 1, 3, fp) < 3)
fwrite             22 maint/gnulib/tests/test-fwrite.c SIGNATURE_CHECK (fwrite, size_t, (const void *, size_t, size_t, FILE *));
fwrite             55 maint/gnulib/tests/test-fwrite.c     ASSERT (fwrite (buf, 1, sizeof (buf), fp) == 0);
fwrite             70 maint/gnulib/tests/test-fwrite.c         ASSERT (fwrite (buf, 1, sizeof (buf), fp) == 0);
fwrite             85 maint/gnulib/tests/test-fwrite.c         ASSERT (fwrite (buf, 1, sizeof (buf), fp) == 0);
fwrite             42 maint/gnulib/tests/test-fwriting.c   if (fwrite ("foobarsh", 1, 8, fp) < 8)
fwrite            153 maint/gnulib/tests/test-fwriting.c   if (fwrite ("bla", 1, 3, fp) < 3)
fwrite             41 maint/gnulib/tests/test-getdelim.c   if (!f || fwrite ("anAnbcnd\0f", 1, 10, f) != 10 || fclose (f) != 0)
fwrite             41 maint/gnulib/tests/test-getline.c   if (!f || fwrite ("a\nA\nbc\nd\0f", 1, 10, f) != 10 || fclose (f) != 0)
fwrite             39 maint/gnulib/tests/test-getndelim2.c   if (!f || fwrite ("a\nbc\nd\0f", 1, 8, f) != 8)
fwrite             71 maint/gnulib/tests/test-nonblocking-misc.h   ret = fwrite (line, 1, line_len, fp);
fwrite            124 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c   written = fwrite ("Halle Potta\n", 1, 12, fp);
fwrite             54 maint/gnulib/tests/test-posix_spawn-inherit0.c   fwrite ("Halle Potta", 1, 11, fp);
fwrite             54 maint/gnulib/tests/test-posix_spawn-inherit1.c   fwrite ("Halle X", 1, 7, fp);
fwrite            119 maint/gnulib/tests/test-posix_spawn-inherit1.c   fwrite ("Potta", 1, 5, stdout);
fwrite             69 maint/gnulib/tests/test-posix_spawn-open1.c   fwrite ("Halle Potta", 1, 11, fp);
fwrite             57 maint/gnulib/tests/test-posix_spawn-open2.c   fwrite ("Halle ", 1, 6, fp);
fwrite            124 maint/gnulib/tests/test-posix_spawn-open2.c   fwrite ("Potta", 1, 5, stdout);
fwrite             89 maint/gnulib/tests/test-readtokens.c       fwrite (tb.buffer, 1, token_length, stdout);
fwrite            103 maint/gnulib/tests/test-stdio-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::fwrite, size_t,
fwrite             38 maint/gnulib/tests/test-supersede-fopen.h     ASSERT (fwrite ("Hello world\n", 1, 12, fp) == 12 && fflush (fp) == 0);
fwrite             65 maint/gnulib/tests/test-supersede-fopen.h     ASSERT (fwrite ("Foobar\n", 1, 7, fp) == 7 && fflush (fp) == 0);
fwrite            113 maint/gnulib/tests/test-supersede-fopen.h     ASSERT (fwrite ("Foobar\n", 1, 7, fp) == 7 && fflush (fp) == 0);
fwrite            137 maint/gnulib/tests/test-supersede-fopen.h         ASSERT (fwrite ("New\n", 1, 4, fp) == 4 && fflush (fp) == 0);
fwrite            194 maint/gnulib/tests/test-supersede-fopen.h         ASSERT (fwrite ("New\n", 1, 4, fp) == 4 && fflush (fp) == 0);
fwrite            223 maint/gnulib/tests/test-supersede-fopen.h         ASSERT (fwrite ("Hello world\n", 1, 12, fp) == 12 && fflush (fp) == 0);
fwrite             73 maint/gnulib/tests/test-system-quote-main.c     if (fwrite (input, 1, strlen (input), fp) != strlen (input))