Home
last modified time | relevance | path

Searched defs:lastupdate (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/tnftp/src/
H A Dprogressbar.c127 static struct timeval lastupdate; variable
/freebsd-src/crypto/openssl/apps/
H A Dcrl.c91 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; in crl_main() local
/freebsd-src/crypto/openssl/apps/lib/
H A Dapps.c3228 int set_crl_lastupdate(X509_CRL *crl, const char *lastupdate) in set_crl_lastupdate()