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

/freebsd-10.2-release/crypto/openssl/apps/
H A Dcrl.c90 " -nextupdate - nextUpdate field\n",
113 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = local
209 else if (strcmp(*argv, "-nextupdate") == 0)
210 nextupdate = ++num;
316 if (nextupdate == i) {
/freebsd-10.2-release/contrib/sendmail/src/
H A Dqueue.c6502 static time_t nextupdate = 0; local
6515 if (now < nextupdate)
6517 nextupdate = now + FILESYS_UPDATE_INTERVAL;
6532 nextupdate = now + 2; /* let's do this soon again */

Completed in 112 milliseconds