/src/usr.bin/ftp/ |
progressbar.h | 53 GLOBAL off_t restart_point; /* offset to restart transfer */ variable in typeref:typename:GLOBAL off_t
|
progressbar.c | 164 lastsize = restart_point; 168 cursize = bytes + restart_point; 270 ((filesize - restart_point) / (bytes / elapsed) - 357 && bytes + restart_point <= filesize) { 358 remaining = (int)((filesize - restart_point) /
|
fetch.c | 890 if (restart_point) { 893 (LLT)restart_point); 894 fprintf(ttyout, "restarting at " LLF, (LLT)restart_point); 1168 if (! restart_point) { 1218 if (! restart_point) { 1497 restart_point = 0; 1503 restart_point = sb.st_size; 1516 if (restart_point) { 1517 if (lseek(fetch_fileno(fin), restart_point, SEEK_SET) 1526 if (restart_point) [all...] |
cmds.c | 560 (void)getit(argc, argv, 1, restart_point ? "r+" : "a"); 567 (void)getit(argc, argv, 0, restart_point ? "r+" : "w"); 619 restart_point = 0; 622 restart_point = stbuf.st_size; 640 restart_point = 0; 696 restart_point = 0; 729 restart_point = stbuf.st_size; 733 recvrequest("RETR", tp, cp, restart_point ? "r+" : "w", 735 restart_point = 0; 773 gmode = restart_point ? "r+" : "w" [all...] |
ftp.c | 777 if (restart_point && 784 rc = fseeko(fin, restart_point, SEEK_SET); 788 rc = lseek(fileno(fin), restart_point, SEEK_SET); 795 if (command("REST " LLF, (LLT)restart_point) != CONTINUE) 923 restart_point = 0; 1035 if (is_retr && restart_point && 1036 command("REST " LLF, (LLT) restart_point) != CONTINUE) 1090 if (is_retr && restart_point && 1091 lseek(fileno(fout), restart_point, SEEK_SET) < 0) { 1107 if (is_retr && restart_point) { [all...] |
/src/libexec/ftpd/ |
extern.h | 334 GLOBAL off_t restart_point; variable in typeref:typename:GLOBAL off_t
|
ftpcmd.y | 178 restart_point = (off_t) 0; 887 restart_point = (off_t)$4.ll; 890 (LLT)restart_point); 896 restart_point = (off_t) 0;
|
ftpd.c | 1760 if (restart_point) { 1765 for (i = 0; i < restart_point; i++) { 1774 } else if (lseek(fileno(fin), restart_point, SEEK_SET) < 0) { 1856 if (restart_point) 1867 if (restart_point) { 1872 for (i = 0; i < restart_point; i++) { 1891 } else if (lseek(fileno(fout), restart_point, SEEK_SET) < 0) {
|
/src/usr.bin/utoppya/ |
utoppya.c | 333 restart_point = restart;
|