/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
H A D | bss_file.c | 35 static int file_write(BIO *h, const char *buf, int num); 46 file_write, 157 static int file_write(BIO *b, const char *in, int inl) in file_write() function 370 ret = file_write(bp, str, n); in file_puts() 376 static int file_write(BIO *b, const char *in, int inl) in file_write() function 409 file_write,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
H A D | bss_file.c | 35 static int file_write(BIO *h, const char *buf, int num); 47 file_write, 157 static int file_write(BIO *b, const char *in, int inl) in file_write() function 360 ret = file_write(bp, str, n); in file_puts() 366 static int file_write(BIO *b, const char *in, int inl) in file_write() function 400 file_write,
|
/netbsd-src/external/bsd/nvi/dist/vi/ |
H A D | v_zexit.c | 45 file_write(sp, NULL, NULL, NULL, FS_ALL)) in v_zexit()
|
/netbsd-src/external/bsd/nvi/dist/ex/ |
H A D | ex_write.c | 215 return (file_write(sp, in exwr() 277 rc = file_write(sp, &cmdp->addr1, &cmdp->addr2, name, flags); in exwr()
|
/netbsd-src/external/bsd/tmux/dist/ |
H A D | cmd-save-buffer.c | 115 file_write(cmdq_get_client(item), path, flags, bufdata, bufsize, in cmd_save_buffer_exec()
|
H A D | file.c | 283 file_write(struct client *c, const char *path, int flags, const void *bdata, in file_write() function
|
/netbsd-src/bin/pax/ |
H A D | extern.h | 165 int file_write(int, char *, int, int *, int *, int, char *);
|
/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | exf.c | 771 file_write(SCR *sp, MARK *fm, MARK *tm, char *name, int flags) in file_write() function 1389 return (file_write(sp, NULL, NULL, NULL, flags)); in file_aw()
|
/netbsd-src/external/gpl2/mkhybrid/dist/ |
H A D | write.c | 1177 static int FDECL1(file_write, FILE *, outfile) in FDECL1() argument 1819 struct output_fragment files_desc = {NULL, NULL, file_gen, file_write};
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2017 | 520 (file_write(FILE *, const void *, size_t)): New. 521 (file_write(FILE *, const std::vector<Elem, Alloc> &)): New. 523 (data_buf::file_write): Use ::file_write. 12165 * dwarf2read.c (file_write(FILE *, const void *, size_t)): Delete. 12166 (file_write (FILE *, const std::vector<Elem>&)): Delete. 12167 (data_buf::file_write): Call ::fwrite directly. 12181 (file_write, data_buf): New.
|
H A D | ChangeLog-2018 | 2845 * dwarf-index-write.c (file_write): Don't write if the vector is 13906 (file_write): Likewise.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2017 | 520 (file_write(FILE *, const void *, size_t)): New. 521 (file_write(FILE *, const std::vector<Elem, Alloc> &)): New. 523 (data_buf::file_write): Use ::file_write. 12165 * dwarf2read.c (file_write(FILE *, const void *, size_t)): Delete. 12166 (file_write (FILE *, const std::vector<Elem>&)): Delete. 12167 (data_buf::file_write): Call ::fwrite directly. 12181 (file_write, data_buf): New.
|
H A D | ChangeLog-2018 | 2845 * dwarf-index-write.c (file_write): Don't write if the vector is 13906 (file_write): Likewise.
|