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

/freebsd-9.3-release/crypto/openssl/apps/
H A Dcrl.c87 " -nextupdate - nextUpdate field\n",
110 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = local
199 else if (strcmp(*argv, "-nextupdate") == 0)
200 nextupdate = ++num;
300 if (nextupdate == i) {
/freebsd-9.3-release/contrib/sendmail/src/
H A Dqueue.c6503 static time_t nextupdate = 0; local
6516 if (now < nextupdate)
6518 nextupdate = now + FILESYS_UPDATE_INTERVAL;
6533 nextupdate = now + 2; /* let's do this soon again */

Completed in 164 milliseconds