Home
last modified time | relevance | path

Searched refs:cache (Results 1 – 25 of 829) sorted by relevance

12345678910>>...34

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_quarantine_test.cpp37 static void DeallocateCache(Cache *cache) { in DeallocateCache() argument
38 while (QuarantineBatch *batch = cache->DequeueBatch()) in DeallocateCache()
77 Cache cache; in TEST() local
79 cache.MergeBatches(&to_deallocate); in TEST()
86 Cache cache; in TEST() local
87 cache.Enqueue(cb, kFakePtr, kBlockSize); in TEST()
88 ASSERT_EQ(kBlockSize + sizeof(QuarantineBatch), cache.Size()); in TEST()
91 cache.MergeBatches(&to_deallocate); in TEST()
94 ASSERT_EQ(kBlockSize + sizeof(QuarantineBatch), cache.Size()); in TEST()
99 DeallocateCache(&cache); in TEST()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsparc64obsd-tdep.c144 struct sparc_frame_cache *cache; in sparc64obsd_frame_cache() local
150 cache = sparc_frame_cache (next_frame, this_cache); in sparc64obsd_frame_cache()
151 gdb_assert (cache == *this_cache); in sparc64obsd_frame_cache()
155 if (cache->pc == 0) in sparc64obsd_frame_cache()
157 cache->pc = frame_pc_unwind (next_frame); in sparc64obsd_frame_cache()
158 cache->pc &= ~(sparc64obsd_page_size - 1); in sparc64obsd_frame_cache()
162 cache->frameless_p = 0; in sparc64obsd_frame_cache()
164 cache->base = addr; in sparc64obsd_frame_cache()
169 addr = cache->base + BIAS + 128 + 16; in sparc64obsd_frame_cache()
170 cache->saved_regs = sparc64nbsd_sigcontext_saved_regs (addr, next_frame); in sparc64obsd_frame_cache()
[all …]
H A Dsparc64-sol2-tdep.c55 struct sparc_frame_cache *cache; in sparc64_sol2_sigtramp_frame_cache() local
62 cache = sparc_frame_cache (next_frame, this_cache); in sparc64_sol2_sigtramp_frame_cache()
63 gdb_assert (cache == *this_cache); in sparc64_sol2_sigtramp_frame_cache()
65 cache->saved_regs = trad_frame_alloc_saved_regs (next_frame); in sparc64_sol2_sigtramp_frame_cache()
70 regnum = (cache->frameless_p ? SPARC_O2_REGNUM : SPARC_I2_REGNUM); in sparc64_sol2_sigtramp_frame_cache()
73 cache->saved_regs[SPARC64_CCR_REGNUM].addr = mcontext_addr + 0 * 8; in sparc64_sol2_sigtramp_frame_cache()
74 cache->saved_regs[SPARC64_PC_REGNUM].addr = mcontext_addr + 1 * 8; in sparc64_sol2_sigtramp_frame_cache()
75 cache->saved_regs[SPARC64_NPC_REGNUM].addr = mcontext_addr + 2 * 8; in sparc64_sol2_sigtramp_frame_cache()
76 cache->saved_regs[SPARC64_Y_REGNUM].addr = mcontext_addr + 3 * 8; in sparc64_sol2_sigtramp_frame_cache()
77 cache->saved_regs[SPARC64_ASI_REGNUM].addr = mcontext_addr + 19 * 8; in sparc64_sol2_sigtramp_frame_cache()
[all …]
H A Dsparc-sol2-tdep.c80 struct sparc_frame_cache *cache; in sparc32_sol2_sigtramp_frame_cache() local
87 cache = sparc_frame_cache (next_frame, this_cache); in sparc32_sol2_sigtramp_frame_cache()
88 gdb_assert (cache == *this_cache); in sparc32_sol2_sigtramp_frame_cache()
90 cache->saved_regs = trad_frame_alloc_saved_regs (next_frame); in sparc32_sol2_sigtramp_frame_cache()
95 regnum = (cache->frameless_p ? SPARC_O2_REGNUM : SPARC_I2_REGNUM); in sparc32_sol2_sigtramp_frame_cache()
98 cache->saved_regs[SPARC32_PSR_REGNUM].addr = mcontext_addr + 0 * 4; in sparc32_sol2_sigtramp_frame_cache()
99 cache->saved_regs[SPARC32_PC_REGNUM].addr = mcontext_addr + 1 * 4; in sparc32_sol2_sigtramp_frame_cache()
100 cache->saved_regs[SPARC32_NPC_REGNUM].addr = mcontext_addr + 2 * 4; in sparc32_sol2_sigtramp_frame_cache()
101 cache->saved_regs[SPARC32_Y_REGNUM].addr = mcontext_addr + 3 * 4; in sparc32_sol2_sigtramp_frame_cache()
106 cache->saved_regs[regnum].addr = addr; in sparc32_sol2_sigtramp_frame_cache()
[all …]
H A Dm88k-tdep.c530 struct m88k_frame_cache *cache) in m88k_analyze_prologue() argument
535 if (cache == NULL) in m88k_analyze_prologue()
540 cache = alloca (sizeof (struct m88k_frame_cache)); in m88k_analyze_prologue()
541 cache->saved_regs = alloca (sizeof_saved_regs); in m88k_analyze_prologue()
544 cache->saved_regs[M88K_R1_REGNUM].addr = -1; in m88k_analyze_prologue()
545 cache->fp_offset = -1; in m88k_analyze_prologue()
562 if (cache->fp_offset != -1 in m88k_analyze_prologue()
563 && cache->saved_regs[M88K_R1_REGNUM].addr != -1) in m88k_analyze_prologue()
571 if (cache->sp_offset == 0) in m88k_analyze_prologue()
579 cache->saved_regs[regnum].addr = offset; in m88k_analyze_prologue()
[all …]
H A Dsparc64fbsd-tdep.c81 struct sparc_frame_cache *cache; in sparc64fbsd_sigtramp_frame_cache() local
89 cache = sparc_frame_cache (next_frame, this_cache); in sparc64fbsd_sigtramp_frame_cache()
90 gdb_assert (cache == *this_cache); in sparc64fbsd_sigtramp_frame_cache()
92 cache->saved_regs = trad_frame_alloc_saved_regs (next_frame); in sparc64fbsd_sigtramp_frame_cache()
103 cache->saved_regs[SPARC64_FPRS_REGNUM].addr = addr + 0 * 8; in sparc64fbsd_sigtramp_frame_cache()
104 cache->saved_regs[SPARC64_FSR_REGNUM].addr = addr + 1 * 8; in sparc64fbsd_sigtramp_frame_cache()
109 cache->saved_regs[SPARC64_NPC_REGNUM].addr = addr + 0 * 8; in sparc64fbsd_sigtramp_frame_cache()
110 cache->saved_regs[SPARC64_PC_REGNUM].addr = addr + 1 * 8; in sparc64fbsd_sigtramp_frame_cache()
111 cache->saved_regs[SPARC64_STATE_REGNUM].addr = addr + 2 * 8; in sparc64fbsd_sigtramp_frame_cache()
112 cache->saved_regs[SPARC64_Y_REGNUM].addr = addr + 4 * 8; in sparc64fbsd_sigtramp_frame_cache()
[all …]
H A Dxstormy16-tdep.c312 struct xstormy16_frame_cache *cache, in xstormy16_analyze_prologue() argument
321 cache->saved_regs[E_PC_REGNUM] = 0; in xstormy16_analyze_prologue()
322 cache->framesize = xstormy16_pc_size; in xstormy16_analyze_prologue()
337 cache->saved_regs[regnum] = cache->framesize; in xstormy16_analyze_prologue()
338 cache->framesize += xstormy16_reg_size; in xstormy16_analyze_prologue()
344 cache->framesize += ((inst & 0x0030) >> 4) + 1; in xstormy16_analyze_prologue()
350 cache->framesize += (inst & 0x00f0) >> 4; in xstormy16_analyze_prologue()
356 cache->framesize += inst2; in xstormy16_analyze_prologue()
362 cache->uses_fp = 1; in xstormy16_analyze_prologue()
384 cache->saved_regs[regnum] = cache->framesize + offset; in xstormy16_analyze_prologue()
[all …]
H A Dm68k-tdep.c482 struct m68k_frame_cache *cache; in m68k_alloc_frame_cache() local
485 cache = FRAME_OBSTACK_ZALLOC (struct m68k_frame_cache); in m68k_alloc_frame_cache()
488 cache->base = 0; in m68k_alloc_frame_cache()
489 cache->sp_offset = -4; in m68k_alloc_frame_cache()
490 cache->pc = 0; in m68k_alloc_frame_cache()
495 cache->saved_regs[i] = -1; in m68k_alloc_frame_cache()
498 cache->locals = -1; in m68k_alloc_frame_cache()
500 return cache; in m68k_alloc_frame_cache()
511 struct m68k_frame_cache *cache) in m68k_analyze_frame_setup() argument
522 cache->saved_regs[M68K_FP_REGNUM] = 0; in m68k_analyze_frame_setup()
[all …]
H A Dsparcobsd-tdep.c73 struct sparc_frame_cache *cache; in sparc32obsd_frame_cache() local
79 cache = sparc_frame_cache (next_frame, this_cache); in sparc32obsd_frame_cache()
80 gdb_assert (cache == *this_cache); in sparc32obsd_frame_cache()
84 if (cache->pc == 0) in sparc32obsd_frame_cache()
86 cache->pc = frame_pc_unwind (next_frame); in sparc32obsd_frame_cache()
87 cache->pc &= ~(sparc32obsd_page_size - 1); in sparc32obsd_frame_cache()
91 cache->frameless_p = 0; in sparc32obsd_frame_cache()
93 cache->base = addr; in sparc32obsd_frame_cache()
96 cache->saved_regs = sparc32nbsd_sigcontext_saved_regs (next_frame); in sparc32obsd_frame_cache()
98 return cache; in sparc32obsd_frame_cache()
[all …]
H A Dsparc-linux-tdep.c163 struct sparc_frame_cache *cache; in sparc32_linux_sigtramp_frame_cache() local
170 cache = sparc32_frame_cache (next_frame, this_cache); in sparc32_linux_sigtramp_frame_cache()
171 gdb_assert (cache == *this_cache); in sparc32_linux_sigtramp_frame_cache()
175 cache->base = frame_unwind_register_unsigned (next_frame, regnum); in sparc32_linux_sigtramp_frame_cache()
191 cache->pc = addr; in sparc32_linux_sigtramp_frame_cache()
193 cache->saved_regs = trad_frame_alloc_saved_regs (next_frame); in sparc32_linux_sigtramp_frame_cache()
195 cache->saved_regs[SPARC32_PSR_REGNUM].addr = sigcontext_addr + 0; in sparc32_linux_sigtramp_frame_cache()
196 cache->saved_regs[SPARC32_PC_REGNUM].addr = sigcontext_addr + 4; in sparc32_linux_sigtramp_frame_cache()
197 cache->saved_regs[SPARC32_NPC_REGNUM].addr = sigcontext_addr + 8; in sparc32_linux_sigtramp_frame_cache()
198 cache->saved_regs[SPARC32_Y_REGNUM].addr = sigcontext_addr + 12; in sparc32_linux_sigtramp_frame_cache()
[all …]
H A Dm32r-linux-tdep.c228 struct m32r_frame_cache *cache; in m32r_linux_sigtramp_frame_cache() local
234 cache = FRAME_OBSTACK_ZALLOC (struct m32r_frame_cache); in m32r_linux_sigtramp_frame_cache()
235 (*this_cache) = cache; in m32r_linux_sigtramp_frame_cache()
236 cache->saved_regs = trad_frame_alloc_saved_regs (next_frame); in m32r_linux_sigtramp_frame_cache()
238 cache->base = frame_unwind_register_unsigned (next_frame, M32R_SP_REGNUM); in m32r_linux_sigtramp_frame_cache()
239 sigcontext_addr = cache->base + 4; in m32r_linux_sigtramp_frame_cache()
241 cache->pc = frame_pc_unwind (next_frame); in m32r_linux_sigtramp_frame_cache()
242 addr = m32r_linux_sigtramp_start (cache->pc, next_frame); in m32r_linux_sigtramp_frame_cache()
247 addr = m32r_linux_rt_sigtramp_start (cache->pc, next_frame); in m32r_linux_sigtramp_frame_cache()
253 cache->pc = addr; in m32r_linux_sigtramp_frame_cache()
[all …]
H A Damd64-tdep.c703 amd64_init_frame_cache (struct amd64_frame_cache *cache) in amd64_init_frame_cache() argument
708 cache->base = 0; in amd64_init_frame_cache()
709 cache->sp_offset = -8; in amd64_init_frame_cache()
710 cache->pc = 0; in amd64_init_frame_cache()
715 cache->saved_regs[i] = -1; in amd64_init_frame_cache()
716 cache->saved_sp = 0; in amd64_init_frame_cache()
719 cache->frameless_p = 1; in amd64_init_frame_cache()
727 struct amd64_frame_cache *cache; in amd64_alloc_frame_cache() local
729 cache = FRAME_OBSTACK_ZALLOC (struct amd64_frame_cache); in amd64_alloc_frame_cache()
730 amd64_init_frame_cache(cache); in amd64_alloc_frame_cache()
[all …]
H A Dvax-tdep.c317 struct vax_frame_cache *cache; in vax_frame_cache() local
326 cache = FRAME_OBSTACK_ZALLOC (struct vax_frame_cache); in vax_frame_cache()
327 cache->saved_regs = trad_frame_alloc_saved_regs (next_frame); in vax_frame_cache()
330 cache->base = frame_unwind_register_unsigned (next_frame, VAX_FP_REGNUM); in vax_frame_cache()
331 if (cache->base == 0) in vax_frame_cache()
332 return cache; in vax_frame_cache()
336 mask = get_frame_memory_unsigned (next_frame, cache->base + 4, 4) >> 16; in vax_frame_cache()
339 cache->saved_regs[VAX_PC_REGNUM].addr = cache->base + 16; in vax_frame_cache()
340 cache->saved_regs[VAX_FP_REGNUM].addr = cache->base + 12; in vax_frame_cache()
341 cache->saved_regs[VAX_AP_REGNUM].addr = cache->base + 8; in vax_frame_cache()
[all …]
H A Di386-tdep.c309 struct i386_frame_cache *cache; in i386_alloc_frame_cache() local
312 cache = FRAME_OBSTACK_ZALLOC (struct i386_frame_cache); in i386_alloc_frame_cache()
315 cache->base = 0; in i386_alloc_frame_cache()
316 cache->sp_offset = -4; in i386_alloc_frame_cache()
317 cache->pc = 0; in i386_alloc_frame_cache()
322 cache->saved_regs[i] = -1; in i386_alloc_frame_cache()
323 cache->saved_sp = 0; in i386_alloc_frame_cache()
324 cache->pc_in_eax = 0; in i386_alloc_frame_cache()
327 cache->locals = -1; in i386_alloc_frame_cache()
329 return cache; in i386_alloc_frame_cache()
[all …]
H A Dia64-tdep.c995 struct ia64_frame_cache *cache; in ia64_alloc_frame_cache() local
998 cache = FRAME_OBSTACK_ZALLOC (struct ia64_frame_cache); in ia64_alloc_frame_cache()
1001 cache->base = 0; in ia64_alloc_frame_cache()
1002 cache->pc = 0; in ia64_alloc_frame_cache()
1003 cache->cfm = 0; in ia64_alloc_frame_cache()
1004 cache->prev_cfm = 0; in ia64_alloc_frame_cache()
1005 cache->sof = 0; in ia64_alloc_frame_cache()
1006 cache->sol = 0; in ia64_alloc_frame_cache()
1007 cache->sor = 0; in ia64_alloc_frame_cache()
1008 cache->bsp = 0; in ia64_alloc_frame_cache()
[all …]
H A Dppcobsd-tdep.c194 struct trad_frame_cache *cache; in ppcobsd_sigtramp_frame_cache() local
203 cache = trad_frame_cache_zalloc (next_frame); in ppcobsd_sigtramp_frame_cache()
204 *this_cache = cache; in ppcobsd_sigtramp_frame_cache()
209 return cache; in ppcobsd_sigtramp_frame_cache()
222 trad_frame_set_reg_addr (cache, regnum, addr); in ppcobsd_sigtramp_frame_cache()
224 trad_frame_set_reg_addr (cache, tdep->ppc_lr_regnum, addr); in ppcobsd_sigtramp_frame_cache()
226 trad_frame_set_reg_addr (cache, tdep->ppc_cr_regnum, addr); in ppcobsd_sigtramp_frame_cache()
228 trad_frame_set_reg_addr (cache, tdep->ppc_xer_regnum, addr); in ppcobsd_sigtramp_frame_cache()
230 trad_frame_set_reg_addr (cache, tdep->ppc_ctr_regnum, addr); in ppcobsd_sigtramp_frame_cache()
232 trad_frame_set_reg_addr (cache, PC_REGNUM, addr); /* SRR0? */ in ppcobsd_sigtramp_frame_cache()
[all …]
H A Dsparc64nbsd-tdep.c159 struct sparc_frame_cache *cache; in sparc64nbsd_sigcontext_frame_cache() local
165 cache = sparc_frame_cache (next_frame, this_cache); in sparc64nbsd_sigcontext_frame_cache()
166 gdb_assert (cache == *this_cache); in sparc64nbsd_sigcontext_frame_cache()
170 if (cache->pc == 0) in sparc64nbsd_sigcontext_frame_cache()
172 cache->pc = sparc64nbsd_sigtramp_start; in sparc64nbsd_sigcontext_frame_cache()
176 cache->frameless_p = 0; in sparc64nbsd_sigcontext_frame_cache()
178 cache->base = addr; in sparc64nbsd_sigcontext_frame_cache()
183 addr = cache->base + BIAS + 128 + 8; in sparc64nbsd_sigcontext_frame_cache()
184 cache->saved_regs = sparc64nbsd_sigcontext_saved_regs (addr, next_frame); in sparc64nbsd_sigcontext_frame_cache()
186 return cache; in sparc64nbsd_sigcontext_frame_cache()
[all …]
H A Dlibunwind-frame.c131 struct libunwind_frame_cache *cache; in libunwind_frame_cache() local
139 cache = FRAME_OBSTACK_ZALLOC (struct libunwind_frame_cache); in libunwind_frame_cache()
141 cache->func_addr = frame_func_unwind (next_frame); in libunwind_frame_cache()
158 unw_init_remote_p (&cache->cursor, as, next_frame); in libunwind_frame_cache()
159 unw_step_p (&cache->cursor); in libunwind_frame_cache()
163 ret = unw_get_reg_p (&cache->cursor, uw_sp_regnum, &fp); in libunwind_frame_cache()
167 cache->base = (CORE_ADDR)fp; in libunwind_frame_cache()
169 *this_cache = cache; in libunwind_frame_cache()
170 return cache; in libunwind_frame_cache()
224 struct libunwind_frame_cache *cache = in libunwind_frame_this_id() local
[all …]
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/
H A Dcache.t26 my $infile = catfile('t', 'cache.pod');
32 is(-f $cachefile, undef, "No cache file to start");
33 is(-f $tcachefile, undef, "No cache file to start");
43 open(my $cache, '<', $cachefile) or die "Cannot open cache file: $!";
44 chomp(my $podpath = <$cache>);
45 chomp(my $podroot = <$cache>);
46 close $cache;
50 # test cache contents
59 open($cache, '<', $tcachefile) or die "Cannot open cache file: $!";
60 chomp($podpath = <$cache>);
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp49 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc() argument
52 if (cache == 0) { in RawInternalAlloc()
57 return internal_allocator()->Allocate(cache, size, alignment); in RawInternalAlloc()
61 InternalAllocatorCache *cache) { in RawInternalRealloc() argument
63 if (cache == 0) { in RawInternalRealloc()
68 return internal_allocator()->Reallocate(cache, ptr, size, alignment); in RawInternalRealloc()
71 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree() argument
72 if (!cache) { in RawInternalFree()
76 internal_allocator()->Deallocate(cache, ptr); in RawInternalFree()
86 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, uptr alignment) { in InternalAlloc() argument
[all …]
H A Dsanitizer_allocator_combined.h44 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment) { in Allocate() argument
69 res = cache->Allocate(&primary_, primary_.ClassID(size)); in Allocate()
89 void Deallocate(AllocatorCache *cache, void *p) { in Deallocate() argument
92 cache->Deallocate(&primary_, primary_.GetSizeClass(p), p); in Deallocate()
97 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() argument
100 return Allocate(cache, new_size, alignment); in Reallocate()
102 Deallocate(cache, p); in Reallocate()
108 void *new_p = Allocate(cache, new_size, alignment); in Reallocate()
111 Deallocate(cache, p); in Reallocate()
155 void InitCache(AllocatorCache *cache) { in InitCache() argument
[all …]
/openbsd-src/sys/arch/mips64/mips64/
H A Dcache_loongson2.c57 #define cache(op,set,addr) \ macro
123 cache(IndexInvalidate_I, 0, sva); in Loongson2_SyncCache()
130 cache(IndexWBInvalidate_D, 0, sva); in Loongson2_SyncCache()
131 cache(IndexWBInvalidate_D, 1, sva); in Loongson2_SyncCache()
132 cache(IndexWBInvalidate_D, 2, sva); in Loongson2_SyncCache()
133 cache(IndexWBInvalidate_D, 3, sva); in Loongson2_SyncCache()
140 cache(IndexWBInvalidate_S, 0, sva); in Loongson2_SyncCache()
141 cache(IndexWBInvalidate_S, 1, sva); in Loongson2_SyncCache()
142 cache(IndexWBInvalidate_S, 2, sva); in Loongson2_SyncCache()
143 cache(IndexWBInvalidate_S, 3, sva); in Loongson2_SyncCache()
[all …]
/openbsd-src/sys/kern/
H A Dvfs_bio.c91 long targetpages; /* target number of pages for cache size */
92 long buflowpages; /* smallest size cache allowed */
93 long bufhighpages; /* largest size cache allowed */
184 * Set the base backoff level for the buffer cache. We will in bufinit()
231 * water mark for pages in the buffer cache. This ensures we in bufinit()
267 * Shrinking the cache happens here only if someone has manually in bufadjust()
277 * or if we are getting low on buffer cache kva. in bufadjust()
287 * Back off "size" buffer cache pages. Called by the page
288 * daemon to consume buffer cache pages rather than scanning.
300 * try to steal it from the high memory buffer cache in bufbackoff()
1470 struct bufcache *cache = &cleancache[cachenum]; bufcache_getcleanbuf() local
1554 struct bufcache *cache = &cleancache[DMA_CACHE]; bufcache_recover_dmapages() local
1691 struct bufcache *cache = &cleancache[bp->cache]; bufcache_take() local
1714 chillbufs(struct bufcache * cache,struct bufqueue * queue,int64_t * queuepages) chillbufs() argument
1752 struct bufcache *cache = &cleancache[bp->cache]; bufcache_release() local
[all...]
/openbsd-src/gnu/llvm/llvm/utils/Reviewing/
H A Dfind_interesting_reviews.py217 def update_cached_info(phab, cache, phab_query, order, record_results, argument
224 most_recent_info, oldest_info = record_results(cache, results, phab)
228 cache.write_cache_to_disk()
236 (cache.oldest_info is None or
237 datetime.fromtimestamp(cache.oldest_info) > oldest_info_to_fetch)
241 datetime.fromtimestamp(cache.oldest_info)
242 if cache.oldest_info is not None else None,
245 (cache.most_recent_info is None or
246 cache.most_recent_info < most_recent_info)
249 .format(need_more_newer_data, cache.most_recent_info,
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/
H A Dconfigure19 cache_file=./config.cache
87 -cache-file | --cache-file | --cache-fil | --cache-fi \
88 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
90 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
91 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
142 --cache-file=FILE cache test results in FILE
929 -cache-file | --cache-file | --cache-fil | --cache-fi \
930 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
932 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
933 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
[all …]

12345678910>>...34