| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_open_file.c | 55 static ssize_t file_write(struct archive *, void *, const void *buff, size_t); 68 return (archive_write_open2(a, mine, file_open, file_write, 82 file_write(struct archive *a, void *client_data, const void *buff, size_t length) function
|
| archive_write_open_fd.c | 58 static ssize_t file_write(struct archive *, void *, const void *buff, size_t); 75 file_open, file_write, NULL, file_free)); 117 file_write(struct archive *a, void *client_data, const void *buff, size_t length) function
|
| archive_write_open_filename.c | 66 static ssize_t file_write(struct archive *, void *, const void *buff, size_t); 128 file_open, file_write, file_close, file_free)); 224 file_write(struct archive *a, void *client_data, const void *buff, function
|
| /src/external/bsd/nvi/dist/vi/ |
| v_zexit.c | 45 file_write(sp, NULL, NULL, NULL, FS_ALL))
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| index-write.c | 78 file_write (FILE *file, const void *data, size_t size) function 88 file_write (FILE *file, const std::vector<Elem, Alloc> &vec) function 91 file_write (file, vec.data (), vec.size () * sizeof (vec[0])); 153 void file_write (FILE *file) const function 155 ::file_write (file, m_vec); 686 This function does not call file_write, caller has to do it 854 void file_write (FILE *file_names, FILE *file_str) const function 858 m_name_table_string_offs.file_write (file_names); 859 m_name_table_entry_offs.file_write (file_names); 860 m_abbrev_table.file_write (file_names) 908 void file_write (FILE *file) const function [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| index-write.c | 80 file_write (FILE *file, const void *data, size_t size) function 90 file_write (FILE *file, const std::vector<Elem, Alloc> &vec) function 93 file_write (file, vec.data (), vec.size () * sizeof (vec[0])); 155 void file_write (FILE *file) const function 157 ::file_write (file, m_vec); 688 This function does not call file_write, caller has to do it 856 void file_write (FILE *file_names, FILE *file_str) const function 860 m_name_table_string_offs.file_write (file_names); 861 m_name_table_entry_offs.file_write (file_names); 862 m_abbrev_table.file_write (file_names) 910 void file_write (FILE *file) const function [all...] |
| /src/external/bsd/tmux/dist/ |
| cmd-save-buffer.c | 115 file_write(cmdq_get_client(item), path, flags, bufdata, bufsize,
|
| file.c | 291 file_write(struct client *c, const char *path, int flags, const void *bdata, function
|
| tmux.h | 2847 void file_write(struct client *, const char *, int, const void *, size_t,
|
| /src/external/bsd/nvi/dist/ex/ |
| ex_write.c | 215 return (file_write(sp, 277 rc = file_write(sp, &cmdp->addr1, &cmdp->addr2, name, flags);
|
| /src/bin/pax/ |
| buf_subs.c | 725 if ((res = file_write(ofd,bufpt,cnt,&rem,&isem,sz,fnm)) <= 0) { 834 res = file_write(fd2, buf, cnt, &rem, &isem, sz, fnm);
|
| extern.h | 165 int file_write(int, char *, int, int *, int *, int, char *);
|
| file_subs.c | 921 * file_write() 953 * call file_write() and have it call write() instead. BEFORE CLOSING THE 969 file_write(int fd, char *str, int cnt, int *rem, int *isempt, int sz, function
|
| /src/external/bsd/nvi/dist/common/ |
| exf.c | 763 * file_write -- 768 * PUBLIC: int file_write __P((SCR *, MARK *, MARK *, char *, int)); 771 file_write(SCR *sp, MARK *fm, MARK *tm, char *name, int flags) function 1389 return (file_write(sp, NULL, NULL, NULL, flags));
|
| /src/external/gpl2/mkhybrid/dist/ |
| write.c | 1177 static int FDECL1(file_write, FILE *, outfile) 1819 struct output_fragment files_desc = {NULL, NULL, file_gen, file_write};
|