| /src/external/bsd/libarchive/dist/libarchive/ |
| 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_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_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/bin/pax/ |
| 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/tmux/dist/ |
| file.c | 291 file_write(struct client *c, const char *path, int flags, const void *bdata, 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));
|