Searched refs:file_read (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_open_fd.c60 static ssize_t file_read(struct archive *, void *, const void **buff);
103 archive_read_set_read_callback(a, file_read);
112 file_read(struct archive *a, void *client_data, const void **buff) function
H A Darchive_read_open_file.c60 static ssize_t file_read(struct archive *, void *, const void **buff);
100 archive_read_set_read_callback(a, file_read);
108 file_read(struct archive *a, void *client_data, const void **buff) function
H A Darchive_read_open_filename.c89 static ssize_t file_read(struct archive *, void *, const void **buff);
145 archive_read_set_read_callback(a, file_read);
225 archive_read_set_read_callback(a, file_read);
418 file_read(struct archive *a, void *client_data, const void **buff) function
461 * offset here, we should store it and use it in file_read() above
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_file.c36 static int file_read(BIO *h, char *buf, int size);
50 file_read,
137 static int file_read(BIO *b, char *out, int outl) function
370 static int file_read(BIO *b, char *out, int outl) function
403 file_read,
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_file.c36 static int file_read(BIO *h, char *buf, int size);
48 file_read,
136 static int file_read(BIO *b, char *out, int outl) function
380 static int file_read(BIO *b, char *out, int outl) function
411 file_read,
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctfconvert.c86 file_read(tdata_t *td, char *filename, int ignore_non_c) function
240 if (!file_read(filetd, infile, ignore_non_c))
/netbsd-current/external/bsd/tradcpp/dist/
H A Dfiles.c177 file_read(const struct placefile *pf, int fd, const char *name, bool toplevel) function
380 file_read(pf, fd, name, false);
392 file_read(pf, fd, file, false);
436 file_read(pf, fd, name, true);
/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-load-buffer.c109 file_read(cmdq_get_client(item), path, cmd_load_buffer_done, cdata);
H A Dcmd-source-file.c114 file_read(c, cdata->files[n], cmd_source_file_done, cdata);
201 file_read(c, cdata->files[0], cmd_source_file_done, cdata);
H A Dfile.c357 file_read(struct client *c, const char *path, client_file_cb cb, void *cbdata) function
H A Dwindow.c1613 cdata->file = file_read(c, "-", window_pane_input_callback, cdata);
H A Dtmux.h2675 struct client_file *file_read(struct client *, const char *, client_file_cb,
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dtest.c53 static int file_read LDAP_P(( const char *path, struct berval *bv ));
124 file_read( const char *path, struct berval *bv ) function
211 if ( file_read( tmp.mod_values[i] + 6,
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_archive_read_multiple_data_objects.c194 file_read(struct archive *a, void *data, const void **buff) function
301 assertA(0 == archive_read_set_read_callback(a, file_read));

Completed in 242 milliseconds