| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-m68851.h | 205 {"psac", two(0xf040, 0x0007), two(0xffc0, 0xffff), "@s"}, 206 {"psas", two(0xf040, 0x0006), two(0xffc0, 0xffff), "@s"}, 207 {"psbc", two(0xf040, 0x0001), two(0xffc0, 0xffff), "@s"}, 208 {"psbs", two(0xf040, 0x0000), two(0xffc0, 0xffff), "@s"}, 209 {"pscc", two(0xf040, 0x000f), two(0xffc0, 0xffff), "@s"}, 210 {"pscs", two(0xf040, 0x000e), two(0xffc0, 0xffff), "@s"}, 211 {"psgc", two(0xf040, 0x000d), two(0xffc0, 0xffff), "@s"}, 212 {"psgs", two(0xf040, 0x000c), two(0xffc0, 0xffff), "@s"}, 213 {"psic", two(0xf040, 0x000b), two(0xffc0, 0xffff), "@s"}, 214 {"psis", two(0xf040, 0x000a), two(0xffc0, 0xffff), "@s"}, [all …]
|
| /freebsd-12.1/tools/tools/iso/ |
| H A D | check-iso3166.pl | 35 $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-12.1/contrib/sendmail/libsm/ |
| H A D | t-strl.c | 30 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 D | 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)
|
| H A D | b-strcmp.c | 54 long one, two; local 122 two = toseconds(t2, t1); 124 two, j); 126 if (abs(one - two) > 2)
|
| /freebsd-12.1/usr.bin/ctags/test/ |
| H A D | 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-12.1/tests/sys/netpfil/pf/ |
| H A D | pfsync.sh | 23 vnet_mkjail two ${epair_two}a ${epair_sync}b 32 jexec two ifconfig ${epair_two}a 198.51.100.2/24 up 33 jexec two ifconfig ${epair_sync}b 192.0.2.2/24 up 34 jexec two ifconfig pfsync0 \ 44 jexec two pfctl -e 45 pft_set_rules two \ 56 if ! jexec two pfctl -s states | grep icmp | grep 198.51.100.1 | \
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/ |
| H A D | 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-12.1/lib/msun/src/ |
| H A D | s_tanhf.c | 23 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 D | s_tanh.c | 46 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()
|
| H A D | e_jnf.c | 29 two = 2.0000000000e+00, /* 0x40000000 */ variable 136 v = two/x; in __ieee754_jnf() 144 di -= two; in __ieee754_jnf() 152 di -= two; in __ieee754_jnf()
|
| /freebsd-12.1/bin/sh/tests/builtins/ |
| H A D | read2.0 | 6 echo two 12 [ "$x" = two ]) 21 echo two 28 [ "$x" = two ])
|
| /freebsd-12.1/contrib/bmake/unit-tests/ |
| H A D | varcmd.mk | 18 @${.MAKE} -f ${MAKEFILE} FU=bar FOO+=goo two 20 two: show 27 .ifmake two 33 two: immutable
|
| H A D | escape.exp | 47 … two\ spaces\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLt first\ line\ one\ tab\ on\ second\ … 51 VAR1BSNLss=:first line two spaces on second line: 53 VAR1BSNLtt=:first line two tabs on second line: 81 echo take two\\ 82 take two\
|
| /freebsd-12.1/contrib/ntp/lib/isc/tests/ |
| H A D | queue_test.c | 57 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-12.1/contrib/libxo/tests/core/saved/ |
| H A D | test_09.E.out | 32 op open_leaf_list: [two] [] [0] 33 op string: [two] [two] [0x2000] 34 op close_leaf_list: [two] [] [0]
|
| H A D | test_09.X.out | 1 …m><item>bolt</item><item>water</item><total>six</total><one>one</one><two>two</two><three>three</t…
|
| H A D | test_09.XP.out | 25 <two>two</two>
|
| H A D | test_02.J.out | 1 …two","three"],"works":null,"empty-tag":true,"t1":"1000","t2":"test5000","t3":"ten-longx","t4":"xte…
|
| H A D | test_02.JP.out | 54 "two", 67 "message": "two more errors" 73 "message": "two more warnings"
|
| H A D | test_02.T.out | 28 one two three 32 two more errors 34 two more warnings
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | ui-file.c | 538 struct ui_file *one, *two; member 544 struct ui_file *two, int close_two) in tee_file_new() argument 550 tee->two = two; in tee_file_new() 571 ui_file_delete (tee->two); in tee_file_delete() 584 tee->two->to_flush (tee->two); in tee_file_flush() 595 ui_file_write (tee->two, buf, length_buf); in tee_file_write() 606 tee->two->to_fputs (linebuffer, tee->two); in tee_file_fputs()
|
| /freebsd-12.1/contrib/dialog/samples/ |
| H A D | treeview2 | 19 tag2:two:off:1 27 tag12:1two:off:1 35 tag22:2two:off:1
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | darwin-ldouble-format | 4 Each long double is made up of two IEEE doubles. The value of the 5 long double is the sum of the values of the two parts (except for 26 There are four long doubles that represent zero, two that represent 27 +0.0 and two that represent -0.0. The sign of the high part is the 30 Likewise, there are four long doubles that represent infinities, two 31 for +Inf and two for -Inf.
|
| /freebsd-12.1/bin/sh/tests/parser/ |
| H A D | set-v1.0.stderr | 2 echo two >&2 3 two
|