Home
last modified time | relevance | path

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

/openbsd/usr.sbin/smtpd/
H A Dmail.lmtp.c229 FILE *file_read = 0; in lmtp_engine() local
239 if ((file_read = fdopen(fd_read, "r")) == NULL) in lmtp_engine()
248 if ((linelen = getline(&line, &linesize, file_read)) == -1) { in lmtp_engine()
249 if (ferror(file_read)) in lmtp_engine()
/openbsd/libexec/tradcpp/
H A Dfiles.c177 file_read(const struct placefile *pf, int fd, const char *name, bool toplevel) in file_read() function
376 file_read(pf, fd, name, false); in file_search()
388 file_read(pf, fd, file, false); in file_search()
432 file_read(pf, fd, name, true); in file_readabsolute()
/openbsd/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) in file_read() function
/openbsd/usr.bin/tmux/
H A Dcmd-source-file.c115 file_read(c, cdata->files[n], cmd_source_file_done, cdata); in cmd_source_file_done()
202 file_read(c, cdata->files[0], cmd_source_file_done, cdata); in cmd_source_file_exec()
H A Dcmd-load-buffer.c109 file_read(cmdq_get_client(item), path, cmd_load_buffer_done, cdata); in cmd_load_buffer_exec()
H A Dfile.c360 file_read(struct client *c, const char *path, client_file_cb cb, void *cbdata) in file_read() function
H A Dwindow.c1605 cdata->file = file_read(c, "-", window_pane_input_callback, cdata); in window_pane_start_input()
H A Dtmux.h2630 struct client_file *file_read(struct client *, const char *, client_file_cb,
/openbsd/usr.sbin/tftpd/
H A Dtftpd.c182 void file_read(struct tftp_client *);
1145 file_read(client); in sendfile()
1149 file_read(struct tftp_client *client) in file_read() function
1254 file_read(client); in tftp_rrq_ack()