| /freebsd-13.1/tests/sys/geom/class/eli/ |
| H A D | hmac_test.c | 17 } testdata[] = { variable 27 for (i = 0; i < nitems(testdata); i++) { in ATF_TC_BODY() 28 pkcs5v2_genkey(hmacout, testdata[i].hmaclen, in ATF_TC_BODY() 29 (uint8_t *)testdata[i].salt, testdata[i].saltlen, in ATF_TC_BODY() 30 testdata[i].passwd, testdata[i].iterations); in ATF_TC_BODY() 31 ATF_REQUIRE(bcmp(hmacout, testdata[i].hmacout, in ATF_TC_BODY() 32 testdata[i].hmaclen) == 0); in ATF_TC_BODY()
|
| H A D | reentrancy_test.sh | 16 atf_check dd if=/dev/random of=testdata bs=$secsize count=1 status=none 32 atf_check dd if=testdata of=/dev/${md}.eli.eli bs=$secsize count=1 \ 36 atf_check cmp -s testdata cmpdata
|
| /freebsd-13.1/contrib/libarchive/libarchive/test/ |
| H A D | test_read_large.c | 28 static unsigned char testdata[10 * 1024 * 1024]; variable 47 fill_with_pseudorandom_data(testdata, sizeof(testdata)); in DEFINE_TEST() 53 archive_entry_set_size(entry, sizeof(testdata)); in DEFINE_TEST() 58 assertA((int)sizeof(testdata) == archive_write_data(a, testdata, sizeof(testdata))); in DEFINE_TEST() 69 assertEqualMem(testdata, testdatacopy, sizeof(testdata)); in DEFINE_TEST() 91 assertEqualMem(testdata, testdatacopy, sizeof(testdata)); in DEFINE_TEST()
|
| H A D | test_archive_string_conversion.c | 252 test_archive_string_normalization_nfc(const char *testdata) in test_archive_string_normalization_nfc() argument 303 assert((fp = fopen(testdata, "r")) != NULL); in test_archive_string_normalization_nfc() 463 test_archive_string_normalization_mac_nfd(const char *testdata) in test_archive_string_normalization_mac_nfd() argument 514 assert((fp = fopen(testdata, "r")) != NULL); in test_archive_string_normalization_mac_nfd() 857 static const char testdata[] = "testdata.txt"; in DEFINE_TEST() local 875 assert((fp = fopen(testdata, "w")) != NULL); in DEFINE_TEST() 881 test_archive_string_normalization_nfc(testdata); in DEFINE_TEST() 882 test_archive_string_normalization_mac_nfd(testdata); in DEFINE_TEST()
|
| /freebsd-13.1/contrib/netbsd-tests/sbin/resize_ffs/ |
| H A D | common.sh | 9 TDBASE64=$(atf_get_srcdir)/testdata.tar.gz.base64 10 GOODMD5=$(atf_get_srcdir)/testdata.md5 64 uudecode -p ${TDBASE64} | (cd mnt; tar xzf - -s/testdata/TD$1/)
|
| /freebsd-13.1/crypto/openssh/regress/ |
| H A D | Makefile | 136 t8.out t8.out.pub t9.out t9.out.pub testdata \ 258 -d ${.CURDIR}/unittests/sshkey/testdata ; \ 260 -d ${.CURDIR}/unittests/sshsig/testdata ; \ 262 -d ${.CURDIR}/unittests/authopt/testdata ; \ 267 -d ${.CURDIR}/unittests/hostkeys/testdata ; \
|
| /freebsd-13.1/contrib/unbound/doc/ |
| H A D | README.tests | 26 testdata/ contains the data for tests. 29 do-tests.sh : runs all the tests in the testdata directory.
|
| /freebsd-13.1/contrib/dialog/samples/ |
| H A D | inputbox6-8bit | 8 . ./testdata-8bit
|
| H A D | menubox-8bit | 8 . ./testdata-8bit
|
| H A D | msgbox4-8bit | 6 . ./testdata-8bit
|
| H A D | checklist-8bit | 8 . ./testdata-8bit
|
| /freebsd-13.1/contrib/kyua/store/ |
| H A D | schema_inttest.cpp | 446 const char* testdata = "testdata_v" #from_version ".sql"; \ 449 testdata_file(schema).str() + " " + testdata_file(testdata).str(); \ 460 const char* testdata = "testdata_v" #from_version ".sql"; \ 467 db.exec(utils::read_file(testdata_file(testdata))); \
|
| /freebsd-13.1/crypto/openssh/regress/unittests/hostkeys/ |
| H A D | mktestdata.sh | 6 cd testdata
|
| H A D | Makefile | 23 env ${TEST_ENV} ./${PROG} -d ${.CURDIR}/testdata
|
| /freebsd-13.1/crypto/openssh/regress/unittests/sshsig/ |
| H A D | Makefile | 23 env ${TEST_ENV} ./${PROG} ${UNITTEST_ARGS} -d ${.CURDIR}/testdata
|
| H A D | mktestdata.sh | 8 cd testdata
|
| /freebsd-13.1/crypto/openssh/regress/unittests/sshkey/ |
| H A D | Makefile | 23 env ${TEST_ENV} ./${PROG} ${UNITTEST_ARGS} -d ${.CURDIR}/testdata
|
| H A D | mktestdata.sh | 71 cd testdata
|
| /freebsd-13.1/contrib/dialog/package/freebsd/ |
| H A D | pkg-plist | 179 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testdata-8bit
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_buffer.c | 684 struct basic_test_data *testdata = ptr; in test_evbuffer_add_file() local 685 const char *impl = testdata->setup_data; in test_evbuffer_add_file() 701 struct event_base *base = testdata->base; in test_evbuffer_add_file()
|
| /freebsd-13.1/contrib/unbound/ |
| H A D | Makefile.in | 347 …for x in $(srcdir)/testdata/*.rpl; do printf "%s" "$$x "; if ./testbound$(EXEEXT) -p $$x >/dev/nul… 351 …testdata -ef ./testdata; then rm -rf testcode testdata; mkdir testcode testdata; cp -R $(srcdir)/t…
|
| /freebsd-13.1/contrib/libevent/test/ |
| H A D | regress_buffer.c | 927 struct basic_test_data *testdata = ptr; in test_evbuffer_add_file() local 928 const char *impl = testdata->setup_data; in test_evbuffer_add_file() 944 struct event_base *base = testdata->base; in test_evbuffer_add_file()
|
| /freebsd-13.1/contrib/googletest/googletest/docs/ |
| H A D | primer.md | 524 const std::string input_filepath = "this/package/testdata/myinputfile.dat"; 525 const std::string output_filepath = "this/package/testdata/myoutputfile.dat";
|
| /freebsd-13.1/contrib/ncurses/ |
| H A D | aclocal.m4 | 474 int testdata[[3]] = { 123, 456, 789 }; 4734 int testdata[[3]] = { 123, 456, 789 }; 4748 extern int testdata[[3]]; 4749 return testdata[[0]] == 123 4750 && testdata[[1]] == 456 4751 && testdata[[2]] == 789;
|
| /freebsd-13.1/contrib/expat/ |
| H A D | Changes | 990 Added run-benchmark target to Makefile.in - relies on testdata module
|