Home
last modified time | relevance | path

Searched refs:remote_file (Results 1 – 3 of 3) sorted by relevance

/third_party/toybox/toys/pending/
Dtftp.c29 char *remote_file;
279 len = mkpkt_request(packet, TFTP_OP_RRQ, TT.remote_file, 1); in file_get()
395 packetlen = mkpkt_request(packet, TFTP_OP_WRQ, TT.remote_file, 1); in file_put()
439 char *slash = strrchr(TT.remote_file, '/'); in tftp_main()
440 TT.local_file = (slash) ? slash + 1 : TT.remote_file; in tftp_main()
442 } else if (toys.optflags & FLAG_l) TT.remote_file = TT.local_file; in tftp_main()
/third_party/libffi/testsuite/lib/
Dlibffi.exp241 remote_file build delete $output_file;
/third_party/toybox/generated/
Dglobals.h899 char *remote_file; member