Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/tftp/
Dextern.h35 void recvfile(int, char *, char *);
Dmain.c464 recvfile(fd, src, mode); in get()
476 recvfile(fd, src, mode); in get()
Dtftp.c273 recvfile(int fd, char *name, char *mode) in recvfile() function
/openbsd/src/usr.bin/rdistd/
Dserver.c73 static void recvfile(char *, opt_t, int, char *, char *, time_t, time_t, off_t);
731 recvfile(char *new, opt_t opts, int mode, char *owner, char *group, in recvfile() function
1514 recvfile(new, opts, mode, owner, group, mtime, atime, size); in recvit()
/openbsd/src/usr.sbin/tftpd/
Dtftpd.c177 void recvfile(struct tftp_client *);
949 recvfile(client); in tftp_open()
1285 recvfile(struct tftp_client *client) in recvfile() function