| /freebsd-12.1/crypto/heimdal/lib/roken/ |
| H A D | test-readenv.c | 60 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-12.1/sys/contrib/zstd/doc/educational_decoder/ |
| H A D | harness.c | 60 void write_file(const char *path, const u8 *ptr, size_t size) { in write_file() function 119 write_file(argv[2], output, decompressed); in main()
|
| /freebsd-12.1/libexec/tftpd/ |
| H A D | tftp-transfer.c | 171 writesize = write_file(firstblock->th_data, fb_size); in tftp_receive() 271 writesize = write_file(rp->th_data, n_data); in tftp_receive()
|
| H A D | tftp-file.h | 32 size_t write_file(char *buffer, int count);
|
| H A D | tftp-file.c | 197 write_file(char *buffer, int count) in write_file() function
|
| /freebsd-12.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | write_entry.c | 59 write_file(char *filename, TERMTYPE *tp) in write_file() function 402 write_file(filename, tp); in _nc_write_entry() 472 write_file(linkname, tp); in _nc_write_entry() 486 write_file(linkname, tp); in _nc_write_entry()
|
| /freebsd-12.1/contrib/libarchive/tar/ |
| H A D | write.c | 115 static void write_file(struct bsdtar *, struct archive *, 563 write_file(bsdtar, a, entry); in write_archive() 939 write_file(bsdtar, a, entry); in write_hierarchy() 957 write_file(struct bsdtar *bsdtar, struct archive *a, in write_file() function
|
| /freebsd-12.1/contrib/bearssl/tools/ |
| H A D | brssl.h | 339 int write_file(const char *fname, const void *data, size_t len);
|
| H A D | files.c | 74 write_file(const char *fname, const void *data, size_t len) in write_file() function
|
| /freebsd-12.1/bin/ed/ |
| H A D | ed.h | 255 long write_file(char *, const char *, long, long);
|
| H A D | main.c | 810 if ((addr = write_file(*fnp ? fnp : old_filename, in exec_command() 1365 if (addr_last && write_file(ed_hup, "w", 1, addr_last) < 0 && in handle_hup() 1373 write_file(hup, "w", 1, addr_last); in handle_hup()
|
| H A D | io.c | 146 write_file(char *fn, const char *mode, long n, long m) in write_file() function
|
| /freebsd-12.1/contrib/openbsm/test/bsm/ |
| H A D | generate.c | 80 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-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | output.c | 455 write_file(Elf *src, const char *srcname, Elf *dst, const char *dstname, in write_file() function 768 write_file(elf, curname, telf, newname, data, len, flags); in write_ctf()
|
| /freebsd-12.1/contrib/ee/ |
| H A D | ee.c | 300 int write_file P_((char *file_name, int warn_if_exists)); 1711 write_file(tmp_file, 1); 2426 if (write_file(file_name, 1)) in finish() 2503 write_file(file_name, warn_if_exists) in write_file() function 3779 write_file(tmp_file, 1); 3816 if (write_file(string, 1)) 4446 if (write_file(name, 0)) in ispell_op()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | patch.c | 855 write_file(void *baton, const char *buf, apr_size_t len, in write_file() function 1234 content->write = write_file; in init_patch_target()
|
| /freebsd-12.1/contrib/ncurses/ |
| H A D | NEWS | 1496 with write_file().
|