Searched refs:file_write (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/nvi/vi/
H A Dv_zexit.c39 file_write(sp, NULL, NULL, NULL, FS_ALL))
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_open_file.c56 static ssize_t file_write(struct archive *, void *, const void *buff, size_t);
69 return (archive_write_open2(a, mine, file_open, file_write,
83 file_write(struct archive *a, void *client_data, const void *buff, size_t length) function
H A Darchive_write_open_fd.c59 static ssize_t file_write(struct archive *, void *, const void *buff, size_t);
76 file_open, file_write, NULL, file_free));
118 file_write(struct archive *a, void *client_data, const void *buff, size_t length) function
H A Darchive_write_open_filename.c67 static ssize_t file_write(struct archive *, void *, const void *buff, size_t);
128 file_open, file_write, file_close, file_free));
222 file_write(struct archive *a, void *client_data, const void *buff, function
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_file.c98 static int MS_CALLBACK file_write(BIO *h, const char *buf, int num);
108 file_write,
263 static int MS_CALLBACK file_write(BIO *b, const char *in, int inl) function
485 ret = file_write(bp, str, n);
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_write.c209 return (file_write(sp,
270 rc = file_write(sp, &cmdp->addr1, &cmdp->addr2, name, flags);
/freebsd-11-stable/bin/pax/
H A Dextern.h147 int file_write(int, char *, int, int *, int *, int, char *);
H A Dbuf_subs.c703 if ((res = file_write(ofd,bufpt,cnt,&rem,&isem,sz,fnm)) <= 0) {
791 res = file_write(fd2, buf, cnt, &rem, &isem, sz, fnm);
H A Dfile_subs.c700 * file_write()
732 * call file_write() and have it call write() instead. BEFORE CLOSING THE
748 file_write(int fd, char *str, int cnt, int *rem, int *isempt, int sz, function
/freebsd-11-stable/contrib/nvi/common/
H A Dextern.h19 int file_write(SCR *, MARK *, MARK *, char *, int);
H A Dexf.c739 * file_write --
744 * PUBLIC: int file_write(SCR *, MARK *, MARK *, char *, int);
747 file_write( function
1441 return (file_write(sp, NULL, NULL, NULL, flags));

Completed in 188 milliseconds