Home
last modified time | relevance | path

Searched refs:two (Results 1 – 25 of 1733) sorted by relevance

12345678910>>...70

/freebsd-13.1/tools/tools/iso/
H A Dcheck-iso3166.pl35 $old{$two}{two} = $two;
65 $new1{$two}{two} = $two;
93 $new2{$two}{two} = $two;
102 …print "In old but not new1: $old{$two}{two}\t$old{$two}{three}\t$old{$two}{number}\t$old{$two}{nam…
117 …print "In new1 but not old: $new1{$two}{two}\t$new1{$two}{three}\t$new1{$two}{number}\t$new1{$two}…
137 if ($old{$two}{two} ne $new1{$two}{two} ||
138 $old{$two}{three} ne $new1{$two}{three} ||
139 $old{$two}{number} ne $new1{$two}{number} ||
141 print "In old : $old{$two}{two}\t$old{$two}{three}\t$old{$two}{number}\t$old{$two}{name}\n";
142 print "In new1: $new1{$two}{two}\t$new1{$two}{three}\t$new1{$two}{number}\t$new1{$two}{name}\n";
[all …]
/freebsd-13.1/contrib/bmake/unit-tests/
H A Dvarmod-subst.exp10 1 two 3 space
13 1 two 3 number sign
16 1 two 3 ampersand
17 1 two 3 apostrophe
20 1 two 3 asterisk
21 1 two 3 plus sign
22 1 two 3 comma
25 1 two 3 solidus
26 1 two 3 digit
27 1 two 3 colon
[all …]
H A Dvarmod-sysv.mk53 .if ${one two:L:${:Uone}=${:U1}} != "1 two"
141 .if ${one two:L:o%=a%w} != "anew two"
146 .if ${one two:L:=X} != "oneX twoX"
151 .if ${one two:L:o=X} != "one twX"
156 .if ${one two:L:o=} != "one tw"
162 .if ${one two:L:o=%} != "one tw%"
168 .if ${one two:L:%o=X} != "one X"
174 .if ${one two:L:o%=X} != "X two"
180 .if ${one two oe oxen:L:o%e=X} != "X two X oxen"
191 .if ${one two:L:%=%%} != "one% two%"
[all …]
H A Ddir.mk9 all: {one,two,three}
19 .if target({one,two,three})
22 .if ${.ALLTARGETS:M{one,two,three}} != "{one,two,three}"
28 two:
88 .PHONY: one two three four five six
H A Dvarmod-select-words.exp106 LIST:S/ /,/="one two three four five six"
111 LIST:C/ /,/="one two three four five six"
116 LIST:tW="one two three four five six"
117 LIST:tw="one two three four five six"
121 LIST:tw:C/ /,/="one two three four five six"
122 LIST:tw:C/ /,/g="one two three four five six"
123 LIST:tw:C/ /,/1g="one two three four five six"
125 LIST:tW:tw:C/ /,/="one two three four five six"
H A Dvarcmd.mk29 @${.MAKE} -f ${MAKEFILE} FU=bar FOO+=goo two
31 two: show
38 .ifmake two
44 two: immutable
H A Ddeptgt-order.mk5 all one two three: .PHONY
7 two: one
9 three: two
/freebsd-13.1/contrib/sendmail/libsm/
H A Dt-strl.c30 int one, two, k; variable
97 SM_TEST(one == two);
101 SM_TEST(one == two);
105 SM_TEST(one == two);
109 SM_TEST(one == two);
113 SM_TEST(one == two);
117 SM_TEST(one == two);
121 SM_TEST(one == two);
130 SM_TEST(one == two);
132 two = sm_snprintf(dst2, 2, "%s", src1[0]);
[all …]
H A Db-strl.c68 long one, two;
133 printf("\tsm_strlcat() result: %ld seconds\n", two = toseconds(t2, t1));
135 if (one - two >= -2 && one - two <= 2)
174 printf("\tsm_strlcpy() result: %ld seconds\n", two = toseconds(t2, t1));
176 if (one - two >= -2 && one - two <= 2)
H A Db-strcmp.c54 long one, two; local
122 two = toseconds(t2, t1);
124 two, j);
126 if (abs(one - two) > 2)
/freebsd-13.1/tests/sys/netpfil/pf/
H A Dpfsync.sh54 vnet_mkjail two ${epair_two}a ${epair_sync}b
64 jexec two ifconfig ${epair_two}a 198.51.100.2/24 up
65 jexec two ifconfig ${epair_sync}b 192.0.2.2/24 up
66 jexec two ifconfig pfsync0 \
77 jexec two pfctl -e
78 pft_set_rules two \
199 vnet_mkjail two ${epair_two}a ${epair_sync}b
216 jexec two pfctl -e
217 pft_set_rules two \
231 jexec two ifconfig pfsync0 \
[all …]
/freebsd-13.1/usr.bin/ctags/test/
H A Dctags.test17 char qq[] = " quote(one,two) {int bar;} ";
38 multiple(one,two); \
40 callroute(one,two); \
50 routine1(one,two) /* comments here are fun... */
55 char two[10];
59 five(one,two);
61 routine2 (one,two) { puts("hello\n"); }
64 two) { puts("world\n"); }
65 routine4(int one, char (*two)(void)) /* test ANSI arguments */
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.relenum.d42 two enumerator
55 printf("zero = %d; one = %d; two = %d", zero, one, two);
61 /second < one || two > second || null == first/
64 printf("zero = %d; one = %d; two = %d", zero, one, two);
70 /first < two && second > one && one != two && zero != first/
/freebsd-13.1/lib/msun/src/
H A Ds_tanhf.c23 static const float one=1.0, two=2.0, huge = 1.0e30; variable
46 t = expm1f(two*fabsf(x)); in tanhf()
47 z = one - two/(t+two); in tanhf()
49 t = expm1f(-two*fabsf(x)); in tanhf()
50 z= -t/(t+two); in tanhf()
H A Ds_tanh.c46 static const double one = 1.0, two = 2.0, huge = 1.0e300; variable
69 t = expm1(two*fabs(x)); in tanh()
70 z = one - two/(t+two); in tanh()
72 t = expm1(-two*fabs(x)); in tanh()
73 z= -t/(t+two); in tanh()
/freebsd-13.1/tests/sys/net/
H A Dif_gif.sh52 vnet_mkjail two ${epair}b
53 jexec two ifconfig ${epair}b 192.0.2.2/24 up
54 gtwo=$(jexec two ifconfig gif create)
55 jexec two ifconfig $gtwo tunnel 192.0.2.2 192.0.2.1
56 jexec two ifconfig $gtwo inet 198.51.100.2/24 198.51.100.1 up
66 jexec two ping -c 1 198.51.100.1
/freebsd-13.1/contrib/libcbor/test/
H A Dcbor_serialize_test.c164 cbor_item_t *two = cbor_build_uint8(2); in test_serialize_definite_array() local
167 cbor_array_set(item, 1, two); in test_serialize_definite_array()
174 cbor_decref(&two); in test_serialize_definite_array()
180 cbor_item_t *two = cbor_build_uint8(2); in test_serialize_indefinite_array() local
183 cbor_array_push(item, two); in test_serialize_indefinite_array()
189 cbor_decref(&two); in test_serialize_indefinite_array()
195 cbor_item_t *two = cbor_build_uint8(2); in test_serialize_definite_map() local
197 cbor_map_add(item, (struct cbor_pair){.key = one, .value = two}); in test_serialize_definite_map()
205 cbor_decref(&two); in test_serialize_definite_map()
211 cbor_item_t *two = cbor_build_uint8(2); in test_serialize_indefinite_map() local
[all …]
/freebsd-13.1/bin/sh/tests/builtins/
H A Dread2.06 echo two
12 [ "$x" = two ])
21 echo two
28 [ "$x" = two ])
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Dfsl,audmix.txt3 The Audio Mixer is a on-chip functional module that allows mixing of two
4 audio streams into a single audio stream. Audio Mixer has two input serial
5 audio interfaces. These are driven by two Synchronous Audio interface
8 from two interfaces into a single sample. Before mixing, audio samples of
9 two inputs can be attenuated based on configuration. The output of the
20 Mixing operation is independent of audio sample rate but the two audio
37 DAIs. The current implementation requires two phandles
/freebsd-13.1/tests/sys/netinet/
H A Dcarp.sh170 vnet_mkjail two ${epair}b
171 jexec two sysctl net.inet.carp.preempt=1
172 jexec two ifconfig ${epair}b 192.0.2.2/24 up
173 jexec two ifconfig ${epair}b add vhid 1 192.0.2.254/24 \
177 wait_for_carp one ${epair}a two ${epair}b
179 if is_master one ${epair}a && is_master two ${epair}b
187 if is_master one ${epair}a && is_master two ${epair}b
/freebsd-13.1/contrib/ntp/lib/isc/tests/
H A Dqueue_test.c57 item_t one, two, three, four, five; in ATF_TC_BODY() local
65 item_init(&two, 2); in ATF_TC_BODY()
94 ATF_CHECK(! ISC_QLINK_LINKED(&two, qlink)); in ATF_TC_BODY()
95 ISC_QUEUE_PUSH(queue, &two, qlink); in ATF_TC_BODY()
96 ATF_CHECK(ISC_QLINK_LINKED(&two, qlink)); in ATF_TC_BODY()
/freebsd-13.1/contrib/kyua/integration/
H A Dcmd_config_test.sh71 test_suites.first.two = 2
75 test_suites.first.two = 2
79 test_suites.first.two
97 test_suites.first.two
109 test_suites.first.two = 2
114 test_suites.first.two = 2
120 test_suites.first.two \
147 test_suites.first.one test_suites.first.two \
/freebsd-13.1/contrib/libxo/tests/core/saved/
H A Dtest_09.E.out32 op open_leaf_list: [two] [] [0]
33 op string: [two] [two] [0x2000]
34 op close_leaf_list: [two] [] [0]
H A Dtest_09.X.out1 …m><item>bolt</item><item>water</item><total>six</total><one>one</one><two>two</two><three>three</t…
H A Dtest_09.XP.out25 <two>two</two>

12345678910>>...70