Searched refs:seen (Results 1 - 25 of 287) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dcompact-eh-err1.l2 .*:20: Error: .cfi_inline_lsda seen for frame without .cfi_lsda
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dinferior-died.exp55 set seen 0
58 incr seen
59 if {$seen < 3} {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dinferior-died.exp55 set seen 0
58 incr seen
59 if {$seen < 3} {
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Dattr-arch-directive-1.s1 # .arch directives override previous attributes before instructions are seen.
H A Dattr-arch-directive-3.s1 # .arch directives merge attributes after instructions are seen.
H A Dattr-arch-directive-2.s2 # are seen, but not after.
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Dcheck-sve-md.awk35 if ($0 in seen || seen2 > 0)
54 seen[$0] = 1
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dcheck-sve-md.awk35 if ($0 in seen || seen2 > 0)
54 seen[$0] = 1
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dissuid.c136 int seen = 0; local
146 seen |= 1;
149 seen |= 2;
161 seen |= 4;
164 seen |= 8;
176 if (seen == 15)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dstepi-random-signal.exp86 set seen 0
91 set seen 1
100 if {$seen} {
H A Dlinux-dp.exp276 upvar $seen_name seen
287 if {[info exists seen($data)]} {
291 set seen($data) yep
331 catch {unset seen}
332 array set seen {}
334 if [check_philosopher_stack $i seen] {
338 unset seen
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dstepi-random-signal.exp86 set seen 0
92 set seen 1
101 if {$seen} {
H A Dlinux-dp.exp276 upvar $seen_name seen
287 if {[info exists seen($data)]} {
291 set seen($data) yep
331 catch {unset seen}
332 array set seen {}
334 if [check_philosopher_stack $i seen] {
338 unset seen
/netbsd-current/sys/kern/
H A Dsubr_acl_nfs4.c143 mode_t old_mode = *_mode, mode = 0, seen = 0; local
166 ((seen & S_IRUSR) == 0)) {
167 seen |= S_IRUSR;
172 ((seen & S_IWUSR) == 0)) {
173 seen |= S_IWUSR;
178 ((seen & S_IXUSR) == 0)) {
179 seen |= S_IXUSR;
185 ((seen & S_IRGRP) == 0)) {
186 seen |= S_IRGRP;
191 ((seen
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dfilename-seen-cache.c1 /* Filename-seen cache for the GNU debugger, GDB.
21 #include "filename-seen-cache.h"
36 /* See filename-seen-cache.h. */
44 /* See filename-seen-cache.h. */
51 /* See filename-seen-cache.h. */
54 filename_seen_cache::seen (const char *file) function in class:filename_seen_cache
H A Dfilename-seen-cache.h1 /* Filename-seen cache for the GNU debugger, GDB.
26 /* Cache to watch for file names already seen. */
44 bool seen (const char *file);
62 /* Table of files seen so far. */
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dfilename-seen-cache.c1 /* Filename-seen cache for the GNU debugger, GDB.
21 #include "filename-seen-cache.h"
36 /* See filename-seen-cache.h. */
44 /* See filename-seen-cache.h. */
47 filename_seen_cache::seen (const char *file) function in class:filename_seen_cache
H A Dfilename-seen-cache.h1 /* Filename-seen cache for the GNU debugger, GDB.
27 /* Cache to watch for file names already seen. */
44 bool seen (const char *file);
62 /* Table of files seen so far. */
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dcpcompletion.exp27 set seen {}
34 lappend seen $method
39 foreach got [lsort $seen] have $matches {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dcpcompletion.exp27 set seen {}
34 lappend seen $method
39 foreach got [lsort $seen] have $matches {
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dmpx-16bit.s6 bad16: # 16-bit addressing mode seen by the disassembler
/netbsd-current/external/gpl3/gcc/dist/contrib/header-tools/
H A Dshow-headers12 seen = { }
44 # rtl.h mimics coretypes for GENERATOR FILES, remove if coretypes.h seen.
64 if seen.get(inc) == None:
65 seen[inc] = 1
71 seen[inc] += 1
72 if (seen[inc] == 2):
74 output.append (padding[:indent*tabstop] + bname + " ("+str(seen[inc])+")" + arrow)
/netbsd-current/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dshow-headers12 seen = { }
44 # rtl.h mimics coretypes for GENERATOR FILES, remove if coretypes.h seen.
64 if seen.get(inc) == None:
65 seen[inc] = 1
71 seen[inc] += 1
72 if (seen[inc] == 2):
74 output.append (padding[:indent*tabstop] + bname + " ("+str(seen[inc])+")" + arrow)
/netbsd-current/games/hack/
H A Ddef.rm.h111 unsigned seen:1; member in struct:rm
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_testutils.h37 int seen; member in struct:regress_dns_server_table

Completed in 202 milliseconds

1234567891011>>