sendfile
return (sendfile(rname, opts, st, user, group, destdir) == 0);
static int sendfile(char *, opt_t, struct stat *, char *, char *, int);
void sendfile(int, char *, char *);
sendfile(fd, targ, mode);
sendfile(fd, cp, mode);
r = sendfile('\3', line+1, job.statinfo);
if ((r = sendfile('\2', cfname, ""))) {
static int sendfile(int, const char *, const char *);
static int sendfile(int, char *);
switch (sendfile('\3', last+1)) {
if (err == OK && sendfile('\2', file) > 0) {
sendfile(client);
void sendfile(struct tftp_client *);
sendfile(client);