Searched refs:both (Results 1 - 25 of 1323) sorted by relevance

1234567891011>>

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_289.c10 both(void) function
H A Dmsg_245.c27 example(tag_and_typedef_typedef both, argument
32 sink_bool(&both == &only_tag);
34 sink_bool(&both == &only_typedef);
36 sink_bool(&both == &unnamed);
H A Dmsg_135.c93 * C99 6.7.2.1p14 and C23 6.7.2.1p18 both state that a "pointer to a union
101 union both { union
104 } *both; local
106 both = (union both *)&align_4;
107 both = (union both *)&align_8;
108 return both->p_align_8;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Dptid-selftests.c44 static constexpr ptid_t both = ptid_t (1, 2, 2); variable
58 static_assert (both.pid () == 1, "both's pid is right");
65 static_assert (both.lwp_p (), "both's lwp_p is right");
72 static_assert (both.lwp () == 2, "both's lwp is right");
79 static_assert (both.tid_p (), "both's tid_p is right");
86 static_assert (both
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dptid-selftests.c44 static constexpr ptid_t both = ptid_t (1, 2, 2); variable
58 static_assert (both.pid () == 1, "both's pid is right");
65 static_assert (both.lwp_p (), "both's lwp_p is right");
72 static_assert (both.lwp () == 2, "both's lwp is right");
79 static_assert (both.tid_p (), "both's tid_p is right");
86 static_assert (both
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/m68k/
H A Dmcf-wdebug.s1 # Check that gas recognizes both wdebug and wdebug.l.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mt/
H A Dmisc.s1 ; Check that register names, both upper and lower case work and that
/netbsd-current/lib/libwrap/
H A Deval.c113 static char both[2 * STRING_LENGTH]; local
121 (void)snprintf(both, sizeof both, "%s@%s", request->user, hostinfo);
122 return (both);
133 static char both[2 * STRING_LENGTH]; local
138 (void)snprintf(both, sizeof both, "%s@%s", daemon, host);
139 return (both);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/alpha/
H A Delf-reloc-2.l4 .*:8: Error: both insns for !gpdisp!4 must be in the same section
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-pdp11/
H A Dimagic.d2 # nm sort alphabetically since both _start and _data are 0
H A Dimagicz.d2 # nm sort alphabetically since both _start and _data are 0
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Ddefined2.d6 # Matching both A and T accounts for formats that can't tell a .text
H A Ddefined3.d7 # The ellipsis account for target-specific symbols. Matching both A and T
/netbsd-current/usr.bin/make/unit-tests/
H A Dcond-cmp-string.exp5 make: "cond-cmp-string.mk" line 118: Comparison with '<' requires both operands 'string' and 'string' to be numeric
6 make: "cond-cmp-string.mk" line 126: Comparison with '<=' requires both operands 'string' and 'string' to be numeric
7 make: "cond-cmp-string.mk" line 134: Comparison with '>' requires both operands 'string' and 'string' to be numeric
8 make: "cond-cmp-string.mk" line 142: Comparison with '>=' requires both operands 'string' and 'string' to be numeric
H A Dcond-cmp-numeric.exp2 make: "cond-cmp-numeric.mk" line 15: Comparison with '>' requires both operands 'INF' and '1e100' to be numeric
4 make: "cond-cmp-numeric.mk" line 21: Comparison with '>' requires both operands 'NaN' and 'NaN' to be numeric
12 make: "cond-cmp-numeric.mk" line 54: Comparison with '<' requires both operands '123 ' and '124' to be numeric
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/z8k/
H A Deidi.s5 ei both
6 di both
/netbsd-current/external/bsd/compiler_rt/lib/clang/lib/netbsd/
H A Dsyms.mk5 .if !make(install) # allow both .a and .a.syms to be installed
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/msp430/
H A Dnop-dint.s3 ;;; Test for NOP warnings when disabling interrupts, which are common to both
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D19-mac-then-encrypt.conf7 test-2 = 2-disable-encrypt-then-mac-both-sha
10 test-5 = 5-disable-encrypt-then-mac-both-sha2
63 [2-disable-encrypt-then-mac-both-sha]
64 ssl_conf = 2-disable-encrypt-then-mac-both-sha-ssl
66 [2-disable-encrypt-then-mac-both-sha-ssl]
67 server = 2-disable-encrypt-then-mac-both-sha-server
68 client = 2-disable-encrypt-then-mac-both-sha-client
70 [2-disable-encrypt-then-mac-both-sha-server]
76 [2-disable-encrypt-then-mac-both-sha-client]
139 [5-disable-encrypt-then-mac-both
[all...]
H A D22-compression.conf5 test-0 = 0-tlsv1_3-both-compress
9 test-4 = 4-tlsv1_2-both-compress
15 [0-tlsv1_3-both-compress]
16 ssl_conf = 0-tlsv1_3-both-compress-ssl
18 [0-tlsv1_3-both-compress-ssl]
19 server = 0-tlsv1_3-both-compress-server
20 client = 0-tlsv1_3-both-compress-client
22 [0-tlsv1_3-both-compress-server]
28 [0-tlsv1_3-both-compress-client]
115 [4-tlsv1_2-both
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmips16e2-mt-err.s2 # error with a MIPS16e2 MT ASE instruction, which requires both at a time.
H A Dxpa-virt-err.s3 # both at a time.
/netbsd-current/external/bsd/libuuid_ul/lib/libuuid_ul/
H A Dlibuuid_ul-rename.mk6 # so that both the libuuid_ul build and fontconfig can find them.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dsection10.s21 # Test both together, with a quoted type value.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-avr/
H A Drelax-elf-flags-04.d1 #name: AVR, check link-relax flag is clear on partial link (both files)

Completed in 163 milliseconds

1234567891011>>