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

  /src/usr.bin/ftp/
progressbar.c 119 static struct timeval lastupdate; variable in typeref:struct:timeval
163 lastupdate = start;
169 timersub(&now, &lastupdate, &wait);
171 lastupdate = now;
367 timersub(&now, &lastupdate, &wait);
  /src/crypto/external/apache2/openssl/dist/apps/
crl.c 78 { "lastupdate", OPT_LASTUPDATE, '-', "Set lastUpdate field" },
114 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; local
204 lastupdate = ++num;
356 if (lastupdate == i) {
357 BIO_printf(bio_out, "lastUpdate=");
  /src/crypto/external/bsd/openssl/dist/apps/
crl.c 55 {"lastupdate", OPT_LASTUPDATE, '-', "Set lastUpdate field"},
91 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; local
180 lastupdate = ++num;
334 if (lastupdate == i) {
335 BIO_printf(bio_out, "lastUpdate=");
  /src/crypto/external/bsd/openssl.old/dist/apps/
crl.c 39 {"lastupdate", OPT_LASTUPDATE, '-', "Set lastUpdate field"},
76 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; local
153 lastupdate = ++num;
281 if (lastupdate == i) {
282 BIO_printf(bio_out, "lastUpdate=");

Completed in 56 milliseconds