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

  /external/toybox/toys/pending/
ftpget.c 37 int isget;
173 if (TT.isget && get_ftp_response("SIZE", r_filename) != FTPFILE_STATUS)
199 int len, rfd = (TT.isget)?remote_fd:local_fd,
200 wfd = (TT.isget)?local_fd:remote_fd;
273 TT.isget = toys.which->name[3] == 'g';
283 if (TT.isget && !(toys.optflags & FLAG_c)) TT.c = 0;
291 if (TT.isget) get_file(argv[1], argv[2] ? argv[2] : argv[1]);
  /external/toybox/generated/
globals.h 502 int isget; member in struct:ftpget_data
  /external/valgrind/VEX/priv/
ir_opt.c 725 Bool isGet;
737 isGet = True;
741 isGet = True;
745 isGet = False;
749 isGet = False;
751 if (isGet) {
    [all...]

Completed in 756 milliseconds