Home
last modified time | relevance | path

Searched refs:write_file (Results 1 – 21 of 21) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dtmpfs26.sh22 static FILE *write_file;
46 fwrite(data, 1, sizeof(data), write_file);
47 fflush(write_file);
125 write_file = fopen(filename, "wb");
126 if (!write_file) {
130 fwrite(buf, 1, sizeof(buf), write_file);
131 fflush(write_file);
155 fclose(write_file);
H A Dnfsrename.sh120 write_file(void)
204 write_file(); function
218 write_file(); function
/freebsd/crypto/heimdal/lib/roken/
H A Dtest-readenv.c60 write_file(const char *fn, const char *s) in write_file() function
86 write_file(fn, s1); in main()
93 write_file(fn, s2); in main()
/freebsd/sys/contrib/zstd/doc/educational_decoder/
H A Dharness.c56 static void write_file(const char* path, const u8* ptr, size_t size) in write_file() function
113 write_file(argv[2], output, decompressed_size); in main()
/freebsd/libexec/tftpd/
H A Dtftp-file.h29 size_t write_file(char *buffer, int count);
H A Dtftp-transfer.c255 writesize = write_file(firstblock->th_data, fb_size); in tftp_receive()
385 writesize = write_file(rp->th_data, n_data); in tftp_receive()
H A Dtftp-file.c194 write_file(char *buffer, int count) in write_file() function
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c74 write_file(char *filename, TERMTYPE2 *tp) in write_file() function
455 write_file(filename, tp); in _nc_write_entry()
531 write_file(linkname, tp); in _nc_write_entry()
545 write_file(linkname, tp); in _nc_write_entry()
/freebsd/contrib/libfido2/tools/
H A Dextern.h94 int write_file(const char *, const u_char *, size_t);
H A Dutil.c594 write_file(const char *path, const u_char *ptr, size_t len) in write_file() function
H A Dlargeblob.c256 if (write_file(blobf, blob.ptr, blob.len) < 0) in blob_get()
/freebsd/contrib/libarchive/tar/
H A Dwrite.c98 static void write_file(struct bsdtar *, struct archive *,
550 write_file(bsdtar, a, entry); in write_archive()
928 write_file(bsdtar, a, entry); in write_hierarchy()
948 write_file(struct bsdtar *bsdtar, struct archive *a, in write_file() function
/freebsd/contrib/bearssl/tools/
H A Dbrssl.h339 int write_file(const char *fname, const void *data, size_t len);
H A Dfiles.c74 write_file(const char *fname, const void *data, size_t len) in write_file() function
/freebsd/bin/ed/
H A Ded.h241 long write_file(char *, const char *, long, long);
H A Dmain.c790 if ((addr = write_file(*fnp ? fnp : old_filename, in exec_command()
1340 if (addr_last && write_file(ed_hup, "w", 1, addr_last) < 0 && in handle_hup()
1348 write_file(hup, "w", 1, addr_last); in handle_hup()
H A Dio.c140 write_file(char *fn, const char *mode, long n, long m) in write_file() function
/freebsd/contrib/openbsm/test/bsm/
H A Dgenerate.c80 write_file(int fd, void *buffer, size_t buflen, const char *filename) in write_file() function
105 write_file(fd, buffer, buflen, filename); in write_token()
129 write_file(fd, buffer, buflen, filename); in write_record()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c455 write_file(Elf *src, const char *srcname, Elf *dst, const char *dstname, in write_file() function
766 write_file(elf, curname, telf, newname, data, len, flags); in write_ctf()
/freebsd/contrib/ee/
H A Dee.c290 int write_file(char *file_name, int warn_if_exists);
1713 write_file(tmp_file, 1); in command()
2417 if (write_file(file_name, 1)) in finish()
2493 write_file(char *file_name, int warn_if_exists) in write_file() function
3771 write_file(tmp_file, 1); in file_op()
3808 if (write_file(string, 1)) in file_op()
4442 if (write_file(name, 0)) in ispell_op()
/freebsd/contrib/ncurses/
H A DNEWS5878 with write_file().