Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/ftp/
H A Dprogressbar.c119 static struct timeval lastupdate; variable
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dcrl.c76 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; in crl_main() local
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dcrl.c91 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; in crl_main() local
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c3228 int set_crl_lastupdate(X509_CRL *crl, const char *lastupdate) in set_crl_lastupdate()