/freebsd/contrib/kyua/store/ |
H A D | layout_test.cpp | 66 atf::utils::create_file(base + "20140614-194515-123456.db", ""); in ATF_TEST_CASE_BODY() 67 ATF_REQUIRE_EQ(base + "20140614-194515-123456.db", in ATF_TEST_CASE_BODY() 71 ATF_REQUIRE_EQ(base + "20140614-194515-123456.db", in ATF_TEST_CASE_BODY() 100 atf::utils::create_file(base1 + "20140614-194515-123456.db", ""); in ATF_TEST_CASE_BODY() 101 ATF_REQUIRE_EQ(base1 + "20140614-194515-123456.db", in ATF_TEST_CASE_BODY() 105 ATF_REQUIRE_EQ(base1 + "20140614-194515-123456.db", in ATF_TEST_CASE_BODY() 146 atf::utils::create_file(base1 + "20140614-194515-123456.db", ""); in ATF_TEST_CASE_BODY() 147 ATF_REQUIRE_EQ(base1 + "20140614-194515-123456.db", in ATF_TEST_CASE_BODY() 151 ATF_REQUIRE_EQ(base1 + "20140614-194515-123456.db", in ATF_TEST_CASE_BODY() 174 atf::utils::create_file(base1 + "20140614-194515-123456.db", ""); in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpas_module_tests.c | 30 wpa_bssid_ignore_get(NULL, (u8 *) "123456") != NULL || in wpas_bssid_ignore_module_tests() 32 wpa_bssid_ignore_get(&wpa_s, (u8 *) "123456") != NULL) in wpas_bssid_ignore_module_tests() 36 wpa_bssid_ignore_add(NULL, (u8 *) "123456") == 0 || in wpas_bssid_ignore_module_tests() 41 wpa_bssid_ignore_del(NULL, (u8 *) "123456") == 0 || in wpas_bssid_ignore_module_tests() 43 wpa_bssid_ignore_del(&wpa_s, (u8 *) "123456") == 0) in wpas_bssid_ignore_module_tests()
|
/freebsd/lib/libutil/tests/ |
H A D | expand_number_test.c | 47 positive_tc("123456", 123456); in ATF_TC_BODY() 48 positive_tc("123456b", 123456); in ATF_TC_BODY()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_extattr_freebsd.c | 83 archive_entry_set_mtime(ae, 123456, 7890); in DEFINE_TEST() 98 archive_entry_xattr_add_entry(ae, "user.bar", "123456", 6); in DEFINE_TEST() 107 assertEqualInt(st.st_mtime, 123456); in DEFINE_TEST() 133 assertEqualString(buff, "123456"); in DEFINE_TEST()
|
H A D | test_write_disk_times.c | 49 archive_entry_set_atime(ae, 123456, 0); in DEFINE_TEST() 55 assertFileAtime("file1", 123456, 0); in DEFINE_TEST()
|
H A D | test_acl_platform_nfs4.c | 893 archive_entry_set_mtime(ae, 123456, 7890); in DEFINE_TEST() 904 archive_entry_set_mtime(ae, 123456, 7890); in DEFINE_TEST() 913 archive_entry_set_mtime(ae, 123456 + i, 7891 + i); in DEFINE_TEST() 926 assertEqualInt(st.st_mtime, 123456); in DEFINE_TEST() 964 assertEqualInt(st.st_mtime, 123456 + i); in DEFINE_TEST() 1004 assertEqualInt(st.st_mtime, 123456); in DEFINE_TEST()
|
H A D | test_archive_set_error.c | 45 test(a, 0, "123456"); in DEFINE_TEST()
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 20-test_passwd.t | 70 salt => 'rounds=123456$asaltof16chars..', 72 … expected => '$5$rounds=123456$asaltof16chars..$gP3VQ/6X7UUEW3HkBn2w1/Ptq2jxPyzV/cZKmF/wJvD' }, 78 salt => 'rounds=123456$asaltof16chars..', 80 …expected => '$6$rounds=123456$asaltof16chars..$BtCwjqMJGx5hrJhZywWvt0RLE8uZ4oPwcelCjmw2kSYu.Ec6ycU…
|
H A D | 20-test_dgst.t | 173 my @hmacdata = run(app(['openssl', 'dgst', '-sha256', '-hmac', '123456', 187 my @hmacdata = run(app(['openssl', 'dgst', '-hmac', '123456',
|
/freebsd/contrib/bc/tests/bc/ |
H A D | scale.txt | 7 scale(123456) 27 scale(.123456)
|
H A D | length.txt | 10 length(123456) 30 length(.123456)
|
/freebsd/usr.bin/iscsictl/ |
H A D | iscsi.conf.5 | 194 targetname = iqn.1900.com.com:sn.123456 199 targetname = iqn.1900.com.com:sn.123456 204 targetname = iqn.1900.com.com:sn.123456;
|
/freebsd/contrib/bc/tests/dc/ |
H A D | length.txt | 10 123456ZpR 30 .123456ZpR
|
/freebsd/tools/regression/rpcsec_gss/ |
H A D | rpctest.c | 82 rpcproc_t prog = 123456; in test_client() 302 123456, 1)) { in test_server() 341 cb.program = 123456; in test_server() 346 svc_create(server_program_1, 123456, 1, 0); in test_server()
|
/freebsd/contrib/kyua/cli/ |
H A D | cmd_db_exec_test.cpp | 97 do_format_cell_test("INTEGER", 123456, "123456"); in ATF_TEST_CASE_BODY()
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | devinfo.xml | 2 <DevId>urn:Example:HS20-station:123456</DevId>
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/ |
H A D | err.D_LLQUANT_NSTEPVAL.d | 28 @ = llquantize(123, 10, 0, 10, 123456);
|
/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | openCryptoki.conf | 40 pin="123456"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_sync/ |
H A D | zpool_sync_002_neg.ksh | 34 set -A args "1" "-a" "-?" "--%" "-123456" "0.5" "-o" "-b" "-b no" "-z 2"
|
/freebsd/contrib/kyua/utils/ |
H A D | datetime_test.cpp | 96 ATF_REQUIRE_EQ(123456, delta.useconds); in ATF_TEST_CASE_BODY() 361 2016, 7, 11, 17, 51, 28, 123456); in ATF_TEST_CASE_BODY() 370 2010, 12, 10, 8, 45, 50, 123456); in ATF_TEST_CASE_BODY() 379 2010, 12, 10, 8, 45, 50, 123456); in ATF_TEST_CASE_BODY()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/ |
H A D | zpool_trim_neg.ksh | 41 set -A args "1" "-a" "-?" "--%" "-123456" "0.5" "-o" "-b" "-b no" "-z 2"
|
/freebsd/contrib/libxo/tests/core/saved/ |
H A D | test_05.JPu.out | 32 "not_sinhala": "123456",
|
H A D | test_05.J.out | 1 …,"sinhala":"෴","width":1,"sinhala":"෴ණ්ණ෴෴ණ්ණ෴","width":8,"not-sinhala":"123456","tag":"ර්ඝ","wid…
|
H A D | test_05.JP.out | 32 "not-sinhala": "123456",
|
/freebsd/contrib/kyua/utils/text/ |
H A D | table_test.cpp | 78 row1.push_back("123456"); in ATF_TEST_CASE_BODY() 97 row1.push_back("123456"); in ATF_TEST_CASE_BODY()
|