| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | serve_expired_cached_servfail_refresh.rpl | 21 ; - answer from upstream is SERVFAIL; will be cached for NORR_TTL(5) 22 ; - check that the client gets the SERVFAIL; also cached 24 ; - cached SERVFAIL should be ignored and upstream queried 25 ; - answer from upstream is still SERVFAIL; the cached error response will be 29 ; - check that we get the refreshed cached response instead 82 ; Check that we get the SERVFAIL (will be cached) 99 ; Check that we get the cached SERVFAIL 136 ; Check that we get the refreshed cached SERVFAIL
|
| H A D | serve_expired_cached_servfail.rpl | 21 ; - answer from upstream is SERVFAIL; will be cached for NORR_TTL(5) 22 ; - check that the client gets the SERVFAIL; also cached 24 ; - cached SERVFAIL should be ignored and upstream queried 78 ; Check that we get the SERVFAIL (will be cached) 95 ; Check that we get the cached SERVFAIL
|
| H A D | serve_expired_0ttl_nxdomain.rpl | 20 ; - answer from upstream is NXDOMAIN; will be cached for the SOA negative TTL. 21 ; - check that the client gets the NXDOMAIN; also cached 79 ; Check that we get the SERVFAIL (will be cached) 98 ; Check that we get the cached NXDOMAIN 120 ; Check that we get the cached NXDOMAIN
|
| H A D | serve_expired_0ttl_nodata.rpl | 20 ; - answer from upstream is NODATA; will be cached for the SOA negative TTL. 21 ; - check that the client gets the NODATA; also cached 79 ; Check that we get the NODATA (will be cached) 98 ; Check that we get the cached NODATA 120 ; Check that we get the cached NODATA
|
| H A D | serve_expired_0ttl_servfail.rpl | 20 ; - answer from upstream is SERVFAIL; will be cached for NORR_TTL(5) 21 ; - check that the client gets the SERVFAIL; also cached 77 ; Check that we get the SERVFAIL (will be cached) 94 ; Check that we get the cached SERVFAIL
|
| H A D | serve_expired_client_timeout_no_prefetch.rpl | 21 ; - query again right at the 0TTL cached entry 22 ; - check that we get the cached answer with no prefetching triggered 67 ; Check that we got the correct answer (should be cached) 82 ; Wait for the TTL to expire and produce a 0 TTL cached record.
|
| H A D | serve_expired_ttl_client_timeout.rpl | 20 ; - check that we get an updated answer and not the cached one 65 ; Check that we got the correct answer (should be cached) 95 ; There is cached data but serve-expired-ttl has passed.
|
| H A D | serve_expired.rpl | 21 ; - check that we get the expired cached answer (this should trigger prefetching) 22 ; - query with RD bit and check that the cached record was updated 62 ; Check that we got the correct answer (should be cached)
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
| H A D | configure | 8736 $as_echo_n "(cached) " >&6 8814 $as_echo_n "(cached) " >&6 8880 $as_echo_n "(cached) " >&6 9022 $as_echo_n "(cached) " >&6 9434 $as_echo_n "(cached) " >&6 9477 $as_echo_n "(cached) " >&6 10354 $as_echo_n "(cached) " >&6 11372 $as_echo_n "(cached) " >&6 12059 $as_echo_n "(cached) " >&6 12165 $as_echo_n "(cached) " >&6 [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | configure | 8878 $as_echo_n "(cached) " >&6 8956 $as_echo_n "(cached) " >&6 9022 $as_echo_n "(cached) " >&6 9164 $as_echo_n "(cached) " >&6 9576 $as_echo_n "(cached) " >&6 9619 $as_echo_n "(cached) " >&6 10496 $as_echo_n "(cached) " >&6 11504 $as_echo_n "(cached) " >&6 12191 $as_echo_n "(cached) " >&6 12297 $as_echo_n "(cached) " >&6 [all …]
|
| /netbsd-src/external/bsd/unbound/dist/services/cache/ |
| H A D | rrset.c | 129 struct packed_rrset_data* cached = (struct packed_rrset_data*)cd; in need_to_update_rrset() local 134 cached->security != sec_status_secure) in need_to_update_rrset() 136 if( cached->security == sec_status_bogus && in need_to_update_rrset() 140 if( newd->trust > cached->trust ) { in need_to_update_rrset() 143 if(equal && cached->ttl >= timenow && in need_to_update_rrset() 144 cached->security == sec_status_bogus) in need_to_update_rrset() 149 if( cached->ttl < timenow ) in need_to_update_rrset() 152 if( newd->trust == cached->trust && !equal ) { in need_to_update_rrset() 159 newd->ttl = cached->ttl; in need_to_update_rrset()
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | nios2-dis.c | 221 static struct nios2_reg *cached = NULL; in nios2_coprocessor_regs() local 223 if (!cached) in nios2_coprocessor_regs() 229 cached = nios2_regs + i; in nios2_coprocessor_regs() 232 assert (cached); in nios2_coprocessor_regs() 234 return cached; in nios2_coprocessor_regs() 241 static struct nios2_reg *cached = NULL; in nios2_control_regs() local 243 if (!cached) in nios2_control_regs() 249 cached = nios2_regs + i; in nios2_control_regs() 252 assert (cached); in nios2_control_regs() 254 return cached; in nios2_control_regs()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | nios2-dis.c | 221 static struct nios2_reg *cached = NULL; in nios2_coprocessor_regs() local 223 if (!cached) in nios2_coprocessor_regs() 229 cached = nios2_regs + i; in nios2_coprocessor_regs() 232 assert (cached); in nios2_coprocessor_regs() 234 return cached; in nios2_coprocessor_regs() 241 static struct nios2_reg *cached = NULL; in nios2_control_regs() local 243 if (!cached) in nios2_control_regs() 249 cached = nios2_regs + i; in nios2_control_regs() 252 assert (cached); in nios2_control_regs() 254 return cached; in nios2_control_regs()
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | configure | 7914 $as_echo_n "(cached) " >&6 7961 $as_echo_n "(cached) " >&6 8008 $as_echo_n "(cached) " >&6 8055 $as_echo_n "(cached) " >&6 8103 $as_echo_n "(cached) " >&6 8150 $as_echo_n "(cached) " >&6 8211 $as_echo_n "(cached) " >&6 8260 $as_echo_n "(cached) " >&6 8324 $as_echo_n "(cached) " >&6 8366 $as_echo_n "(cached) " >&6 [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/ |
| H A D | configure | 8095 $as_echo_n "(cached) " >&6 8142 $as_echo_n "(cached) " >&6 8189 $as_echo_n "(cached) " >&6 8236 $as_echo_n "(cached) " >&6 8284 $as_echo_n "(cached) " >&6 8331 $as_echo_n "(cached) " >&6 8392 $as_echo_n "(cached) " >&6 8441 $as_echo_n "(cached) " >&6 8505 $as_echo_n "(cached) " >&6 8547 $as_echo_n "(cached) " >&6 [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | configure | 10349 $as_echo_n "(cached) " >&6 10396 $as_echo_n "(cached) " >&6 10443 $as_echo_n "(cached) " >&6 10490 $as_echo_n "(cached) " >&6 10538 $as_echo_n "(cached) " >&6 10585 $as_echo_n "(cached) " >&6 10646 $as_echo_n "(cached) " >&6 10695 $as_echo_n "(cached) " >&6 10759 $as_echo_n "(cached) " >&6 10801 $as_echo_n "(cached) " >&6 [all …]
|
| /netbsd-src/external/mit/libcbor/dist/misc/hooks/ |
| H A D | pre-commit | 8 if [[ $(git -C .. diff --cached --name-only) == *"index.html.erb"* ]]; then 18 MODIFIED_STAGED=$(git -C . diff --name-only --cached)
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | configure | 10589 $as_echo_n "(cached) " >&6 10636 $as_echo_n "(cached) " >&6 10683 $as_echo_n "(cached) " >&6 10730 $as_echo_n "(cached) " >&6 10778 $as_echo_n "(cached) " >&6 10825 $as_echo_n "(cached) " >&6 10886 $as_echo_n "(cached) " >&6 10935 $as_echo_n "(cached) " >&6 10999 $as_echo_n "(cached) " >&6 11041 $as_echo_n "(cached) " >&6 [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_size_class_map.h | 194 uptr cached = MaxCachedHint(s) * s; in Print() local 199 i, Size(i), d, p, l, MaxCachedHint(s), cached, ClassID(s)); in Print() 200 total_cached += cached; in Print()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_allocator_size_class_map.h | 193 uptr cached = MaxCachedHint(s) * s; in Print() local 198 i, Size(i), d, p, l, MaxCachedHint(s), cached, ClassID(s)); in Print() 199 total_cached += cached; in Print()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_allocator_size_class_map.h | 192 uptr cached = MaxCachedHint(s) * s; in Print() local 197 i, Size(i), d, p, l, MaxCachedHint(s), cached, ClassID(s)); in Print() 198 total_cached += cached; in Print()
|
| /netbsd-src/sys/arch/mips/include/ |
| H A D | pte.h | 349 pte_cached_change(pt_entry_t pte, bool cached) in pte_cached_change() argument 353 pte |= (cached ? MIPS3_PG_CACHED : MIPS3_PG_UNCACHED); in pte_cached_change() 392 const bool cached = (flags & PMAP_NOCACHE) == 0 in pte_make_enter() local 415 } else if (cached == false) { in pte_make_enter()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man7/ |
| H A D | EVP_PKEY.pod | 70 L<EVP_PKEY_get0_RSA(3)> is a cached copy of the key. Changes to the cached 121 the key data that the cached keys came from is the "origin", and since 194 cached copy of the provider key in legacy form. Once the cached copy is created 196 the cached legacy copy. Similarly changes made to the cached legacy copy are not
|
| /netbsd-src/external/bsd/am-utils/dist/m4/macros/ |
| H A D | cache_check_dynamic.m4 | 16 echo $ECHO_N "(cached) $ECHO_C" 1>&AS_MESSAGE_FD([]) 18 dnl echo $ac_n "(cached) $ac_c" 1>&AS_MESSAGE_FD([])
|
| /netbsd-src/external/gpl3/autoconf/dist/tests/ |
| H A D | base.at | 354 AT_CHECK([grep 'must contain _cv_ to be cached' stderr], [], [ignore]) 367 # Print a message saying that the result was cached, iff it was cached. 369 AT_CHECK([grep 'cached' stdout], [1]) 371 AT_CHECK([grep 'cached.*yes it is set' stdout], [], [ignore]) 375 AT_CHECK([grep 'cached' stdout], [1]) 379 AT_CHECK([grep 'some other variable.*cached.*true' stdout], [], [ignore]) 383 AT_CHECK([grep 'cached.*override' stdout], [], [ignore]) 446 AT_CHECK([grep 'true.*works.*cached.*yes' stdout], [], [ignore]) 483 AT_CHECK([grep 'whether true.*works.*cached' stdout], [], [ignore])
|