Searched refs:send_file (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/usr.bin/cu/ |
| D | command.c | 39 void send_file(void); 142 send_file(void) in send_file() function 265 send_file(); in do_command()
|
| /openbsd/src/usr.bin/sendbug/ |
| D | sendbug.c | 41 int send_file(const char *, int); 349 if (send_file(pathname, filedes[1]) == -1) { in sendmail() 411 send_file(const char *file, int dst) in send_file() function
|
| /openbsd/src/usr.sbin/nsd/ |
| D | nsd-control.c | 463 send_file(SSL* ssl, int fd, FILE* in, char* buf, size_t sz) in send_file() function 494 send_file(ssl, fd, stdin, buf, sizeof(buf)); in go_cmd()
|
| /openbsd/src/usr.sbin/unbound/smallapp/ |
| D | unbound-control.c | 845 send_file(SSL* ssl, int fd, FILE* in, char* buf, size_t sz) in send_file() function 879 send_file(ssl, fd, stdin, buf, sizeof(buf)); in go_cmd() 887 send_file(ssl, fd, stdin, buf, sizeof(buf)); in go_cmd()
|
| /openbsd/src/gnu/llvm/clang/tools/scan-view/share/ |
| D | ScanView.py | 734 return self.send_file(f, ctype) 736 def send_file(self, f, ctype): member in ScanViewRequestHandler
|