/src/usr.bin/tftp/ |
extern.h | 51 void sendfile(int, const char *, const char *);
|
main.c | 446 sendfile(fd, targ, mode); 463 sendfile(fd, targ, mode);
|
tftp.c | 222 sendfile(int fd, const char *name, const char *mode) function in typeref:typename:void
|
/src/usr.bin/tip/ |
cmdtab.c | 45 { '>', NORM, "send file to remote host", sendfile },
|
tip.h | 287 void sendfile(char);
|
cmds.c | 258 sendfile(char cc) function in typeref:typename:void 285 * used by sendfile() and cu_put()
|
/src/libexec/tftpd/ |
tftpd.c | 124 static void sendfile(struct formats *, int, int); 136 { "netascii", validate_access, sendfile, recvfile, 1 }, 137 { "octet", validate_access, sendfile, recvfile, 0 }, 948 sendfile(struct formats *pf, volatile int etftp, int acklength) function in typeref:typename:void 1023 syslog(LOG_INFO, "Received %s in sendfile\n",
|
/src/usr.sbin/lpr/lpd/ |
printjob.c | 138 static int sendfile(int, char *); 844 switch (sendfile('\3', last+1)) { 861 if (err == OK && sendfile('\2', file) > 0) { 885 sendfile(int type, char *file) function in typeref:typename:int
|
/src/sys/arch/ia64/stand/common/ |
help.common | 279 Set the number of sendfile buffers to be allocated. This
|