Searched refs:nextupdate (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/apps/
H A Dcrl.c90 " -nextupdate - nextUpdate field\n",
112 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = local
221 else if (strcmp(*argv, "-nextupdate") == 0)
222 nextupdate = ++num;
357 if (nextupdate == i) {
/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c6559 static time_t nextupdate = 0; local
6572 if (now < nextupdate)
6574 nextupdate = now + FILESYS_UPDATE_INTERVAL;
6589 nextupdate = now + 2; /* let's do this soon again */

Completed in 142 milliseconds