Home
last modified time | relevance | path

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

12345678910>>...81

/freebsd/tools/tools/iso/
H A Dcheck-iso3166.pl29 my $two = $1;
34 $old{$two}{two} = $two;
35 $old{$two}{three} = $three;
36 $old{$two}{number} = $number;
37 $old{$two}{name} = $name;
59 my $two = $2;
64 $new1{$two}{two} = $two;
65 $new1{$two}{three} = $three;
66 $new1{$two}{number} = $number;
67 $new1{$two}{name} = $name;
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-subst.exp9 1 two 3 horizontal tabulator
10 1 two 3 space
11 1 two 3 exclamation mark
12 1 two 3 quotation mark
13 1 two 3 number sign
14 1 two 3 dollar sign
15 1 two 3 percent sign
16 1 two 3 ampersand
17 1 two 3 apostrophe
18 1 two 3 left parenthesis
[all …]
H A Dvarmod-sysv.mk17 .if ${one.c two.c three.c:L:.c=.o} != "one.o two.o three.o"
41 .if ${one two three:L:%=(%)} != "(one) (two) (three)"
53 .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"
[all …]
H A Dvarmod-no-match.mk8 .if ${:U one two three :Ntwo} != "one three"
14 .if ${:U one two three four six :Nt*} != "one four six"
30 .if ${:U one two three :N} != "one two three"
33 .if ${:U one two three :M*} != "one two three"
50 .if ${:U two :None:Ntwo:Nthree} != ""
73 .if ${:U two :None:Ntwo:Nthree}
90 .if !empty(:U two :None:Ntwo:Nthree)
H A Ddir.mk11 all: {one,two,three}
21 .if target({one,two,three})
24 .if ${.ALLTARGETS:M{one,two,three}} != "{one,two,three}"
30 two:
90 .PHONY: one two three four five six
H A Dvarcmd.mk33 @${.MAKE} -f ${MAKEFILE} FU=bar FOO+=goo two
35 two: show
42 .ifmake two
48 two: immutable
H A Ddeptgt-order.mk5 all one two three: .PHONY
7 two: one
9 three: two
H A Dvarmod-to-separator.mk6 WORDS= one two three four five six
68 .if ${WORDS:ts:S/two/2/} != "one2threefourfivesix"
73 .if ${WORDS:S/two/2/:ts} != "one2threefourfivesix"
79 .if ${WORDS:ts/:S/two/2/} != "one/2/three/four/five/six"
86 .if ${WORDS:ts/:S/^two/2/} != "one/two/three/four/five/six"
/freebsd/tests/sys/net/
H A Dif_gif.sh49 vnet_mkjail two ${epair}b
50 jexec two ifconfig ${epair}b 192.0.2.2/24 up
51 gtwo=$(jexec two ifconfig gif create)
52 jexec two ifconfig $gtwo tunnel 192.0.2.2 192.0.2.1
53 jexec two ifconfig $gtwo inet 198.51.100.2/24 198.51.100.1 up
63 jexec two ping -c 1 198.51.100.1
91 vnet_mkjail two ${epair}b
92 jexec two ifconfig ${epair}b 192.0.2.2/24 up
93 gtwo=$(jexec two ifconfig gif create)
94 jexec two ifconfig $gtwo tunnel 192.0.2.2 192.0.2.1
[all …]
H A Dif_stf.sh146 vnet_mkjail two ${epair}b
147 jexec two ifconfig lo0 up
148 jexec two ifconfig ${epair}b 192.0.2.2/24 up
149 stf_two=$(jexec two ifconfig stf create)
150 jexec two ifconfig $stf_two stfv4br 192.0.2.3
151 jexec two ifconfig $stf_two stfv4net 192.0.2.2/32
152 jexec two ifconfig $stf_two inet6 2001:db8:c000:0202::1/32 up
153 jexec two route -6 add default -interface $stf_two
163 jexec two ping6 -c 1 2001:db8:c000:0201::1
169 jexec two ifconfig $stf_two inet6 2001:db8:c000:0202::1 delete
[all …]
H A Dif_bridge_test.sh547 vnet_mkjail two ${epair}b
550 jexec two sysctl net.link.gif.max_nesting=2
553 jexec two ifconfig ${epair}b 192.0.2.2/24 up
557 gif_two=$(jexec two ifconfig gif create)
561 jexec two ifconfig ${gif_two} tunnel 192.0.2.2 192.0.2.1
562 jexec two ifconfig ${gif_two} up
565 bridge_two=$(jexec two ifconfig bridge create)
568 jexec two ifconfig ${bridge_two} 198.51.100.2/24 up
569 jexec two ifconfig ${bridge_two} addm ${gif_two}
585 jexec two ifconfig ${epair}b mtu 1000
[all …]
/freebsd/tests/sys/netpfil/pf/
H A Dpfsync.sh53 vnet_mkjail two ${epair_two}a ${epair_sync}b
63 jexec two ifconfig ${epair_two}a 198.51.100.2/24 up
64 jexec two ifconfig ${epair_sync}b 192.0.2.2/24 up
65 jexec two ifconfig pfsync0 \
76 jexec two pfctl -e
77 pft_set_rules two \
90 if ! jexec two pfctl -s states | grep icmp | grep 198.51.100.1 | \
95 if ! jexec two pfctl -sc | grep ""${hostid_one}"";
97 jexec two pfctl -sc
211 vnet_mkjail two ${epair_two}a ${epair_sync}b
[all …]
/freebsd/contrib/sendmail/libsm/
H A Dt-strl.c30 int one, two, k; variable
96 two = sm_snprintf(dst2, sizeof dst2, "%s/%s", src1[0], src1[1]);
97 SM_TEST(one == two);
100 two = sm_snprintf(dst2, 10, "%s/%s", src1[0], src1[1]);
101 SM_TEST(one == two);
104 two = sm_snprintf(dst2, 5, "%s/%s", src1[0], src1[1]);
105 SM_TEST(one == two);
108 two = sm_snprintf(dst2, 0, "%s/%s", src1[0], src1[1]);
109 SM_TEST(one == two);
112 two = sm_snprintf(dst2, sizeof dst2, "%s/%s/%s", src1[0], src1[1], src1[2]);
[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)
/freebsd/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/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/lib/msun/src/
H A Ds_tanhf.c20 static const float one=1.0, two=2.0, huge = 1.0e30; variable
43 t = expm1f(two*fabsf(x)); in tanhf()
44 z = one - two/(t+two); in tanhf()
46 t = expm1f(-two*fabsf(x)); in tanhf()
47 z= -t/(t+two); in tanhf()
H A Ds_tanh.c42 static const double one = 1.0, two = 2.0, huge = 1.0e300; variable
65 t = expm1(two*fabs(x)); in tanh()
66 z = one - two/(t+two); in tanh()
68 t = expm1(-two*fabs(x)); in tanh()
69 z= -t/(t+two); in tanh()
/freebsd/tests/sys/net/if_ovpn/
H A Dif_ovpn.sh791 two=$(vnet_mkepair)
799 ifconfig ${two}a up
800 ifconfig ${bridge} addm ${two}a
806 vnet_mkjail two ${two}b
807 jexec two ifconfig ${two}b 192.0.2.3/24 up
808 jexec two ifconfig lo0 127.0.0.1/8 up
809 jexec two ifconfig lo0 inet alias 203.0.113.1/24
813 atf_check -s exit:0 -o ignore jexec two ping -c 1 192.0.2.1
861 ovpn_start two "
882 atf_check -s exit:0 -o ignore jexec two ping -c 3 198.51.100.1
[all …]
/freebsd/tests/sys/netinet/
H A Dcarp.sh177 vnet_mkjail ${j}two ${epair_one}b
184 atf_check ifconfig -j ${j}two ${epair_one}b 198.51.100.2/25 up
185 atf_check -o ignore route -j ${j}two -n add default 198.51.100.1
196 atf_check -o ignore jexec ${j}two \
200 atf_check ifconfig -j ${j}two ${epair_one}b add vhid 1 \
206 wait_for_carp ${j}two ${epair_one}b \
209 if is_master ${j}two ${epair_one}b ; then
225 ifconfig -j ${j}two ${epair_one}b vhid 1 advskew 2
227 ifconfig -j ${j}two ${epair_one}b
480 vnet_mkjail two ${epair}b
[all …]
/freebsd/bin/sh/tests/builtins/
H A Dread2.05 echo two
11 [ "$x" = two ])
20 echo two
27 [ "$x" = two ])
/freebsd/crypto/libecc/src/examples/basic/
H A Dnn_miller_rabin.c51 nn s, q, r, d, a, y, j, one, two, tmp; in miller_rabin() local
53 one.magic = two.magic = tmp.magic = WORD(0); in miller_rabin()
68 ret = nn_init(&two, 0); EG(ret, err); in miller_rabin()
77 ret = nn_set_word_value(&two, WORD(2)); EG(ret, err); in miller_rabin()
94 ret = nn_cmp(n, &two, &cmp); EG(ret, err); in miller_rabin()
103 ret = nn_cmp(&tmp, &two, &cmp); EG(ret, err); in miller_rabin()
124 ret = nn_divrem(&q, &d, &r, &two); EG(ret, err); in miller_rabin()
140 ret = nn_cmp(&a, &two, &cmp); EG(ret, err); in miller_rabin()
143 ret = nn_cmp(&a, &two, &cmp); EG(ret, err); in miller_rabin()
219 nn_uninit(&two); in miller_rabin()
/freebsd/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/contrib/libcbor/test/
H A Dcbor_serialize_test.c305 cbor_item_t* two = cbor_build_uint8(2); in test_serialize_definite_array() local
308 assert_true(cbor_array_set(item, 1, two)); in test_serialize_definite_array()
316 cbor_decref(&two); in test_serialize_definite_array()
341 cbor_item_t* two = cbor_build_uint8(2); in test_serialize_indefinite_array() local
344 assert_true(cbor_array_push(item, two)); in test_serialize_indefinite_array()
351 cbor_decref(&two); in test_serialize_indefinite_array()
357 cbor_item_t* two = cbor_build_uint8(2); in test_serialize_definite_map() local
359 assert_true(cbor_map_add(item, (struct cbor_pair){.key = one, .value = two})); in test_serialize_definite_map()
360 assert_true(cbor_map_add(item, (struct cbor_pair){.key = two, .value = one})); in test_serialize_definite_map()
368 cbor_decref(&two); in test_serialize_definite_map()
[all …]
/freebsd/crypto/krb5/src/plugins/hostrealm/test/
H A Dmain.c95 char **list = NULL, *one = NULL, *two = NULL; in multi_defrealm() local
101 two = strdup("two"); in multi_defrealm()
102 if (two == NULL) in multi_defrealm()
108 list[1] = two; in multi_defrealm()
115 free(two); in multi_defrealm()

12345678910>>...81