Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/pdist/
Dcmptree.py69 recvfile(local, remote, name)
79 recvfile(local, remote, name)
155 def recvfile(local, remote, name): function
/external/iputils/
Dtftpd.c103 void recvfile(struct formats *pf);
212 { "netascii", validate_access, sendfile, recvfile, 1 },
213 { "octet", validate_access, sendfile, recvfile, 0 },
420 void recvfile(struct formats *pf) in recvfile() function