Home
last modified time | relevance | path

Searched refs:file_write (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/usr.sbin/smtpd/
H A Dmail.lmtp.c230 FILE *file_write = 0; in lmtp_engine() local
242 if ((file_write = fdopen(fd_write, "w")) == NULL) in lmtp_engine()
246 fflush(file_write); in lmtp_engine()
273 fprintf(file_write, "LHLO %s\r\n", session->lhlo); in lmtp_engine()
278 fprintf(file_write, "MAIL FROM:<%s>\r\n", session->mailfrom); in lmtp_engine()
283 fprintf(file_write, "RCPT TO:<%s>\r\n", session->rcpts[session->n_rcpts - 1]); in lmtp_engine()
292 fprintf(file_write, "DATA\r\n"); in lmtp_engine()
297 stream_file(file_write); in lmtp_engine()
298 fprintf(file_write, ".\r\n"); in lmtp_engine()
303 fprintf(file_write, "QUIT\r\n"); in lmtp_engine()
/openbsd-src/lib/libcrypto/bio/
H A Dbss_file.c95 static int file_write(BIO *h, const char *buf, int num);
106 .bwrite = file_write,
205 file_write(BIO *b, const char *in, int inl) in file_write() function
320 ret = file_write(bp, str, n); in file_puts()
/openbsd-src/usr.bin/vi/vi/
H A Dv_zexit.c37 file_write(sp, NULL, NULL, NULL, FS_ALL)) in v_zexit()
/openbsd-src/usr.bin/vi/ex/
H A Dex_write.c197 return (file_write(sp, in exwr()
256 return (file_write(sp, &cmdp->addr1, &cmdp->addr2, name, flags)); in exwr()
/openbsd-src/usr.bin/xinstall/
H A Dxinstall.c78 int file_write(int, char *, size_t, int *, int *, int);
457 nw = file_write(to_fd, buf, nr, &rem, &isem, sz); in copy()
642 * file_write()
674 * call file_write() and have it call write() instead. BEFORE CLOSING THE
690 file_write(int fd, char *str, size_t cnt, int *rem, int *isempt, int sz) in file_write()
684 file_write(int fd, char *str, size_t cnt, int *rem, int *isempt, int sz) file_write() function
/openbsd-src/regress/sys/fileops/
H A DMakefile.inc6 TESTS2= many_files_root many_files_subdir file_write
/openbsd-src/usr.bin/tmux/
H A Dcmd-save-buffer.c116 file_write(cmdq_get_client(item), path, flags, bufdata, bufsize, in cmd_save_buffer_exec()
H A Dfile.c286 file_write(struct client *c, const char *path, int flags, const void *bdata, in file_write() function
H A Dtmux.h2744 void file_write(struct client *, const char *, int, const void *, size_t,
/openbsd-src/bin/pax/
H A Dbuf_subs.c703 if ((res = file_write(ofd,bufpt,cnt,&rem,&isem,sz,fnm)) <= 0) { in rd_wrfile()
791 res = file_write(fd2, buf, cnt, &rem, &isem, sz, fnm); in cp_file()
H A Dextern.h134 int file_write(int, char *, int, int *, int *, int, char *);
H A Dfile_subs.c918 file_write(int fd, char *str, int cnt, int *rem, int *isempt, int sz, in file_write() function
/openbsd-src/usr.bin/vi/include/
H A Dcom_extern.h13 int file_write(SCR *, MARK *, MARK *, char *, int);
/openbsd-src/usr.bin/vi/common/
H A Dexf.c731 file_write(SCR *sp, MARK *fm, MARK *tm, char *name, int flags) in file_write() function
1331 return (file_write(sp, NULL, NULL, NULL, flags)); in file_aw()
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dwrite.c1177 static int FDECL1(file_write, FILE *, outfile) in FDECL1() argument
1819 struct output_fragment files_desc = {NULL, NULL, file_gen, file_write};