HomeSort by: relevance | last modified time | path
    Searched defs:restartit (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/ftp/
cmds.c 572 * If restartit is 1, restart the xfer always.
573 * If restartit is -1, restart the xfer only if the remote file is newer.
576 getit(int argc, char *argv[], int restartit, const char *gmode)
603 if (restartit) {
613 if (restartit == 1) {
687 int volatile restartit; local in function:mget
697 restartit = 0;
704 restartit = 1;
725 if (restartit) {
cmds.c 572 * If restartit is 1, restart the xfer always.
573 * If restartit is -1, restart the xfer only if the remote file is newer.
576 getit(int argc, char *argv[], int restartit, const char *gmode)
603 if (restartit) {
613 if (restartit == 1) {
687 int volatile restartit; local in function:mget
697 restartit = 0;
704 restartit = 1;
725 if (restartit) {

Completed in 22 milliseconds