Home
last modified time | relevance | path

Searched refs:send_file (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.bin/cu/
Dcommand.c39 void send_file(void);
142 send_file(void) in send_file() function
265 send_file(); in do_command()
/openbsd/src/usr.bin/sendbug/
Dsendbug.c41 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/
Dnsd-control.c463 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/
Dunbound-control.c845 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/
DScanView.py734 return self.send_file(f, ctype)
736 def send_file(self, f, ctype): member in ScanViewRequestHandler