Searched refs:fwrite (Results 201 - 225 of 239) sorted by relevance

12345678910

/freebsd-current/contrib/libarchive/libarchive/test/
H A Dmain.c1691 if (wsize != fwrite(contents, 1, wsize, f)) {
2307 bytes_written = fwrite(data, 1, len, f);
2394 if (fwrite(buff, 1, rbytes, out) != rbytes) {
2395 logprintf("Error: fwrite\n");
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dhxtool.c1118 fwrite(req.data, req.length, 1, f);
1440 fwrite(ptr, len, 1, stdout);
1536 if (fwrite(buf2, 1, len, stdout) != (size_t)len)
1537 errx(1, "fwrite failed");
/freebsd-current/lib/libfetch/
H A Dhttp.c1546 fwrite(p, q - p, 1, out);
1556 fwrite(p, q - p, 1, out);
/freebsd-current/contrib/diff/src/
H A Dsdiff.c318 if (fwrite (buf, sizeof (char), size, f) != size)
/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_fast_pac.c560 if (fwrite(buf, 1, len, f) != len) {
H A Deap_teap_pac.c564 if (fwrite(buf, 1, len, f) != len) {
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dlex.c937 * we now use fwrite().
939 #define ECHO fwrite( yytext, yyleng, 1, yyout )
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dlex.c614 * we now use fwrite().
616 #define ECHO fwrite( yytext, yyleng, 1, yyout )
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-lex.c593 * we now use fwrite().
595 #define ECHO fwrite( yytext, yyleng, 1, yyout )
/freebsd-current/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c206 fwrite(kvp_pools[pool].records,
/freebsd-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c596 * we now use fwrite().
598 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
/freebsd-current/usr.bin/fetch/
H A Dfetch.c778 if ((wr = fwrite(ptr, 1, readcnt, of)) < readcnt) {
/freebsd-current/usr.bin/pr/
H A Dpr.c1228 if (cnt && (fwrite(buf, sizeof(char), cnt, stdout) <= 0)) {
/freebsd-current/usr.bin/fortune/fortune/
H A Dfortune.c1348 (void) fwrite(Fortbuf, 1, (sp - Fortbuf), stdout);
/freebsd-current/usr.sbin/lpr/lpc/
H A Dcmds.c1103 (void) fwrite(line, 1, i, stdout);
/freebsd-current/contrib/sendmail/mail.local/
H A Dmail.local.c941 (void) fwrite(line, sizeof(char), line_len, fp);
/freebsd-current/contrib/tzcode/
H A Dzic.c2343 fwrite(buf, sizeof buf, 1, fp);
2355 fwrite(buf, sizeof buf, 1, fp);
2717 #define DO(field) fwrite(tzh.field, sizeof tzh.field, 1, fp)
2776 fwrite(thischars, sizeof thischars[0],
/freebsd-current/lib/libcasper/services/cap_fileargs/tests/
H A Dfileargs_test.c257 if (fwrite(&buf, sizeof(buf), 1, pfile) != sizeof(buf))
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp628 bytes_written = ::fwrite(buf, 1, num_bytes, m_stream);
/freebsd-current/contrib/one-true-awk/
H A Drun.c1430 fwrite(buf, len, 1, stdout);
1436 fwrite(buf, len, 1, fp);
/freebsd-current/contrib/tnftp/src/
H A Dfetch.c1231 if (fwrite(xferbuf, sizeof(char), flen, fout)
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dhs20_supplicant.c542 if (fwrite(pos, slen, 1, f) != 1) {
/freebsd-current/contrib/sendmail/src/
H A Dsm_resolve.c269 fwrite(data, 1, len, fp);
/freebsd-current/usr.bin/patch/
H A Dpch.c113 nw = fwrite(buf, 1, nr, pfp);
/freebsd-current/contrib/libarchive/test_utils/
H A Dtest_main.c1969 if (wsize != fwrite(contents, 1, wsize, f)) {
3164 bytes_written = fwrite(data, 1, len, f);
3249 if (fwrite(buff, 1, rbytes, out) != rbytes) {
3250 logprintf("Error: fwrite\n");

Completed in 378 milliseconds

12345678910