Searched defs:renew (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c114 static time_t renew = 0; local
121 if (NumFallbackMXHosts > 0 && renew > curtime())
137 renew = curtime() + ttl;
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c80 int renew; member in struct:config_entry_s
314 printf("cmp_renew_opts: renew bad opt=`%s'\n",
326 * <principal> [renew[:<opt1,...optN>]] syslog|terminal <time>
327 * <principal> [renew[:<opt1,...optN>]] mail <time> <e-mail address>
329 * where renew opts will be:
332 * - Log the result of the renew attempt on success using
336 * - Log the result of the renew attempt on failure using
354 int renew = 0; local
390 /* we've got renew opts */
399 if (strncasecmp(op, "renew", sizeo
[all...]

Completed in 115 milliseconds