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

/openbsd-current/usr.sbin/smtpd/
H A Dmail.lmtp.c229 FILE *file_read = 0; local
239 if ((file_read = fdopen(fd_read, "r")) == NULL)
248 if ((linelen = getline(&line, &linesize, file_read)) == -1) {
249 if (ferror(file_read))
/openbsd-current/libexec/tradcpp/
H A Dfiles.c177 file_read(const struct placefile *pf, int fd, const char *name, bool toplevel) function
376 file_read(pf, fd, name, false);
388 file_read(pf, fd, file, false);
432 file_read(pf, fd, name, true);
/openbsd-current/lib/libcrypto/bio/
H A Dbss_file.c96 static int file_read(BIO *h, char *buf, int size);
107 .bread = file_read,
189 file_read(BIO *b, char *out, int outl) function
/openbsd-current/usr.bin/tmux/
H A Dcmd-load-buffer.c109 file_read(cmdq_get_client(item), path, cmd_load_buffer_done, cdata);
H A Dcmd-source-file.c115 file_read(c, cdata->files[n], cmd_source_file_done, cdata);
202 file_read(c, cdata->files[0], cmd_source_file_done, cdata);
H A Dfile.c360 file_read(struct client *c, const char *path, client_file_cb cb, void *cbdata) function
H A Dwindow.c1605 cdata->file = file_read(c, "-", window_pane_input_callback, cdata);
H A Dtmux.h2630 struct client_file *file_read(struct client *, const char *, client_file_cb,
/openbsd-current/usr.sbin/tftpd/
H A Dtftpd.c182 void file_read(struct tftp_client *);
1145 file_read(client);
1149 file_read(struct tftp_client *client) function
1254 file_read(client);

Completed in 150 milliseconds