| /netbsd/src/external/bsd/top/dist/ |
| D | username.c | 71 time_t expire; member 106 data->expire = (time_t)0; in username() 114 if (data->expire <= now) in username() 119 data->expire = now + EXPIRETIME; in username() 121 data->uid, data->name, data->expire); in username() 127 data->expire = now + EXPIRETIME; in username() 129 data->uid, data->name, data->expire); in username()
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | ntp_restrict.c | 119 if (ri->expire > 0) { in dump_restrict() 120 printf(" expire %u\n", ri->expire); in dump_restrict() 350 if (res->ri.expire && res->ri.expire <= current_time) { in match_restrict4_addr() 376 if (res->ri.expire && res->ri.expire <= current_time) { in match_restrict6_addr() 623 u_int32 expire in hack_restrict() argument 640 if (expire) { in hack_restrict() 642 expire - (u_int32)current_time); in hack_restrict() 706 ri->expire = expire; in hack_restrict() 710 match4.ri.expire = expire; in hack_restrict() 720 match6.ri.expire = expire; in hack_restrict()
|
| D | ntp_leapsec.c | 43 vint64 expire; /* table expiration time */ member 191 pt->head.expire = strtouv64(cp, &ep, 10); in leapsec_load() 194 pt->lsig.etime = pt->head.expire.D_s.lo; in leapsec_load() 244 ntpcal_ntp64_to_date(&ttb, &pt->head.expire); in leapsec_dump() 469 logPrefix, fname, lstostr(&pt->head.expire), in leapsec_load_stream() 474 logPrefix, fname, lstostr(&pt->head.expire), in leapsec_load_stream() 567 return ucmpv64(&limit, &pt->head.expire) >= 0; in leapsec_expired() 581 limit = subv64(&pt->head.expire, &limit); in leapsec_daystolive() 607 if ( ucmpv64(&et64, &pt->head.expire) <= 0 615 pt->head.expire = et64; [all …]
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | write_buf.c | 64 time_t expire; in write_buf() local 68 expire = time((time_t *) 0) + time_left; in write_buf() 83 time_left = expire - time((time_t *) 0); in write_buf()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
| D | pam.c | 51 ber_int_t expire, grace; in pam_bindcb() local 57 &expire,&grace,&error); in pam_bindcb() 59 if (expire >= 0) { in pam_bindcb() 61 if (expire > 60) { in pam_bindcb() 62 expire /= 60; in pam_bindcb() 65 if (expire > 60) { in pam_bindcb() 66 expire /= 60; in pam_bindcb() 69 if (expire > 24) { in pam_bindcb() 70 expire /= 24; in pam_bindcb() 74 if (expire > 7) { in pam_bindcb() [all …]
|
| /netbsd/src/sys/compat/netinet6/ |
| D | nd6.h | 83 u_long expire; member 97 u_long expire; member 113 time_t expire; member
|
| /netbsd/src/tests/net/route/ |
| D | t_change.sh | 136 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 155 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 203 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 222 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 270 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 289 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
|
| D | t_route.sh | 238 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 254 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 270 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 288 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 313 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 328 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 344 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 362 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
|
| /netbsd/src/external/bsd/ntp/dist/tests/ntpd/ |
| D | ntp_restrict.c | 78 TEST_ASSERT_EQUAL(rl4->expire, restrictlist4->expire); in test_RestrictionsAreEmptyAfterInit() 85 TEST_ASSERT_EQUAL(rl6->expire, restrictlist6->expire); in test_RestrictionsAreEmptyAfterInit()
|
| /netbsd/src/dist/pf/sbin/pfctl/ |
| D | pf_print_state.c | 276 sec = s->expire % 60; in print_state() 277 s->expire /= 60; in print_state() 278 min = s->expire % 60; in print_state() 279 s->expire /= 60; in print_state() 280 printf(", expires in %.2u:%.2u:%.2u", s->expire, min, sec); in print_state()
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | pf_print_state.c | 285 sec = s->expire % 60; in print_state() 286 s->expire /= 60; in print_state() 287 min = s->expire % 60; in print_state() 288 s->expire /= 60; in print_state() 289 printf(", expires in %.2u:%.2u:%.2u", s->expire, min, sec); in print_state()
|
| /netbsd/src/sys/arch/luna68k/dev/ |
| D | psgpam_enc.c | 60 ctx->expire = ctx->expire_initial; in psgpam_init_context() 77 if (--ctx->expire < 0) { in dynamic_offset() 79 ctx->expire = ctx->expire_initial; in dynamic_offset()
|
| /netbsd/src/sys/dev/dm/ |
| D | dm_target_delay.c | 51 int expire; member 304 dp->expire = tick + di->delay; in _strategy() 340 if (submit_all || tick > dp->expire) { in _submit_queue() 348 next = dp->expire; in _submit_queue() 350 next = lmin(next, dp->expire); in _submit_queue()
|
| /netbsd/src/external/ibm-public/postfix/dist/ |
| D | RELEASE_NOTES-3.5 | 94 [Feature 20200202] Support to force-expire email messages. This 98 The forced-to-expire status is stored in a queue file attribute. 103 The postsuper(1) -e and -f options both set the forced-to-expire 108 In the mailq(1) or postqueue(1) -p output, a forced-to-expire message 111 true or false) that shows the forced-to-expire status.
|
| /netbsd/src/external/ibm-public/postfix/dist/src/trivial-rewrite/ |
| D | transport.c | 113 tp->expire = 0; in transport_pre_init() 242 tp->expire = event_time() + 30; /* XXX make configurable */ in transport_wildcard_init() 289 if (tp->wildcard_errno || event_time() > tp->expire) in transport_lookup()
|
| D | transport.h | 36 time_t expire; member
|
| /netbsd/src/sys/netinet/ |
| D | tcp_vtw.c | 414 return vtw->hashed && vtw->expire.tv_sec; in vtw_alive() 693 vtw->expire.tv_sec = 0; in vtw_del() 694 vtw->expire.tv_usec = ~0; in vtw_del() 1424 if (vtw->hashed || vtw->expire.tv_sec) { in vtw_alloc() 1434 , vtw->expire.tv_sec in vtw_alloc() 1435 , vtw->expire.tv_usec in vtw_alloc() 1464 getmicrouptime(&vtw->expire); in vtw_alloc() 1468 vtw->expire.tv_sec += msl / 1000; in vtw_alloc() 1469 vtw->expire.tv_usec += 1000 * (msl % 1000); in vtw_alloc() 1471 while (vtw->expire.tv_usec >= 1000*1000) { in vtw_alloc() [all …]
|
| /netbsd/src/usr.sbin/rtadvd/ |
| D | timer.c | 76 newtimer->expire = timeout; in rtadvd_add_timer() 135 if ((*tm->expire)(tm->expire_data) == NULL) in rtadvd_check_timer()
|
| /netbsd/src/sys/ufs/ufs/ |
| D | quota2_subr.c | 113 time_t expire, time_t now) in quota_check_limit() argument 122 if (now > expire) { in quota_check_limit()
|
| /netbsd/src/sys/ufs/lfs/ |
| D | ulfs_quota2_subr.c | 115 time_t expire, time_t now) in lfsquota_check_limit() argument 124 if (now > expire) { in lfsquota_check_limit()
|
| /netbsd/src/sys/dist/pf/net/ |
| D | if_pfsync.c | 322 st->expire = ntohl(sp->expire) + time_second; in pfsync_insert_net_state() 603 st->expire = ntohl(sp->expire) + time_second; in pfsync_input() 730 st->expire = ntohl(up->expire) + time_second; in pfsync_input() 1248 if (st->expire <= secs) in pfsync_pack_state() 1249 sp->expire = htonl(0); in pfsync_pack_state() 1251 sp->expire = htonl(st->expire - secs); in pfsync_pack_state() 1295 up->expire = sp->expire; in pfsync_pack_state()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/kuser/ |
| D | kinit.c | 887 static time_t expire; variable 901 (unsigned long long)expire); in update_siginfo_msg() 958 expire = ticket_lifetime(ctx->context, ctx->ccache, ctx->principal, in renew_func() 970 expire += ctx->timeout; in renew_func() 971 if (renew_expire > expire) { in renew_func() 978 expire = ticket_lifetime(ctx->context, ctx->ccache, ctx->principal, in renew_func() 986 update_siginfo_msg(expire, server_str); in renew_func() 996 if (expire < 1) { in renew_func() 1011 return expire / 2 + 1; in renew_func()
|
| /netbsd/src/usr.sbin/npf/npftest/libnpftest/ |
| D | npf_gc_test.c | 49 enqueue_connection(unsigned i, bool expire) in enqueue_connection() argument 57 if (expire) { in enqueue_connection()
|
| /netbsd/src/usr.sbin/pf/pfs/ |
| D | parse.y | 100 : STATE direction iface proto addrs id cid expire timeout src_peer dst_peer { 175 expire 179 global_state.expire = (uint32_t) $2;
|
| /netbsd/src/etc/ |
| D | daily | 135 if checkyesno expire_news && [ -f /etc/news.expire ]; then 136 /etc/news.expire
|