Symbol: fwrite
bin/ed/buf.c
113
if ((ct = fwrite(cs, sizeof(char), len, sfp)) < 0 || ct != len) {
bin/ed/cbc.c
67
#define WRITE(buf, n, fp) fwrite(buf, sizeof(char), n, fp)
bin/ps/print.c
795
fwrite(b, len, 1, stdout);
bin/ps/print.c
844
fwrite(b, len, 1, stdout);
crypto/libressl/crypto/asn1/a_strex.c
102
if (fwrite(buf, 1, (size_t)len, arg) != (size_t)len)
crypto/libressl/crypto/bio/b_dump.c
156
return fwrite(data, 1, len, fp);
crypto/libressl/crypto/bio/bss_file.c
207
ret = fwrite(in, 1, inl, (FILE *)b->ptr);
crypto/openssh/sshkey.c
1304
if (fwrite(sshbuf_ptr(b), sshbuf_len(b), 1, f) != 1) {
games/adventure/save.c
160
result = fwrite(data, 1, len, sf->f);
games/battlestar/save.c
101
fwrite(&WEIGHT, sizeof WEIGHT, 1, fp);
games/battlestar/save.c
102
fwrite(&CUMBER, sizeof CUMBER, 1, fp);
games/battlestar/save.c
103
fwrite(&ourclock, sizeof ourclock, 1, fp);
games/battlestar/save.c
105
fwrite(&tmp, sizeof tmp, 1, fp);
games/battlestar/save.c
107
fwrite(location[n].link, sizeof location[n].link, 1, fp);
games/battlestar/save.c
108
fwrite(location[n].objects, sizeof location[n].objects, 1, fp);
games/battlestar/save.c
110
fwrite(inven, sizeof inven, 1, fp);
games/battlestar/save.c
111
fwrite(wear, sizeof wear, 1, fp);
games/battlestar/save.c
112
fwrite(injuries, sizeof injuries, 1, fp);
games/battlestar/save.c
113
fwrite(notes, sizeof notes, 1, fp);
games/battlestar/save.c
114
fwrite(&direction, sizeof direction, 1, fp);
games/battlestar/save.c
115
fwrite(&position, sizeof position, 1, fp);
games/battlestar/save.c
116
fwrite(&ourtime, sizeof ourtime, 1, fp);
games/battlestar/save.c
117
fwrite(&fuel, sizeof fuel, 1, fp);
games/battlestar/save.c
118
fwrite(&torps, sizeof torps, 1, fp);
games/battlestar/save.c
119
fwrite(&carrying, sizeof carrying, 1, fp);
games/battlestar/save.c
120
fwrite(&encumber, sizeof encumber, 1, fp);
games/battlestar/save.c
121
fwrite(&rythmn, sizeof rythmn, 1, fp);
games/battlestar/save.c
122
fwrite(&followfight, sizeof followfight, 1, fp);
games/battlestar/save.c
123
fwrite(&ate, sizeof ate, 1, fp);
games/battlestar/save.c
124
fwrite(&snooze, sizeof snooze, 1, fp);
games/battlestar/save.c
125
fwrite(&meetgirl, sizeof meetgirl, 1, fp);
games/battlestar/save.c
126
fwrite(&followgod, sizeof followgod, 1, fp);
games/battlestar/save.c
127
fwrite(&godready, sizeof godready, 1, fp);
games/battlestar/save.c
128
fwrite(&win, sizeof win, 1, fp);
games/battlestar/save.c
129
fwrite(&wintime, sizeof wintime, 1, fp);
games/battlestar/save.c
130
fwrite(&matchlight, sizeof matchlight, 1, fp);
games/battlestar/save.c
131
fwrite(&matchcount, sizeof matchcount, 1, fp);
games/battlestar/save.c
132
fwrite(&loved, sizeof loved, 1, fp);
games/battlestar/save.c
133
fwrite(&pleasure, sizeof pleasure, 1, fp);
games/battlestar/save.c
134
fwrite(&power, sizeof power, 1, fp);
games/battlestar/save.c
135
fwrite(&ego, sizeof ego, 1, fp);
games/fortune/fortune/fortune.c
1353
fwrite(Fortbuf, 1, (sp - Fortbuf), stdout);
games/hunt/hunt/display.c
114
fwrite(blanks, sizeof (char), SCREEN_WIDTH - cur_col, stdout);
games/hunt/hunt/display.c
244
fwrite(screen[i], sizeof (char), SCREEN_WIDTH, stdout);
games/hunt/hunt/display.c
248
fwrite(screen[SCREEN_HEIGHT - 1], sizeof (char), SCREEN_WIDTH - 1,
games/hunt/hunt/hunt.c
397
fwrite(buf, cnt, 1, stdout);
games/hunt/huntd/terminal.c
200
fwrite(buf, sizeof buf[0], len, pp->p_output);
games/hunt/huntd/terminal.c
202
fwrite(buf, sizeof buf[0], len, pp->p_output);
games/hunt/huntd/terminal.c
205
fwrite(buf, sizeof buf[0], len, pp->p_output);
games/phantasia/gamesupport.c
613
fwrite((char *)&sbuf, SZ_SCORESTRUCT, 1, fp);
games/phantasia/interplayer.c
734
fwrite((char *)&Enrgyvoid, SZ_VOIDSTRUCT, 1, fp);
games/phantasia/interplayer.c
820
fwrite((char *)&temp2, sizeof(double), 1, fp);
games/phantasia/interplayer.c
974
fwrite((char *)vp, SZ_VOIDSTRUCT, 1, Energyvoidfp);
games/phantasia/misc.c
1315
fwrite((char *)&dtemp, sizeof(double), 1, fp);
games/phantasia/misc.c
760
fwrite((char *)&Curmonster, SZ_MONSTERSTRUCT, 1, Monstfp);
games/phantasia/misc.c
816
fwrite((char *)playerp, SZ_PLAYERSTRUCT, 1, Playersfp);
games/phantasia/setup.c
113
fwrite(&Enrgyvoid, SZ_VOIDSTRUCT, 1, fp);
games/phantasia/setup.c
140
fwrite((char *) &Curmonster, SZ_MONSTERSTRUCT, 1, Monstfp);
games/rogue/save.c
389
if (fwrite(buf, sizeof(char), n, fp) != (unsigned)n) {
games/rogue/score.c
307
fwrite(scores[i], sizeof(char), 80, fp);
games/rogue/score.c
309
fwrite(n_names[i], sizeof(char), 30, fp);
games/sail/misc.c
229
fwrite(log, sizeof (struct logs), lp - log, fp);
games/sail/misc.c
235
fwrite(&log[NLOG-1], sizeof (struct logs), 1, fp);
games/sail/misc.c
236
fwrite(lp, sizeof (struct logs), &log[NLOG-1] - lp, fp);
games/sail/sync.c
407
fwrite(sync_buf, sizeof *sync_buf, sync_bp - sync_buf,
games/tetris/scores.c
198
if (fwrite(scores, sizeof(*sp), nscores, sf) != nscores ||
include/stdio.h
235
size_t fwrite(const void * __restrict, size_t, size_t, FILE * __restrict);
lib/libc/citrus/citrus_lookup_factory.c
117
if (fwrite(_region_head(&r), _region_size(&r), 1, out) != 1)
lib/libc/citrus/citrus_pivot_factory.c
221
if (fwrite(_region_head(&r), _region_size(&r), 1, out) != 1)
lib/libc/gen/utmpx.c
319
if (fwrite(&temp, sizeof (temp), 1, fp) != 1)
lib/libc/gen/utmpx.c
88
if (fwrite(&ut, sizeof(ut), 1, fp) != 1)
lib/libc/xdr/xdr_stdio.c
120
if (fwrite(&mycopy, sizeof(int32_t), 1, (FILE *)xdrs->x_private) != 1)
lib/libc/xdr/xdr_stdio.c
138
if ((len != 0) && (fwrite(addr, (size_t)len, 1,
lib/libevtr/evtr.c
925
if (fwrite(buf, bytes, 1, evtr->f) != 1) {
lib/libevtr/ktrfmt.yy.c
642
#define ECHO do { if (fwrite( __ktrfmttext, __ktrfmtleng, 1, __ktrfmtout )) {} } while (0)
lib/libfetch/http.c
1504
fwrite(p, q - p, 1, out);
lib/libfetch/http.c
1514
fwrite(p, q - p, 1, out);
libexec/bootpd/dumptab.c
109
fwrite(legend, 1, sizeof(legend) - 1, fp);
libexec/bootpd/tools/bootpef/bootpef.c
311
if (len != fwrite(buffer, 1, len, fp)) {
libexec/diff3prog/diff3prog.c
569
(void)fwrite(block, 1, j, stdout);
libexec/dma/mail.c
114
if (fwrite(line, 1, pos, bounceq.mailf) != pos)
libexec/dma/mail.c
123
if (fwrite(line, strlen(line), 1, bounceq.mailf) != 1)
libexec/dma/mail.c
359
if (fwrite(line, len, 1, queue->mailf) != 1)
libexec/dma/mail.c
365
if (fwrite("\n", 1, 1, queue->mailf) != 1)
libexec/dma/mail.c
479
if (fwrite(newline, strlen(newline), 1, queue->mailf) != 1)
libexec/dma/mail.c
488
if (fwrite(newline, strlen(newline), 1, queue->mailf) != 1)
sbin/hammer/cmd_cleanup.c
311
fwrite(config.config.text, 1,
sbin/ldconfig/elfhints.c
287
if (fwrite(&hdr, 1, sizeof hdr, fp) != sizeof hdr)
sbin/md5/md5.c
589
if (tee && len != fwrite(buffer, 1, len, stdout))
sbin/quotacheck/quotacheck.c
373
fwrite((char *)&dqbuf, sizeof(struct ufs_dqblk), 1, qfo);
sbin/rconfig/server.c
194
if (fwrite(buf, 1, n, fo) != n) {
sbin/rconfig/server.c
205
if (fwrite(buf, 1, n, fo) != n)
sbin/restore/dirs.c
410
fwrite(dirbuf, 1, DIRBLKSIZ, df);
sbin/restore/dirs.c
425
fwrite(dirbuf, (int)dirloc, 1, df);
sbin/restore/dirs.c
714
fwrite((char *)&node, 1, sizeof(struct modeinfo), mfg);
sbin/restore/symtab.c
458
fwrite(ep->e_name, sizeof(char),
sbin/restore/symtab.c
485
fwrite((char *)tep, sizeof(struct entry), 1, fd);
sbin/restore/symtab.c
496
fwrite((char *)&tentry, sizeof(struct entry *), 1, fd);
sbin/restore/symtab.c
505
fwrite((char *)&hdr, sizeof(struct symtableheader), 1, fd);
sbin/savecore/savecore.c
401
nw = fwrite(buf, 1, nr, fpkern);
sbin/savecore/savecore.c
478
nw = fwrite(buf, 1, wl, fp);
sbin/savecore/savecore.c
510
if (fwrite(buf + nw, hs - nw, 1, fp)
sbin/shutdown/shutdown.c
327
fwrite(mbuf, sizeof(*mbuf), mbuflen, pf);
sbin/svc/execute.c
1006
n = fwrite(buf, 1, i - b, fp);
sbin/svc/execute.c
1013
n = fwrite(".", 1, 1, fp);
sbin/svc/remote.c
135
fwrite(ptr, 1, len, cmd->fp);
sbin/svc/remote.c
285
fwrite(".\n", 2, 1, conn->fpw);
sbin/sysctl/sysctl.c
816
fwrite(val, 1, len, stdout);
sbin/sysctl/sysctl.c
829
fwrite(p, nul == NULL ? (int)len : nul - p, 1, stdout);
share/syscons/scrnmaps/mkscrfil.c
45
fwrite(&scrmap, sizeof(scrmap_t), 1, fd);
stand/lib/hammer1.c
1104
fwrite(buf, rl, 1, stdout);
test/interbench/interbench.c
1137
if (fwrite(buf, bsize, 1, fp) != 1)
test/interbench/interbench.c
663
if (fwrite(buf, statbuf.st_blksize, 1, fp) != 1)
tools/regression/lib/libc-regex/testregex.c
636
fwrite(s, 1, w, stdout);
usr.bin/at/at.c
370
fwrite(*atenv, sizeof(char), eqp-*atenv, fp);
usr.bin/at/at.c
393
fwrite(*atenv, sizeof(char), eqp-*atenv -1, fp);
usr.bin/bdes/bdes.c
103
if (fwrite(buf, sizeof(char), n, stdout) != n) \
usr.bin/compress/compress.c
214
if (fwrite(buf, 1, nr, ofp) != nr) {
usr.bin/compress/compress.c
305
if (fwrite(buf, 1, nr, ofp) != nr) {
usr.bin/compress/zopen.c
252
if (fwrite(magic_header,
usr.bin/compress/zopen.c
256
if (fwrite(&tmp, sizeof(char), sizeof(tmp), fp) != sizeof(tmp))
usr.bin/compress/zopen.c
400
if (fwrite(bp, sizeof(char), bits, fp) != bits)
usr.bin/compress/zopen.c
416
if (fwrite(buf, 1, n_bits, fp) != n_bits)
usr.bin/compress/zopen.c
437
if (fwrite(buf, 1, offset, fp) != offset)
usr.bin/covid/covid.c
513
fwrite(Sequence, strlen(Sequence), 1, stdout);
usr.bin/cut/cut.c
301
fwrite(lbuf, 1, clen, stdout);
usr.bin/cut/cut.c
315
fwrite(lbuf, 1, clen, stdout);
usr.bin/cut/cut.c
413
(void)fwrite(lbuf, lbuflen, 1, stdout);
usr.bin/dsynth/html.c
356
fwrite(HtmlSlots[i], 1,
usr.bin/dsynth/repo.c
162
fwrite(ptr, 1, len, stdout);
usr.bin/fetch/fetch.c
797
if ((wr = fwrite(ptr, 1, readcnt, of)) < readcnt) {
usr.bin/gzip/zuncompress.c
149
if (tflag == 0 && (off_t)fwrite(buf, 1, bin, out) != bin) {
usr.bin/head/head.c
128
error = fwrite(cp, sizeof(char), readlen, stdout);
usr.bin/head/head.c
149
if (fwrite(buf, sizeof(char), readlen, stdout) != readlen)
usr.bin/iconv/iconv.c
131
(void)fwrite(outbuf, 1, OUTBUFSIZE - outbytes, stdout);
usr.bin/iconv/iconv.c
99
(void)fwrite(outbuf, 1, OUTBUFSIZE - outbytes,
usr.bin/indent/io.c
184
fwrite(com_st, e_com - com_st, 1, output);
usr.bin/ktrdump/ktrdump.c
1084
fwrite(s, 1, strlen(s), fp);
usr.bin/localedef/localedef.c
213
if (fwrite(buf, sz, 1, f) < 1) {
usr.bin/locate/code/locate.code.c
142
if (fwrite(bigrams, 1, BGBUFSIZE, stdout) != BGBUFSIZE)
usr.bin/m4/manual_tokenizer.c
592
#define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
usr.bin/mail/fio.c
111
fwrite(linebuf, sizeof(*linebuf), count, otf);
usr.bin/mail/fio.c
165
fwrite(linebuf, sizeof(*linebuf), c, obuf);
usr.bin/mail/fio.c
247
return (fwrite((char *)mp, sizeof(*mp), 1, f) != 1);
usr.bin/mail/send.c
169
fwrite(prefix, sizeof(*prefix),
usr.bin/mail/send.c
172
fwrite(line, sizeof(*line), length, obuf);
usr.bin/mail/send.c
196
fwrite(prefix, sizeof(*prefix),
usr.bin/mail/send.c
198
fwrite(line, sizeof(*line), c, obuf);
usr.bin/mail/send.c
208
if (fwrite(line, sizeof(*line), c, obuf) != c)
usr.bin/mail/send.c
570
fwrite(buf, 1, i, fo);
usr.bin/mkcsmapper/yacc.y
411
if (fwrite(serialized, size, 1, fp) != 1)
usr.bin/mkesdb/yacc.y
212
if (fwrite(serialized, size, 1, fp) != 1)
usr.bin/mkstr/mkstr.c
300
fwrite(str, sizeof (char), strlen(str) + 1, mesgwrite);
usr.bin/mkstr/mkstr.c
301
fwrite("\n", sizeof (char), 1, mesgwrite);
usr.bin/msgs/msgs.c
783
fwrite(inbuf, 1, n, cpto);
usr.bin/newkey/update.c
117
(void)fwrite(key, (int)keylen, 1, childargs);
usr.bin/newkey/update.c
120
(void)fwrite(data, (int)datalen, 1, childargs);
usr.bin/nl/nl.c
336
(void)fwrite(buffer, linelen, 1, stdout);
usr.bin/patch/pch.c
114
nw = fwrite(buf, 1, nr, pfp);
usr.bin/pr/pr.c
1196
if (cnt && (fwrite(buf, sizeof(char), cnt, stdout) <= 0)) {
usr.bin/printf/printf.c
152
fwrite(start, 1, fmt - start, stdout);
usr.bin/printf/printf.c
182
fwrite(start, 1, fmt - start, stdout);
usr.bin/script/script.c
238
fwrite(ibuf, 1, cc, fscript);
usr.bin/script/script.c
250
fwrite(obuf, 1, cc, fscript);
usr.bin/sdiff/edit.c
193
nwritten = fwrite(buf, sizeof(*buf), nread, outfp);
usr.bin/sed/process.c
561
fwrite(appends[idx].s, sizeof(char), appends[idx].len,
usr.bin/sed/process.c
576
(void)fwrite(buf, sizeof(char), count, outfile);
usr.bin/sed/process.c
634
fwrite(s, 1, clen, outfile);
usr.bin/sed/process.c
91
fwrite(ps, 1, psl, outfile); \
usr.bin/sort/bwstring.c
427
if (fwrite(bws->data.cstr, len + 1, 1, f) < 1)
usr.bin/sort/bwstring.c
431
} else if (fwrite(bws->data.cstr, len + 1, 1, f) < 1)
usr.bin/strfile/strfile.c
235
fwrite((char *)&Tbl, sizeof(Tbl), 1, outf);
usr.bin/strfile/strfile.c
239
fwrite(Seekpts, sizeof(*Seekpts), (size_t)Num_pts, outf);
usr.bin/strfile/strfile.c
320
fwrite(&beoff, 1, sizeof(beoff), fp);
usr.bin/telnet/utilities.c
899
fwrite(string, 1, strlen(string), stderr);
usr.bin/tip/tipout.c
158
fwrite(buf, 1, cnt, fscript);
usr.bin/undo/undo.c
504
fwrite(buf, 1, n, fp);
usr.bin/uudecode/uudecode.c
423
fwrite(outbuf, 1, n, outfp);
usr.bin/window/compress.c
346
(void) fwrite(tt_ob, 1, bufsize, cc_trace_fp);
usr.bin/wtmpcvt/wtmpcvt.c
124
fwrite(&uo, sizeof uo, 1, out);
usr.bin/wtmpcvt/wtmpcvt.c
133
fwrite(&uo, sizeof uo, 1, out);
usr.bin/xstr/xstr.c
389
ignore(fwrite(hp->hstr, strlen(hp->hstr) + 1, 1, mesgwrit));
usr.sbin/installer/libdfui/conn_npipe.c
261
fwrite(&length, 4, 1, T_NPIPE(c)->out);
usr.sbin/installer/libdfui/conn_npipe.c
262
fwrite(fmsg, length, 1, T_NPIPE(c)->out);
usr.sbin/installer/libdfui/conn_npipe.c
353
fwrite(&length, 4, 1, T_NPIPE(c)->out);
usr.sbin/installer/libdfui/conn_npipe.c
354
fwrite(fmsg, length, 1, T_NPIPE(c)->out);
usr.sbin/installer/libdfui/conn_tcp.c
462
if ((bw = fwrite(buf, 1, n - bcount, f)) > 0) {
usr.sbin/lpr/common_source/displayq.c
129
fwrite(line, 1, i, stdout);
usr.sbin/lpr/common_source/displayq.c
187
fwrite(line, 1, i, stdout);
usr.sbin/lpr/common_source/displayq.c
248
fwrite(line, 1, i, stdout);
usr.sbin/lpr/common_source/rmjob.c
364
fwrite(buf, 1, i, stdout);
usr.sbin/lpr/lpc/cmds.c
1081
fwrite(line, 1, i, stdout);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
559
fwrite(&val, sizeof(val), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
562
fwrite(&val, sizeof(val), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
563
fwrite(&val, sizeof(val), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
564
fwrite(&val, sizeof(val), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
567
fwrite(&val, sizeof(val), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
570
fwrite(&val, sizeof(val), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
571
fwrite(&val, sizeof(val), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
572
fwrite(&val, sizeof(val), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
576
fwrite(&lba, sizeof(lba), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
578
fwrite(&lba, sizeof(lba), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
599
fwrite(&apm16, sizeof(apm16), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
601
fwrite(&apm16, sizeof(apm16), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
605
fwrite(&apm32, sizeof(apm32), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
608
fwrite(&apm32, sizeof(apm32), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
610
fwrite(&apm32, sizeof(apm32), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
612
fwrite(part_name, strlen(part_name) + 1, 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
614
fwrite(part_type, strlen(part_type) + 1, 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
619
fwrite(&apm32, sizeof(apm32), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
622
fwrite(&apm32, sizeof(apm32), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
625
fwrite(&apm32, sizeof(apm32), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
656
fwrite(&(e->entry_data.VE), 1, 32, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
681
fwrite(&sig, sizeof(sig), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
710
fwrite(&apm16, sizeof(apm16), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
713
fwrite(&apm16, sizeof(apm16), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
717
fwrite(&apm32, sizeof(apm32), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
720
fwrite(&apm16, sizeof(apm16), 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
721
fwrite(&apm16, sizeof(apm16), 1, fd);
usr.sbin/makefs/cd9660/cd9660_write.c
340
(void)fwrite(&temp_record, 1,
usr.sbin/makefs/cd9660/cd9660_write.c
352
fwrite(temp->su_tail_data, 1,
usr.sbin/makefs/cd9660/cd9660_write.c
402
success = fwrite(buf, diskStructure->sectorSize * numsecs, 1, fd);
usr.sbin/makefs/cd9660/cd9660_write.c
455
fwrite(buf,1,bytes_read,fd);
usr.sbin/makefs/cd9660/cd9660_write.c
482
fwrite(&(myattr->attr), CD9660_SUSP_ENTRY_SIZE(myattr), 1, fd);
usr.sbin/pflogd/pflogd.c
356
if (fwrite((char *)&hdr, sizeof(hdr), 1, fp) != 1) {
usr.sbin/pflogd/pflogd.c
463
if (fwrite((char *)&sh, sizeof(sh), 1, f) != 1) {
usr.sbin/pflogd/pflogd.c
477
if (fwrite(sp, h->caplen, 1, f) != 1)
usr.sbin/pflogd/pflogd.c
505
if (fwrite(buffer, len, 1, f) != 1) {
usr.sbin/rpc.ypupdated/update.c
114
fwrite(key, (int)keylen, 1, childargs);
usr.sbin/rpc.ypupdated/update.c
117
fwrite(data, (int)datalen, 1, childargs);
usr.sbin/uefisign/child.c
219
nwritten = fwrite(x->x_buf, x->x_len, 1, fp);
usr.sbin/zic/zic.c
1324
fwrite(buf, sizeof buf, 1, fp);
usr.sbin/zic/zic.c
1333
fwrite(buf, sizeof buf, 1, fp);
usr.sbin/zic/zic.c
1590
#define DO(field) fwrite(tzh.field, sizeof tzh.field, 1, fp)
usr.sbin/zic/zic.c
1618
fwrite(&uc, sizeof uc, 1, fp);
usr.sbin/zic/zic.c
1627
fwrite(thischars, sizeof thischars[0],