HomeSort by relevance Sort by last modified time
    Searched full:connect_to_stream (Results 1 - 1 of 1) sorted by null

  /external/toybox/toys/pending/
ftpget.c 61 static int connect_to_stream() function
211 remote_fd = connect_to_stream(); //Connect to data socket.
247 remote_fd = connect_to_stream(); //Connect to data socket.
288 TT.sockfp = xfdopen(connect_to_stream(), "r+");

Completed in 123 milliseconds