Home
last modified time | relevance | path

Searched refs:sendfile (Results 1 – 7 of 7) sorted by relevance

/original-bsd/usr.bin/tip/
H A Dcmdtab.c14 extern int shell(), getfl(), sendfile(), chdirectory();
21 { '>', NORM, "send file to remote host", sendfile },
H A Dcmds.c220 sendfile(cc) in sendfile() function
/original-bsd/usr.bin/tftp/
H A Dextern.h11 void sendfile __P((int, char *, char *));
H A Dmain.c348 sendfile(fd, targ, mode);
366 sendfile(fd, targ, mode);
H A Dtftp.c61 sendfile(fd, name, mode) in sendfile() function
/original-bsd/libexec/tftpd/
H A Dtftpd.c208 void sendfile __P((struct formats *));
218 { "netascii", validate_access, sendfile, recvfile, 1 },
219 { "octet", validate_access, sendfile, recvfile, 0 },
406 sendfile(pf) in sendfile() function
/original-bsd/usr.sbin/lpr/lpd/
H A Dprintjob.c103 static int sendfile __P((int, char *));
756 switch (sendfile('\3', last+1)) {
772 if (err == OK && sendfile('\2', file) > 0) {
796 sendfile(type, file) in sendfile() function