| /src/external/bsd/top/dist/ |
| username.c | 71 time_t expire; member in struct:hash_data 106 data->expire = (time_t)0; 113 a new entry, then expire is 0 and the next test will be true. */ 114 if (data->expire <= now) 119 data->expire = now + EXPIRETIME; 121 data->uid, data->name, data->expire); 127 data->expire = now + EXPIRETIME; 129 data->uid, data->name, data->expire);
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| write_buf.c | 64 time_t expire; local 68 expire = time((time_t *) 0) + time_left; 83 time_left = expire - time((time_t *) 0);
|
| /src/external/ibm-public/postfix/dist/src/trivial-rewrite/ |
| transport.h | 36 time_t expire; member in struct:TRANSPORT_INFO
|
| /src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| soa_6.h | 27 uint32_t expire; /*%< host order */ member in struct:dns_rdata_soa
|
| tkey_249.h | 26 uint32_t expire; member in struct:dns_rdata_tkey
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
| soa_6.h | 28 uint32_t expire; /*%< host order */ member in struct:dns_rdata_soa
|
| tkey_249.h | 27 uint32_t expire; member in struct:dns_rdata_tkey
|
| /src/usr.sbin/rtadvd/ |
| timer.h | 40 struct rtadvd_timer *(*expire) (void *); /* expiration function */ member in struct:rtadvd_timer
|
| /src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/ |
| trpz.h | 56 uint32_t expire; member in struct:__anon23965
|
| /src/sys/compat/netinet6/ |
| nd6.h | 83 u_long expire; member in struct:in6_drlist::__anon2415 97 u_long expire; member in struct:in6_oprlist::__anon2416 113 time_t expire; member in struct:in6_prlist::__anon2417
|
| /src/sys/arch/luna68k/dev/ |
| psgpam_enc.h | 36 int expire; /* min expire counter */ member in struct:psgpam_codecvar 37 int expire_initial; /* expire initial (as 10Hz) */
|
| /src/external/mpl/bind/dist/lib/dns/ |
| zone_p.h | 38 isc_stdtime_t expire, isc_stdtime_t keyxpire,
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/ |
| rbacuser.c | 129 ber_int_t expire, grace; local 135 ld, ctrl, &expire, &grace, &error ); 151 if ( expire >= 0 ) { 153 if ( expire > 60 ) { 154 expire /= 60; 157 if ( expire > 60 ) { 158 expire /= 60; 161 if ( expire > 24 ) { 162 expire /= 24; 166 if (expire > 7) [all...] |
| /src/external/bsd/nsd/dist/ |
| xfrd.h | 148 uint32_t expire; member in struct:xfrd_soa 328 * return expire period 332 within_expire_bounds(xfrd_zone_type* zone, time_t expire) 336 return (time_t)zone->zone_options->pattern->min_expire_time > expire 337 ? (time_t)zone->zone_options->pattern->min_expire_time : expire; 340 return bound_soa_disk_refresh(zone) + bound_soa_disk_retry(zone) + 1 > expire 341 ? bound_soa_disk_refresh(zone) + bound_soa_disk_retry(zone) + 1 : expire; 343 return expire; 347 /* return the zone's expire period (from the on disk stored SOA) */ 351 return within_expire_bounds(zone, ntohl(zone->soa_disk.expire)); [all...] |
| /src/external/bsd/unbound/dist/contrib/ |
| unbound-querycachedb.py | 40 expire = struct.unpack('!Q', value[-8:])[0] 41 print(';; Now=%d, TimeStamp=%d, Expire=%d, TTL=%d' % 42 (now, timestamp, expire, max(expire - now, 0)))
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| tsig.h | 85 isc_stdtime_t expire; /*%< end of validity period */ member in struct:dns_tsigkey 110 isc_stdtime_t expire, isc_mem_t *mctx, 117 isc_stdtime_t expire, isc_mem_t *mctx, 122 * period is specified by (inception, expire), and will not expire if 123 * inception == expire. If the key was generated, the creating identity,
|
| badcache.h | 82 isc_time_t *expire); 87 * and expiration date 'expire'. 92 * \li expire != NULL
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| badcache.c | 61 isc_time_t expire; member in struct:dns_bcentry 189 if (isc_time_compare(&bad->expire, now) < 0) { 214 isc_time_t *expire) { 223 REQUIRE(expire != NULL); 240 bad->expire = *expire; 245 if (isc_time_compare(&bad->expire, &now) < 0) { 264 bad->expire = *expire; 278 bad->expire = *expire [all...] |
| zone_p.h | 44 isc_stdtime_t expire, isc_stdtime_t keyxpire,
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 80-test_ca_internals.t | 147 foreach my $expire (@{$opts->{expirelist}}) { 148 if ($expire eq $cert) {
|
| /src/external/bsd/dhcpcd/dist/src/ |
| auth.h | 61 time_t expire; member in struct:token
|
| /src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
| good-server-christmas-tree.conf | 30 request-expire no; 53 request-expire no;
|
| /src/external/mpl/bind/dist/bin/tests/system/rpz/ |
| setup.sh | 50 cp ns5/fast-expire.db.in ns5/fast-expire.db 51 cp ns5/expire.conf.in ns5/expire.conf
|
| /src/external/bsd/unbound/dist/dnscrypt/testdata/ |
| gencert.sh | 36 --cert-file-expire-days="${CERT_EXPIRE_DAYS}"
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| badcache.h | 84 dns_rdatatype_t type, uint32_t flags, isc_stdtime_t expire); 88 * stored with flags 'flags' and expiration date 'expire'.
|