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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_open_file.c56 static ssize_t file_write(struct archive *, void *, const void *buff, size_t);
70 file_open, file_write, file_close));
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, file_close));
118 file_write(struct archive *a, void *client_data, const void *buff, size_t length) function
H A Darchive_write_open_filename.c61 static ssize_t file_write(struct archive *, void *, const void *buff, size_t);
85 file_open, file_write, file_close));
139 file_write(struct archive *a, void *client_data, const void *buff, size_t length) function
/freebsd-9.3-release/contrib/nvi/vi/
H A Dv_zexit.c41 file_write(sp, NULL, NULL, NULL, FS_ALL))
/freebsd-9.3-release/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,
208 static int MS_CALLBACK file_write(BIO *b, const char *in, int inl) function
417 ret = file_write(bp, str, n);
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_write.c209 return (file_write(sp,
268 return (file_write(sp, &cmdp->addr1, &cmdp->addr2, name, flags));
/freebsd-9.3-release/bin/pax/
H A Dextern.h147 int file_write(int, char *, int, int *, int *, int, char *);
H A Dbuf_subs.c704 if ((res = file_write(ofd,bufpt,cnt,&rem,&isem,sz,fnm)) <= 0) {
792 res = file_write(fd2, buf, cnt, &rem, &isem, sz, fnm);
H A Dfile_subs.c701 * file_write()
733 * call file_write() and have it call write() instead. BEFORE CLOSING THE
749 file_write(int fd, char *str, int cnt, int *rem, int *isempt, int sz, function
/freebsd-9.3-release/contrib/nvi/include/
H A Dcom_extern.h94 int file_write __P((SCR *, MARK *, MARK *, char *, int));
/freebsd-9.3-release/contrib/nvi/common/
H A Dexf.c729 * file_write --
734 * PUBLIC: int file_write __P((SCR *, MARK *, MARK *, char *, int));
737 file_write(sp, fm, tm, name, flags) function
1384 return (file_write(sp, NULL, NULL, NULL, flags));

Completed in 102 milliseconds