Searched defs:now (Results 51 - 75 of 131) sorted by relevance

123456

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dacquire_cred.c657 /* if the princ wasn't filled in already, fill it in now */
685 krb5_timestamp now; local
687 if ((code = krb5_timeofday(context, &now))) {
705 *time_rec = (cred->tgt_expire > now) ? (cred->tgt_expire - now) : 0;
H A Daccept_sec_context.c339 krb5_timestamp now; local
356 code = krb5_timeofday(ctx->k5_context, &now);
362 if (ctx->krb_times.endtime < now) {
395 *time_rec = ctx->krb_times.endtime - now;
452 krb5_timestamp now; local
593 * We need to decode the request now so that we can get the
848 /* stash this now, for later. */
1003 /* ignore any additional trailing data, for now */
1163 if ((code = krb5_timeofday(context, &now))) {
1168 if (ctx->krb_times.endtime < now) {
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_file.c320 time_t now; local
325 now = time(0);
326 if (now == data->last_stat && data->root != NULL) {
332 data->last_stat = now;
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_kdb.c370 * The last modifier field of the kdb is set to the caller at now.
379 krb5_int32 now; local
384 ret = krb5_timeofday(handle->context, &now);
388 ret = krb5_dbe_update_mod_princ_data(handle->context, kdb, now,
/osnet-11/usr/src/lib/krb5/plugins/preauth/encrypted_challenge/
H A Dencrypted_challenge_main.c204 krb5_timestamp now; local
273 retval = krb5_timeofday(context, &now);
275 if (labs(now-ts->patimestamp) < context->clockskew) {
/osnet-11/usr/src/cmd/sendmail/src/
H A Denvelope.c189 time_t now; local
232 now = curtime();
233 if (now >= e->e_ctime + TimeOuts.to_q_return[e->e_timeoutclass])
236 now >= e->e_ctime + e->e_deliver_by &&
343 now >= e->e_ctime +
348 now >= e->e_ctime + e->e_deliver_by)
589 /* now unlock the job */
610 /* now unlock the job */
828 auto time_t now; local
832 now
[all...]
H A Dratectrl.c102 time_t now; local
106 now = time(NULL);
112 totalrate = total_rate(now, e == NULL);
118 clientrate = client_rate(now, hostaddr, e == NULL);
209 ** now - current time in secs
222 client_rate(now, saddr, update)
223 time_t now;
241 ticks = now / ChtGran;
339 if (coll && (now - chBest->ch_LTime < CollTime))
390 chBest->ch_LTime = now;
[all...]
H A Dsfsasl.c303 ** Hack (for now): simply reduce the size, callers are (must be)
588 time_t now = curtime(); local
608 left = timeout - (now - tlsstart);
H A Dmci.c129 time_t now; local
148 now = curtime();
158 if ((mci->mci_lastuse + MciCacheTimeout <= now ||
412 time_t now = curtime(); local
415 if (mci->mci_lastuse + MciInfoTimeout <= now)
417 mci->mci_lastuse = now;
633 ** amount of space we can stop right now. The check will not
/osnet-11/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c90 time_t now; local
92 (void)time(&now);
104 txn_region->time_ckp = now;
746 time_t last_ckp_time, now; local
757 (void)time(&now);
763 if (now - last_ckp_time >= (time_t)(minutes * 60))
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_plugin.c236 time_t now = time(NULL); local
243 (void) fprintf(debug, "%.15s ", ctime_r(&now, cbuf, sizeof (cbuf)) + 4);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmetarpcopen.c78 struct timeval now; local
82 if (gettimeofday(&now, NULL) == -1) {
93 (*cachep)[i]->cc_ttl = now;
106 (*cachep)[i]->cc_ttl = now;
337 struct timeval now; local
342 if (gettimeofday(&now, NULL) == -1) {
354 delta = now.tv_sec -
/osnet-11/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c152 time_t now = DAY_NOW; local
164 ((time_t)shpwd->sp_lstchg > now) ||
165 ((now >= (time_t)(shpwd->sp_lstchg +
185 time_t now = DAY_NOW; local
210 if (now < (time_t)(shpwd->sp_lstchg + shpwd->sp_max))
218 if (idledays > 0 && (now < (time_t)(shpwd->sp_lstchg + idledays)))
245 time_t now = DAY_NOW; local
251 (now + shpwd.sp_warn) >= (time_t)(shpwd.sp_lstchg + shpwd.sp_max)) {
252 days = (time_t)(shpwd.sp_lstchg + shpwd.sp_max) - now;
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_init.c399 * important now that the rfc1535 stuff restricts searches)
865 struct timeval now; local
869 gettimeofday(&now, NULL);
870 u32 = now.tv_sec;
872 u32 = now.tv_usec;
874 u32 += now.tv_sec;
883 struct timeval now; local
887 gettimeofday(&now, NULL);
888 u16 = (u_int16_t) (now.tv_sec ^ now
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dsaslutil.c255 time_t now; local
287 time(&now);
290 snprintf(buf,maxlen, "<%lu.%lu@%s>", randnum, now, conn->serverFQDN);
292 snprintf(buf,maxlen, "<%lu.%lu>", randnum, now);
/osnet-11/usr/src/lib/libslp/clib/
H A DSLPReg.c660 /* through with msg, so free it now */
748 time_t now, shortest_wait; local
758 now = time(NULL);
759 shortest_wait = now + reregs->lifetime;
762 if (now > (p->wake_time - granularity)) {
766 (void) slp_sign(&(p->msg->urlbytes), 1, now + p->lifetime,
768 (void) slp_sign(&(p->msg->attrbytes), 1, now + p->lifetime,
776 p->wake_time = now + p->lifetime;
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ntlm.c587 struct timeval now; local
608 (void) gettimeofday(&now, 0);
609 smbfs_time_local2NT(&now, 0, &nt_time);
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex3.cc225 * We're now returning to the caller, who will get data
289 * or disappeared, between now and the time when our parent
760 * We now need a real NIS_ENTRY_OBJ object, so move the
823 struct timeval now; local
824 (void) gettimeofday(&now, 0);
825 table->mapping.enumExpire = now.tv_sec +
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c134 struct timeval now; local
199 (void) gettimeofday(&now, NULL);
200 call_msg.rm_xid = getpid() ^ now.tv_sec ^ now.tv_usec;
486 /* We have some data now */
538 /* we now assume we have the proper reply */
543 * now decode and validate the response
/osnet-11/usr/src/lib/libntsvcs/common/
H A Deventlog_log.c109 struct timeval now; local
120 (void) gettimeofday(&now, NULL);
121 (void) localtime_r(&now.tv_sec, &cur_tm);
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_nvl.c222 time_t now; local
225 now = time(NULL);
226 logtime = &now;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c171 time_t now, ret_time;
192 now = time((time_t *) NULL);
193 if (localtime_r(&now, &timebuf2) == NULL)
170 time_t now, ret_time; local
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_dfl.c156 krb5_int32 now, krb5_boolean fromfile)
167 if (alive(now, rep, t->lifespan) == CMP_EXPIRED){
192 if (alive(now, &ta->rep, t->lifespan) == CMP_EXPIRED)
586 krb5_int32 now;
609 if (krb5_timeofday(context, &now))
610 now = 0;
612 /* now read in each auth_replay and insert into table */
626 if (alive(now, rep, t->lifespan) != CMP_EXPIRED) {
627 if (rc_store(context, id, rep, now, TRUE) == CMP_MALLOC) {
767 get_boot_time(krb5_timestamp now) argument
155 rc_store(krb5_context context, krb5_rcache id, krb5_donot_replay *rep, krb5_int32 now, krb5_boolean fromfile) argument
854 krb5_int32 now; local
967 krb5_int32 now; local
[all...]
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dworker.c381 time_t now; local
390 now = time(NULL);
393 if (lastcheck + DT_CHECK_OLD_SESSIONS < now)
404 ctx->ctx_wait = now;
406 < now)
424 lastcheck = now;
451 ctx->ctx_wait = now;
504 WAITFN, now, nfd));
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmxdate.c153 * now provides default values
157 tmxdate(register const char* s, char** e, Time_t now) argument
194 fix = tmxscan(s, &last, NiL, &t, now, 0);
206 * use now for defaults
209 tm = tmxtm(&ts, now, NiL);
256 now = strtoull(s, &t, 0);
264 now = tmxsns(now, fix);
266 else if (now <= 0x7fffffff)
267 now
[all...]

Completed in 68 milliseconds

123456