/freebsd/usr.bin/diff3/tests/ |
H A D | long-m.txt | 2 These lines are the same in all three files 3 These lines are the same in all three files 5 These lines are the same in all three files 6 These lines are the same in all three files 7 These lines are the same in all three files 9 These lines are the same in all three files 10 These lines are the same in all three files 12 These lines are the same in all three files 13 These lines are the same in all three files 14 These lines are the same in all three files [all …]
|
H A D | long-y.txt | 2 These lines are the same in all three files 3 These lines are the same in all three files 5 These lines are the same in all three files 6 These lines are the same in all three files 7 These lines are the same in all three files 9 These lines are the same in all three files 10 These lines are the same in all three files 12 These lines are the same in all three files 13 These lines are the same in all three files 14 These lines are the same in all three files [all …]
|
H A D | long-o.txt | 2 These lines are the same in all three files 3 These lines are the same in all three files 5 These lines are the same in all three files 6 These lines are the same in all three files 7 These lines are the same in all three files 9 These lines are the same in all three files 10 These lines are the same in all three files 12 These lines are the same in all three files 13 These lines are the same in all three files 14 These lines are the same in all three files [all …]
|
H A D | long-merge.out | 2 These lines are the same in all three files 3 These lines are the same in all three files 5 These lines are the same in all three files 6 These lines are the same in all three files 7 These lines are the same in all three files 9 These lines are the same in all three files 10 These lines are the same in all three files 16 These lines are the same in all three files 17 These lines are the same in all three files 18 These lines are the same in all three files [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-select-words.exp | 117 LIST:[ -1.. +3]="six five four three" 118 LIST:S/ /,/="one two three four five six" 119 LIST:S/ /,/W="one,two three four five six" 123 LIST:C/ /,/="one two three four five six" 124 LIST:C/ /,/W="one,two three four five six" 128 LIST:tW="one two three four five six" 129 LIST:tw="one two three four five six" 130 LIST:tW:C/ /,/="one,two three four five six" 133 LIST:tw:C/ /,/="one two three four five six" 134 LIST:tw:C/ /,/g="one two three four five six" [all …]
|
H A D | depsrc-wait.mk | 9 @${MAKE} -r -f ${MAKEFILE} three-by-three 34 .if make(three-by-three) 38 three-by-three: .WAIT 3a1 3a2 3a3 .WAIT 3b1 3b2 3b3 .WAIT 3c1 3c2 3c3 .WAIT
|
H A D | deptgt-order.mk | 5 all one two three: .PHONY 9 three: two 15 .ORDER: three one 19 all: three
|
H A D | dir.mk | 11 all: {one,two,three} 21 .if target({one,two,three}) 24 .if ${.ALLTARGETS:M{one,two,three}} != "{one,two,three}" 32 three: 90 .PHONY: one two three four five six
|
H A D | varmod-no-match.mk | 8 .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"
|
H A D | deptgt-order.exp | 1 Parsing deptgt-order.mk:15: .ORDER: three one 2 ParseDependency(.ORDER: three one) 9 : 'Making three out of two.'
|
H A D | meta-ignore.inc | 15 all: one two three 27 DESC.three= Skip .MAKE.META.${TEST} - check-ignore is out of date 30 .ORDER: one two three 31 one two three: .MAKE setup
|
H A D | varcmd.mk | 36 @${.MAKE} -f ${MAKEFILE} three 38 three: show
|
/freebsd/tools/tools/iso/ |
H A D | check-iso3166.pl | 30 my $three = $2; 35 $old{$two}{three} = $three; 60 my $three = $3; 65 $new1{$two}{three} = $three; 137 $old{$two}{three} ne $new1{$two}{three} ||
|
/freebsd/contrib/libcbor/test/ |
H A D | array_test.c | 120 cbor_item_t *three = cbor_build_uint8(3); in test_array_replace() local 122 assert_size_equal(cbor_refcount(three), 1); in test_array_replace() 125 assert_false(cbor_array_replace(array, 0, three)); in test_array_replace() 126 assert_size_equal(cbor_refcount(three), 1); in test_array_replace() 135 assert_false(cbor_array_replace(array, 2, three)); in test_array_replace() 136 assert_size_equal(cbor_refcount(three), 1); in test_array_replace() 139 assert_true(cbor_array_replace(array, 0, three)); in test_array_replace() 141 assert_size_equal(cbor_refcount(three), 2); in test_array_replace() 146 cbor_decref(&three); in test_array_replace()
|
/freebsd/bin/sh/tests/builtins/ |
H A D | read2.0 | 6 echo three 13 [ "$x" = three ] 21 echo three 29 [ "$x" = three ]
|
/freebsd/contrib/libxo/tests/core/saved/ |
H A D | test_09.XP.out | 26 <three>three</three>
|
H A D | test_09.X.out | 1 …m><item>water</item><total>six</total><one>one</one><two>two</two><three>three</three></contents><…
|
H A D | test_09.J.out | 1 …"gum","rope","ladder","bolt","water"],"total":"six","one":"one", "two": ["two"],"three":"three"}}}}
|
H A D | test_09.JP.out | 35 "three": "three"
|
H A D | test_09.JPu.out | 35 "three": "three"
|
/freebsd/contrib/dialog/samples/ |
H A D | treeview2 | 20 tag3:three:on:2 28 tag13:1three:on:2 36 tag23:2three:on:2
|
/freebsd/bin/sh/tests/parser/ |
H A D | set-v1.0.stderr | 4 echo three >&2 5 three
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.lquantzero.d | 57 @three[i] = lquantize(0, 0, 20, 1, incr); 76 printa(@three);
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.linkpriv.ksh | 48 DTRACE_PROBE3(test_prov, three, 4, 5, 7); 59 probe three(uintptr_t, uintptr_t, uintptr_t);
|
H A D | tst.linkunpriv.ksh | 50 DTRACE_PROBE3(test_prov, three, 4, 5, 7); 61 probe three(uintptr_t, uintptr_t, uintptr_t);
|