/freebsd/contrib/pjdfstest/tests/truncate/ |
H A D | 08.t | 27 expect EPERM truncate ${n0} 123 30 expect 0 truncate ${n0} 123 31 expect 123 stat ${n0} size 36 expect 0 truncate ${n0} 123 37 expect 123 stat ${n0} size 44 expect EPERM truncate ${n0} 123 48 expect 0 truncate ${n0} 123 49 expect 123 stat ${n0} size 56 expect EPERM truncate ${n0} 123 59 expect 0 truncate ${n0} 123 [all …]
|
/freebsd/contrib/pjdfstest/tests/ftruncate/ |
H A D | 08.t | 27 expect EPERM truncate ${n0} 123 30 expect 0 truncate ${n0} 123 31 expect 123 stat ${n0} size 36 expect 0 truncate ${n0} 123 37 expect 123 stat ${n0} size 44 expect EPERM truncate ${n0} 123 48 expect 0 truncate ${n0} 123 49 expect 123 stat ${n0} size 56 expect EPERM truncate ${n0} 123 59 expect 0 truncate ${n0} 123 [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.clv | 85 echo 123 >foo1 86 $awk -v x=123 'BEGIN { print x }' >foo2 89 echo 123 >foo1 90 $awk -vx=123 'BEGIN { print x }' >foo2 93 echo 123 abc 10.99 >foo1 94 $awk -v x=123 -v y=abc -v z1=10.99 'BEGIN { print x, y, z1 }' >foo2 97 echo 123 abc 10.99 >foo1 98 $awk -vx=123 -vy=abc -vz1=10.99 'BEGIN { print x, y, z1 }' >foo2 101 echo 123 abc 10.99 >foo1 102 $awk -v x=123 -v y=abc -v z1=10.99 -- 'BEGIN { print x, y, z1 }' >foo2 [all …]
|
/freebsd/contrib/libucl/tests/basic/ |
H A D | load.res | 2 key1 = " 123\n 321\\n \n"; 4 123 9 123 12 key4 = "123\\n 321\\\\n"; 13 key5 = "123\n 321\\n"; 14 key6 = " 123\\n 321\\\\n \\n"; 15 key7 = "123\\n 321\\\\n"; 16 key8 = 123; 17 key9 = 123;
|
/freebsd/contrib/one-true-awk/bugs-fixed/ |
H A D | inf-nan-torture.ok | 7 7 -123 -123 9 9 123 123 10 10 +123 123
|
H A D | inf-nan-torture.in | 1 -inf -inform inform -nan -nancy nancy -123 0 123 +123 nancy +nancy +nan inform +inform +inf
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | cond-cmp-numeric.exp | 7 CondParser_Eval: 123 ! 123 8 make: "cond-cmp-numeric.mk" line 38: Malformed conditional '123 ! 123' 9 CondParser_Eval: ${:U 123} < 124 12 make: "cond-cmp-numeric.mk" line 54: Comparison with '<' requires both operands '123 ' and '124' to…
|
H A D | cond-cmp-numeric.mk | 37 # expect+1: Malformed conditional '123 ! 123' 38 .if 123 ! 123 46 .if ${:U 123} < 124 53 # expect+1: Comparison with '<' requires both operands '123 ' and '124' to be numeric
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 15-test_rsaoaep.t | 51 '-pkeyopt', 'oaep-label:123', 64 '-pkeyopt', 'oaep-label:123', 76 '-pkeyopt', 'oaep-label:123', 86 '-pkeyopt', 'oaep-label:123', 99 '-pkeyopt', 'oaep-label:123', 110 '-pkeyopt', 'oaep-label:123', 122 '-pkeyopt', 'oaep-label:123', 134 '-pkeyopt', 'oaep-label:123', 146 '-pkeyopt', 'oaep-label:123', 155 '-pkeyopt', 'oaep-label:123',
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx95-clock.h | 176 #define IMX95_CLK_SEL_EXT (IMX95_CCM_NUM_CLK_SRC + 123 + 0) 177 #define IMX95_CLK_SEL_A55C0 (IMX95_CCM_NUM_CLK_SRC + 123 + 1) 178 #define IMX95_CLK_SEL_A55C1 (IMX95_CCM_NUM_CLK_SRC + 123 + 2) 179 #define IMX95_CLK_SEL_A55C2 (IMX95_CCM_NUM_CLK_SRC + 123 + 3) 180 #define IMX95_CLK_SEL_A55C3 (IMX95_CCM_NUM_CLK_SRC + 123 + 4) 181 #define IMX95_CLK_SEL_A55C4 (IMX95_CCM_NUM_CLK_SRC + 123 + 5) 182 #define IMX95_CLK_SEL_A55C5 (IMX95_CCM_NUM_CLK_SRC + 123 + 6) 183 #define IMX95_CLK_SEL_A55P (IMX95_CCM_NUM_CLK_SRC + 123 + 7) 184 #define IMX95_CLK_SEL_DRAM (IMX95_CCM_NUM_CLK_SRC + 123 + 8) 185 #define IMX95_CLK_SEL_TEMPSENSE (IMX95_CCM_NUM_CLK_SRC + 123 + 9)
|
/freebsd/usr.sbin/pw/tests/ |
H A D | pw_usermod_test.sh | 34 atf_check -s exit:0 ${PW} useradd test -c "Test User,home,123,456" 35 atf_check -s exit:0 ${PW} usermod test -c "Test User,work,123,456" 36 atf_check -s exit:0 -o match:"^test:.*:Test User,work,123,456:" \ 37 grep "^test:.*:Test User,work,123,456:" $HOME/master.passwd 45 atf_check -s exit:0 ${PW} useradd test -c "Test User,home,123,456" 46 atf_check -s exit:0 -o match:"^test:.*:Test User,work,123,456:" \ 47 ${PW} usermod test -c "Test User,work,123,456" -N 48 atf_check -s exit:0 -o match:"^test:.*:Test User,home,123,456:" \ 49 grep "^test:.*:Test User,home,123,456:" $HOME/master.passwd 59 ${PW} usermod test -c "Test User,work,123:456,456" [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/multiaggs/ |
H A D | tst.zero.d.out | 2 123 123 0 10 123 123 0 33 123 123 0
|
H A D | tst.zero2.d.out | 2 123 123 0 16 123 123 0 50 123 123 0
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/ |
H A D | tst.uints.d.out | 2 123 3 123 4 123 5 123
|
H A D | tst.uints.d | 42 printf("%u\n", (uchar_t)123); 43 printf("%u\n", (ushort_t)123); 44 printf("%u\n", (ulong_t)123); 45 printf("%u\n", (u_longlong_t)123);
|
H A D | tst.flags.d.out | 4 - 123 5 + +123 6 123
|
/freebsd/contrib/netbsd-tests/usr.bin/tr/ |
H A D | t_basic.sh | 74 atf_check -o inline:'.\n' -x 'echo aAzZ.123 | tr -d '"'[:alnum:]'" 75 atf_check -o inline:'.123\n' -x 'echo aAzZ.123 | tr -d '"'[:alpha:]'" 78 atf_check -o inline:'aAzZ.\n' -x 'echo aAzZ.123 | tr -d '"'[:digit:]'" 79 atf_check -o inline:' \n' -x 'echo "a z.123" | tr -d '"'[:graph:]'" 80 atf_check -o inline:'AZ.123\n' -x 'echo aAzZ.123 | tr -d '"'[:lower:]'" 81 atf_check -o inline:'\n' -x 'echo aAzZ.123 | tr -d '"'[:print:]'" 84 atf_check -o inline:'az.123\n' -x 'echo aAzZ.123 | tr -d '"'[:upper:]'" 85 atf_check -o inline:'zZ.\n' -x 'echo aAzZ.123 | tr -d '"'[:xdigit:]'"
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/assocs/ |
H A D | tst.cpyarray.d | 45 a["abc", 123] = 123; 50 this->x = a["abc", 123]++; 56 this->x = a["abc", 123]++; 62 this->x = a["abc", 123]++;
|
/freebsd/usr.bin/printf/tests/ |
H A D | regress.sh | 7 REGRESSION_TEST(`d', `printf "%d,%5d,%.5d,%0*d,%.*d\n" 123 123 123 5 123 5 123')
|
/freebsd/contrib/kyua/utils/logging/ |
H A D | operations_test.cpp | 58 logging::log(logging::level_info, "file", 123, "A message"); in ATF_TEST_CASE_BODY() 60 datetime::set_mock_now(2011, 2, 21, 18, 10, 2, 123); in ATF_TEST_CASE_BODY() 70 logging::log(logging::level_info, "file", 123, "A message"); in ATF_TEST_CASE_BODY() 72 logging::log(logging::level_info, "file", 123, "A message"); in ATF_TEST_CASE_BODY() 74 datetime::set_mock_now(2011, 2, 21, 18, 15, 2, 123); in ATF_TEST_CASE_BODY() 79 logging::log(logging::level_info, "file", 123, "A message"); in ATF_TEST_CASE_BODY() 100 datetime::set_mock_now(2011, 2, 21, 18, 10, 2, 123); in ATF_TEST_CASE_BODY() 133 logging::log(logging::level_debug, "file", 123, "Debug message"); in ATF_TEST_CASE_BODY() 135 logging::log(logging::level_debug, "file", 123, "Debug message 2"); in ATF_TEST_CASE_BODY() 145 (F("20110221-182000 D %s file:123: Debug message") % pid).str(), line); in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/lib/libnv/tests/ |
H A D | dnv_tests.cc | 58 key = "123"; in ATF_TEST_CASE_BODY() 62 ATF_REQUIRE_EQ(dnvlist_get_bool(nvl, "123", true), true); in ATF_TEST_CASE_BODY() 97 key = "123"; in ATF_TEST_CASE_BODY() 138 key = "123"; in ATF_TEST_CASE_BODY() 183 key = "123"; in ATF_TEST_CASE_BODY() 233 key = "123"; in ATF_TEST_CASE_BODY() 292 ATF_REQUIRE_EQ(dnvlist_take_bool(nvl, "123", false), false); in ATF_TEST_CASE_BODY() 336 ATF_REQUIRE_EQ(dnvlist_take_number(nvl, "123", 126484), 126484); in ATF_TEST_CASE_BODY() 387 actual_val = dnvlist_take_string(nvl, "123", default_val); in ATF_TEST_CASE_BODY() 443 actual_val = dnvlist_take_nvlist(nvl, "123", NULL); in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/tests/sys/netpfil/common/ |
H A D | nat.sh | 74 "ipfw -q nat 123 config if ${epair_host_nat}b" \ 75 "ipfw -q add 1000 nat 123 all from any to any" \ 184 "ipfw -q nat 123 config if ${epair_host_nat}b unreg_cgn port_alias 2000-2999" \ 186 "ipfw -q add 1000 nat 123 all from any to 198.51.100.2 2000-2999 in via ${epair_host_nat}b" \ 188 "ipfw -q add 3000 nat 123 all from 100.64.0.2 to any out via ${epair_host_nat}b" \ 193 "ipfw -q nat 123 config if ${epair_host_nat}b unreg_cgn" \ 194 "ipfw -q add 1000 nat 123 all from any to any"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/quota/ |
H A D | quota_006_neg.ksh | 59 typeset invalid_size="123! @456 7#89 0\$ abc123% 123%s 12%s3 %c123 123%d %x123 12%p3 \ 63 quota_fp_size=${quota_integer_size}.123
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.negquant.d.out | 5 1 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@| -123 17 -1 @@@@@| -123 18 0 @@@@@| -123 25 1 |@@@@@@@@@@@@@ 123
|
H A D | tst.neglquant.d.out | 5 1 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@| -123 16 < 0 @@@@@| -123 17 0 @@@@@| -123 24 1 |@@@@@@@@@@@@@ 123
|