HomeSort by: relevance | last modified time | path
    Searched defs:sendfile (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/tip/
cmds.c 258 sendfile(char cc) function in typeref:typename:void
285 * used by sendfile() and cu_put()
  /src/usr.bin/tftp/
tftp.c 222 sendfile(int fd, const char *name, const char *mode) function in typeref:typename:void
  /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

Completed in 15 milliseconds