| /freebsd-13-stable/tools/tools/iso/ |
| HD | check-iso3166.pl | 29 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-13-stable/contrib/bmake/unit-tests/ |
| HD | varmod-subst.exp | 9 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 …]
|
| HD | varmod-sysv.mk | 17 .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 …]
|
| HD | varmod-select-words.exp | 106 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"
|
| HD | dir.mk | 9 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
|
| HD | varcmd.mk | 29 @${.MAKE} -f ${MAKEFILE} FU=bar FOO+=goo two 31 two: show 38 .ifmake two 44 two: immutable
|
| HD | deptgt-order.mk | 5 all one two three: .PHONY 7 two: one 9 three: two
|
| /freebsd-13-stable/contrib/sendmail/libsm/ |
| HD | t-strl.c | 30 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 …]
|
| HD | b-strl.c | 68 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)
|
| HD | b-strcmp.c | 54 long one, two; local 122 two = toseconds(t2, t1); 124 two, j); 126 if (abs(one - two) > 2)
|
| /freebsd-13-stable/usr.bin/ctags/test/ |
| HD | ctags.test | 17 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-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/ |
| HD | tst.relenum.d | 42 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-stable/lib/msun/src/ |
| HD | s_tanhf.c | 21 static const float one=1.0, two=2.0, huge = 1.0e30; variable 44 t = expm1f(two*fabsf(x)); in tanhf() 45 z = one - two/(t+two); in tanhf() 47 t = expm1f(-two*fabsf(x)); in tanhf() 48 z= -t/(t+two); in tanhf()
|
| HD | s_tanh.c | 44 static const double one = 1.0, two = 2.0, huge = 1.0e300; variable 67 t = expm1(two*fabs(x)); in tanh() 68 z = one - two/(t+two); in tanh() 70 t = expm1(-two*fabs(x)); in tanh() 71 z= -t/(t+two); in tanh()
|
| /freebsd-13-stable/tests/sys/net/ |
| HD | if_gif.sh | 51 vnet_mkjail two ${epair}b 52 jexec two ifconfig ${epair}b 192.0.2.2/24 up 53 gtwo=$(jexec two ifconfig gif create) 54 jexec two ifconfig $gtwo tunnel 192.0.2.2 192.0.2.1 55 jexec two ifconfig $gtwo inet 198.51.100.2/24 198.51.100.1 up 65 jexec two ping -c 1 198.51.100.1
|
| /freebsd-13-stable/bin/sh/tests/builtins/ |
| HD | read2.0 | 5 echo two 11 [ "$x" = two ]) 20 echo two 27 [ "$x" = two ])
|
| /freebsd-13-stable/crypto/libecc/src/examples/basic/ |
| HD | nn_miller_rabin.c | 51 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-13-stable/sys/contrib/device-tree/Bindings/sound/ |
| D | fsl,audmix.txt | 3 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-stable/contrib/libcbor/test/ |
| HD | cbor_serialize_test.c | 276 cbor_item_t *two = cbor_build_uint8(2); in test_serialize_definite_array() local 279 assert_true(cbor_array_set(item, 1, two)); in test_serialize_definite_array() 287 cbor_decref(&two); in test_serialize_definite_array() 312 cbor_item_t *two = cbor_build_uint8(2); in test_serialize_indefinite_array() local 315 assert_true(cbor_array_push(item, two)); in test_serialize_indefinite_array() 322 cbor_decref(&two); in test_serialize_indefinite_array() 328 cbor_item_t *two = cbor_build_uint8(2); in test_serialize_definite_map() local 330 assert_true(cbor_map_add(item, (struct cbor_pair){.key = one, .value = two})); in test_serialize_definite_map() 331 assert_true(cbor_map_add(item, (struct cbor_pair){.key = two, .value = one})); in test_serialize_definite_map() 339 cbor_decref(&two); in test_serialize_definite_map() [all …]
|
| /freebsd-13-stable/tests/sys/netinet/ |
| HD | carp.sh | 171 vnet_mkjail two ${epair}b 172 jexec two sysctl net.inet.carp.preempt=1 173 jexec two ifconfig ${epair}b 192.0.2.2/24 up 174 jexec two ifconfig ${epair}b add vhid 1 192.0.2.254/24 \ 178 wait_for_carp one ${epair}a two ${epair}b 180 if is_master one ${epair}a && is_master two ${epair}b 188 if is_master one ${epair}a && is_master two ${epair}b
|
| /freebsd-13-stable/tests/sys/netpfil/pf/ |
| HD | pfsync.sh | 53 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 \ 88 if ! jexec two pfctl -s states | grep icmp | grep 198.51.100.1 | \ 199 vnet_mkjail two ${epair_two}a ${epair_sync}b 208 jexec two ifconfig ${epair_two}a 198.51.100.2/24 up 209 jexec two ifconfig ${epair_sync}b 192.0.2.2/24 up [all …]
|
| /freebsd-13-stable/contrib/kyua/integration/ |
| HD | cmd_config_test.sh | 71 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-stable/contrib/libxo/tests/core/saved/ |
| HD | test_09.E.out | 32 op open_leaf_list: [two] [] [0] 33 op string: [two] [two] [0x2000] 34 op close_leaf_list: [two] [] [0]
|
| HD | test_09.X.out | 1 …m><item>bolt</item><item>water</item><total>six</total><one>one</one><two>two</two><three>three</t…
|
| HD | test_09.XP.out | 25 <two>two</two>
|