Searched refs:fwrite (Results 126 - 150 of 239) sorted by relevance

12345678910

/freebsd-current/usr.sbin/uefisign/
H A Dchild.c219 nwritten = fwrite(x->x_buf, x->x_len, 1, fp);
221 err(1, "%s: fwrite", path);
/freebsd-current/usr.sbin/lpr/common_source/
H A Drmjob.c364 (void) fwrite(buf, 1, i, stdout);
/freebsd-current/libexec/bootpd/
H A Ddumptab.c100 fwrite(legend, 1, sizeof(legend) - 1, fp);
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_read_format_mtree.c69 assertEqualInt(3, fwrite("hi\n", 1, 3, f));
550 assertEqualInt(3, fwrite("hi\n", 1, 3, f));
655 assertEqualInt(3, fwrite("hi\n", 1, 3, f));
722 assertEqualInt(3, fwrite("hi\n", 1, 3, f));
/freebsd-current/sbin/ldconfig/
H A Delfhints.c303 if (fwrite(&hdr, 1, sizeof hdr, fp) != sizeof hdr)
/freebsd-current/contrib/xz/src/xzdec/
H A Dxzdec.c232 if (fwrite(out_buf, 1, write_size, stdout)
/freebsd-current/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fmemopen.c1018 ATF_CHECK(fwrite(t->s, 1, t->n, fp) == (size_t)t->n);
1020 * test fmemopen_write + fwrite(3)
1026 ATF_CHECK(fwrite("\x1", 1, 1, fp) == 0);
1032 ATF_CHECK(fwrite("\x0", 1, 1, fp) == 1);
1129 * test fmemopen_write + fwrite(3)
1134 ATF_CHECK(fwrite(t1->s, 1, t1->n, fp)
1138 ATF_CHECK(fwrite(t1->s, 1, t1->n, fp)
/freebsd-current/contrib/diff/src/
H A Ddiff3.c1415 fwrite (cp, sizeof (char), length, outputfile);
1446 fwrite (line, sizeof (char),
1667 fwrite (D_RELNUM (b, mapping[FILE0], i), sizeof (char),
1678 fwrite (D_RELNUM (b, mapping[FILE1], i), sizeof (char),
1689 fwrite (D_RELNUM (b, mapping[FILE2], i), sizeof (char),
H A Dcontext.c148 fwrite (function, sizeof (char), i, out);
/freebsd-current/contrib/bearssl/tools/
H A Dnames.c925 fwrite(name, 1, len, stderr);
968 fwrite(name, 1, len, stderr);
/freebsd-current/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc359 if (fwrite(sshbuf_ptr(ts->smsgs), 1,
370 if (fwrite(sshbuf_ptr(ts->cmsgs), 1,
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dsave.c272 (void)fwrite(l_arg, (size_t)(eol - l_arg), (size_t)1, fp);
621 fwrite(opts->pzUsageTitle, 1, e - opts->pzUsageTitle, fp);
H A Dputshell.c235 (void)fwrite(str, (size_t)(pz - str), (size_t)1, stdout);
/freebsd-current/usr.bin/dtc/
H A Dinput_buffer.cc1085 fwrite(&b.buffer[line_start], line_end-line_start, 1, stderr);
1100 fwrite(&buffer[cursor], size-cursor, 1, stderr);
/freebsd-current/usr.bin/script/
H A Dscript.c364 (void)fwrite(be->ibuf + be->rpos,
384 (void)fwrite(obuf, 1, cc, fscript);
/freebsd-current/contrib/bmake/
H A Darch.c809 (void)fwrite(&arh, sizeof arh, 1, f);
834 (void)fwrite(&arh, sizeof arh, 1, f);
/freebsd-current/usr.sbin/kldxref/
H A Dkldxref.c93 fwrite(buf, sizeof(buf), 1, fxref);
126 return (fwrite(recbuf, recpos, 1, fxref) != 1 ? errno : 0);
/freebsd-current/contrib/lua/src/
H A Dlauxlib.h260 #define lua_writestring(s,l) fwrite((s), sizeof(char), (l), stdout)
/freebsd-current/contrib/ntp/sntp/libevent/sample/
H A Dhttps-client.c90 fwrite(buffer, nread, 1, stdout);
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbss_file.c165 ret = fwrite(in, (int)inl, 1, (FILE *)b->ptr);
168 /* ret=fwrite(in,1,(int)inl,(FILE *)b->ptr); */
/freebsd-current/sbin/dhclient/tests/
H A Doption-domain-search.c317 ret = fwrite(string, strlen(string), 1, file);
/freebsd-current/contrib/libevent/sample/
H A Dhttps-client.c90 fwrite(buffer, nread, 1, stdout);
/freebsd-current/usr.bin/indent/
H A Dio.c186 fwrite(com_st, e_com - com_st, 1, output);
/freebsd-current/usr.bin/bintrans/
H A Duudecode.c471 fwrite(outbuf, 1, n, outfp);
/freebsd-current/stand/liblua/
H A Dlutils.c379 wrsz = fwrite(buf, 1, bufsz, *f);

Completed in 320 milliseconds

12345678910