/freebsd/contrib/llvm-project/ |
H A D | FREEBSD-Xlist | 11 LICENSE.TXT 18 clang/CMakeLists.txt 20 clang/INSTALL.txt 21 clang/NOTES.txt 22 clang/README.txt 27 clang/include/CMakeLists.txt 28 clang/include/clang/AST/CMakeLists.txt 29 clang/include/clang/Basic/CMakeLists.txt 32 clang/include/clang/CIR/CMakeLists.txt 33 clang/include/clang/CIR/Dialect/CMakeLists.txt [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 30-test_evp.t | 40 evpciph_aes_ccm_cavs.txt 41 evpciph_aes_common.txt 42 evpciph_aes_cts.txt 43 evpciph_aes_wrap.txt 44 evpciph_aes_stitched.txt 45 evpciph_des3_common.txt 46 evpkdf_hkdf.txt 47 evpkdf_pbkdf1.txt 48 evpkdf_pbkdf2.txt 49 evpkdf_ss.txt [all …]
|
/freebsd/usr.bin/diff3/tests/ |
H A D | diff3_test.sh | 12 diff3 $(atf_get_srcdir)/1.txt $(atf_get_srcdir)/2.txt $(atf_get_srcdir)/3.txt 15 …diff3 --strip-trailing-cr $(atf_get_srcdir)/1cr.txt $(atf_get_srcdir)/2.txt $(atf_get_srcdir)/3.txt 18 diff3 -T $(atf_get_srcdir)/1.txt $(atf_get_srcdir)/2.txt $(atf_get_srcdir)/3.txt 21 diff3 -e $(atf_get_srcdir)/1.txt $(atf_get_srcdir)/2.txt $(atf_get_srcdir)/3.txt 24 diff3 -E -L 1 -L 2 -L 3 $(atf_get_srcdir)/1.txt $(atf_get_srcdir)/2.txt $(atf_get_srcdir)/3.txt 27 diff3 -X -L 1 -L 2 -L 3 $(atf_get_srcdir)/1.txt $(atf_get_srcdir)/2.txt $(atf_get_srcdir)/3.txt 30 diff3 -x $(atf_get_srcdir)/1.txt $(atf_get_srcdir)/2.txt $(atf_get_srcdir)/3.txt 33 diff3 -3 $(atf_get_srcdir)/1.txt $(atf_get_srcdir)/2.txt $(atf_get_srcdir)/3.txt 36 diff3 -i $(atf_get_srcdir)/1.txt $(atf_get_srcdir)/2.txt $(atf_get_srcdir)/3.txt 42 diff3 -m -L 1 -L 2 -L 3 $(atf_get_srcdir)/4.txt $(atf_get_srcdir)/5.txt $(atf_get_srcdir)/6.txt [all …]
|
/freebsd/usr.bin/truncate/tests/ |
H A D | truncate_test.sh | 31 # Helper function that is always used to create and fill stderr.txt for these 38 creat) > stderr.txt ;; 40 printf "%s\n" "${2}" >> stderr.txt ;; 44 # Helper function that create the file stderr.txt that contains the string 52 # Helper function that create the file stderr.txt that contains the expected 75 atf_check -s not-exit:0 -e file:stderr.txt truncate -7 -s0 output.txt 76 [ ! -e output.txt ] || atf_fail "output.txt should not exist" 90 atf_check -s not-exit:0 -e file:stderr.txt truncate -s+1L output.txt 91 [ ! -e output.txt ] || atf_fail "output.txt should not exist" 105 atf_check -s not-exit:0 -e file:stderr.txt \ [all …]
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-7-prepare.sh | 12 source env.txt 20 | tee summary.txt | tee /tmp/summary.txt 21 cp /var/tmp/*.txt . 33 scp zfs@192.168.122.1$i:"/var/tmp/*.txt" $RESPATH/vm$i || true 35 cp -f /var/tmp/*.txt $RESPATH || true 40 file="vm$i/build-stderr.txt" 41 test -s $file && mv -f $file build-stderr.txt 43 file="vm$i/build-exitcode.txt" 44 test -s $file && mv -f $file build-exitcode.txt 46 file="vm$i/uname.txt" [all …]
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | configfile.c | 33 * @param[in] txt start of skpped text 37 skip_unkn(char const * txt) in skip_unkn() argument 39 txt = BRK_END_XML_TOKEN_CHARS(txt); in skip_unkn() 40 return (*txt == NUL) ? NULL : txt; in skip_unkn() 82 char * txt = text_mmap(fname, PROT_READ, MAP_PRIVATE, &cfgfile); in configFileLoad() local 84 if (TEXT_MMAP_FAILED_ADDR(txt)) in configFileLoad() 88 res = optionLoadNested(txt, fname, strlen(fname)); in configFileLoad() 453 * "txt" points to a "<!" sequence. 458 handle_comment(char * txt) in handle_comment() argument 460 char * pz = strstr(txt, "-->"); in handle_comment() [all …]
|
/freebsd/contrib/atf/atf-c/ |
H A D | utils_test.c | 70 atf_utils_create_file("file.txt", "%s", ""); in ATF_TC_BODY() 71 atf_utils_redirect(STDOUT_FILENO, "captured.txt"); in ATF_TC_BODY() 72 atf_utils_cat_file("file.txt", "PREFIX"); in ATF_TC_BODY() 77 read_file("captured.txt", buffer, sizeof(buffer)); in ATF_TC_BODY() 84 atf_utils_create_file("file.txt", "This is a single line\n"); in ATF_TC_BODY() 85 atf_utils_redirect(STDOUT_FILENO, "captured.txt"); in ATF_TC_BODY() 86 atf_utils_cat_file("file.txt", "PREFIX"); in ATF_TC_BODY() 91 read_file("captured.txt", buffer, sizeof(buffer)); in ATF_TC_BODY() 98 atf_utils_create_file("file.txt", "First\nSecond line\nAnd third\n"); in ATF_TC_BODY() 99 atf_utils_redirect(STDOUT_FILENO, "captured.txt"); in ATF_TC_BODY() [all …]
|
/freebsd/usr.sbin/ctladm/tests/ |
H A D | port.sh | 57 if [ -e port-create.txt ]; then 60 PORTNUM=`awk '/port:/ {print $2}' port-create.txt` 64 TARGET=`awk '/target:/ {print $2}' port-create.txt` 81 atf_check -o save:port-create.txt ctladm port -c -d "ioctl" 82 atf_check egrep -q "Port created successfully" port-create.txt 83 atf_check egrep -q "frontend: *ioctl" port-create.txt 84 atf_check egrep -q "port: *[0-9]+" port-create.txt 85 portnum=`awk '/port:/ {print $2}' port-create.txt` 86 atf_check -o save:portlist.txt ctladm portlist -qf ioctl 87 atf_check egrep -q "$portnum *YES *ioctl *ioctl" portlist.txt [all...] |
/freebsd/contrib/atf/atf-c++/ |
H A D | utils_test.cpp | 70 atf::utils::create_file("file.txt", ""); in ATF_TEST_CASE_BODY() 71 atf::utils::redirect(STDOUT_FILENO, "captured.txt"); in ATF_TEST_CASE_BODY() 72 atf::utils::cat_file("file.txt", "PREFIX"); in ATF_TEST_CASE_BODY() 76 ATF_REQUIRE_EQ("", read_file("captured.txt")); in ATF_TEST_CASE_BODY() 82 atf::utils::create_file("file.txt", "This is a single line\n"); in ATF_TEST_CASE_BODY() 83 atf::utils::redirect(STDOUT_FILENO, "captured.txt"); in ATF_TEST_CASE_BODY() 84 atf::utils::cat_file("file.txt", "PREFIX"); in ATF_TEST_CASE_BODY() 88 ATF_REQUIRE_EQ("PREFIXThis is a single line\n", read_file("captured.txt")); in ATF_TEST_CASE_BODY() 94 atf::utils::create_file("file.txt", "First\nSecond line\nAnd third\n"); in ATF_TEST_CASE_BODY() 95 atf::utils::redirect(STDOUT_FILENO, "captured.txt"); in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/usr.sbin/ntp/doc/scripts/ |
H A D | Makefile | 7 FILES= accopt.txt audio.txt authopt.txt clockopt.txt command.txt config.txt \ 8 confopt.txt external.txt footer.txt hand.txt install.txt manual.txt \ 9 misc.txt miscopt.txt monopt.txt refclock.txt special.txt style.css
|
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_option_older_than.c | 23 assertMakeFile("old.txt", 0644, "old.txt"); in DEFINE_TEST() 24 assertMakeFile("a/b/old.txt", 0644, "old file in old directory"); in DEFINE_TEST() 25 assertEqualInt(0, stat("old.txt", &st)); in DEFINE_TEST() 27 assertMakeFile("middle.txt", 0644, "middle.txt"); in DEFINE_TEST() 28 assertEqualInt(0, stat("middle.txt", &st)); in DEFINE_TEST() 30 assertMakeFile("new.txt", 0644, "new"); in DEFINE_TEST() 31 assertMakeFile("a/b/new.txt", 0644, "new file in old directory"); in DEFINE_TEST() 36 "--older-than middle.txt *.txt a", in DEFINE_TEST() 39 systemf("%s --format pax -cf ../test2.tar *.txt a", in DEFINE_TEST() 47 assertFileNotExists("new.txt"); in DEFINE_TEST() [all …]
|
H A D | test_option_newer_than.c | 22 assertMakeFile("old.txt", 0644, "old.txt"); in DEFINE_TEST() 23 assertEqualInt(0, stat("old.txt", &st)); in DEFINE_TEST() 25 assertMakeFile("middle.txt", 0644, "middle.txt"); in DEFINE_TEST() 26 assertEqualInt(0, stat("middle.txt", &st)); in DEFINE_TEST() 28 assertMakeFile("new.txt", 0644, "new"); in DEFINE_TEST() 29 assertMakeFile("a/b/new.txt", 0644, "new file in old directory"); in DEFINE_TEST() 34 "--newer-than middle.txt *.txt a", testprog)); in DEFINE_TEST() 36 systemf("%s --format pax -cf ../test2.tar *.txt a", testprog)); in DEFINE_TEST() 43 assertFileExists("new.txt"); in DEFINE_TEST() 44 assertFileExists("a/b/new.txt"); in DEFINE_TEST() [all …]
|
H A D | test_option_group.c | 21 systemf("%s cf archive1 --format=ustar file >stdout1.txt 2>stderr1.txt", in DEFINE_TEST() 23 assertEmptyFile("stdout1.txt"); in DEFINE_TEST() 24 assertEmptyFile("stderr1.txt"); in DEFINE_TEST() 30 systemf("%s cf archive2 --group=17 --format=ustar file >stdout2.txt 2>stderr2.txt", in DEFINE_TEST() 32 assertEmptyFile("stdout2.txt"); in DEFINE_TEST() 33 assertEmptyFile("stderr2.txt"); in DEFINE_TEST() 43 systemf("%s cf archive3 --group=foofoofoo --format=ustar file >stdout3.txt 2>stderr3.txt", in DEFINE_TEST() 45 assertEmptyFile("stdout3.txt"); in DEFINE_TEST() 46 assertEmptyFile("stderr3.txt"); in DEFINE_TEST() 56 systemf("%s cf archive4 --group=foofoofoo:17 --format=ustar file >stdout4.txt 2>stderr4.txt", in DEFINE_TEST() [all …]
|
H A D | test_option_owner.c | 21 systemf("%s cf archive1 --format=ustar file >stdout1.txt 2>stderr1.txt", in DEFINE_TEST() 23 assertEmptyFile("stdout1.txt"); in DEFINE_TEST() 24 assertEmptyFile("stderr1.txt"); in DEFINE_TEST() 30 systemf("%s cf archive2 --owner=65123 --format=ustar file >stdout2.txt 2>stderr2.txt", in DEFINE_TEST() 32 assertEmptyFile("stdout2.txt"); in DEFINE_TEST() 33 assertEmptyFile("stderr2.txt"); in DEFINE_TEST() 43 systemf("%s cf archive3 --owner=foofoofoo --format=ustar file >stdout3.txt 2>stderr3.txt", in DEFINE_TEST() 45 assertEmptyFile("stdout3.txt"); in DEFINE_TEST() 46 assertEmptyFile("stderr3.txt"); in DEFINE_TEST() 56 … systemf("%s cf archive4 --owner=foofoofoo:65123 --format=ustar file >stdout4.txt 2>stderr4.txt", in DEFINE_TEST() [all …]
|
H A D | test_option_uid_uname.c | 20 systemf("%s cf archive1 --format=ustar file >stdout1.txt 2>stderr1.txt", in DEFINE_TEST() 22 assertEmptyFile("stdout1.txt"); in DEFINE_TEST() 23 assertEmptyFile("stderr1.txt"); in DEFINE_TEST() 29 …temf("%s cf archive2 --uid=65123 --uname=foofoofoo --format=ustar file >stdout2.txt 2>stderr2.txt", in DEFINE_TEST() 31 assertEmptyFile("stdout2.txt"); in DEFINE_TEST() 32 assertEmptyFile("stderr2.txt"); in DEFINE_TEST() 42 systemf("%s cf archive3 --uid=65123 --format=ustar file >stdout3.txt 2>stderr3.txt", in DEFINE_TEST() 44 assertEmptyFile("stdout3.txt"); in DEFINE_TEST() 45 assertEmptyFile("stderr3.txt"); in DEFINE_TEST() 55 systemf("%s cf archive4 --uname=foofoofoo --format=ustar file >stdout4.txt 2>stderr4.txt", in DEFINE_TEST() [all …]
|
H A D | test_option_gid_gname.c | 20 systemf("%s cf archive1 --format=ustar file >stdout1.txt 2>stderr1.txt", in DEFINE_TEST() 22 assertEmptyFile("stdout1.txt"); in DEFINE_TEST() 23 assertEmptyFile("stderr1.txt"); in DEFINE_TEST() 29 …systemf("%s cf archive2 --gid=17 --gname=foofoofoo --format=ustar file >stdout2.txt 2>stderr2.txt", in DEFINE_TEST() 31 assertEmptyFile("stdout2.txt"); in DEFINE_TEST() 32 assertEmptyFile("stderr2.txt"); in DEFINE_TEST() 42 systemf("%s cf archive4 --gname=foofoofoo --format=ustar file >stdout4.txt 2>stderr4.txt", in DEFINE_TEST() 44 assertEmptyFile("stdout4.txt"); in DEFINE_TEST() 45 assertEmptyFile("stderr4.txt"); in DEFINE_TEST() 56 systemf("%s cf archive3 --gid=17 --gname= --format=ustar file >stdout3.txt 2>stderr3.txt", in DEFINE_TEST() [all …]
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | Makefile.am | 98 map_table.h map_table.c: rfc3454.txt gen-map.py stringprep.py 99 $(skip_python) $(PYTHON) $(srcdir)/gen-map.py $(srcdir)/rfc3454.txt $(builddir) 101 errorlist_table.h errorlist_table.c: rfc3454.txt gen-errorlist.py stringprep.py 102 $(skip_python) $(PYTHON) $(srcdir)/gen-errorlist.py $(srcdir)/rfc3454.txt $(builddir) 104 normalize_table.h normalize_table.c: UnicodeData.txt CompositionExclusions-3.2.0.txt gen-normalize.… 105 …HON) $(srcdir)/gen-normalize.py $(srcdir)/UnicodeData.txt $(srcdir)/CompositionExclusions-3.2.0.tx… 107 combining_table.h combining_table.c: UnicodeData.txt gen-combining.py 108 $(skip_python) $(PYTHON) $(srcdir)/gen-combining.py $(srcdir)/UnicodeData.txt $(builddir) 110 bidi_table.h bidi_table.c: rfc3454.txt gen-bidi.py 111 $(skip_python) $(PYTHON) $(srcdir)/gen-bidi.py $(srcdir)/rfc3454.txt $(builddir) [all …]
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl_ocsp.c | 25 static void tls_show_errors(int level, const char *func, const char *txt) in tls_show_errors() argument 30 func, txt, ERR_error_string(ERR_get_error(), NULL)); in tls_show_errors() 223 char *txt; in DEFINE_STACK_OF() local 228 txt = os_malloc(rlen + 1); in DEFINE_STACK_OF() 229 if (!txt) { in DEFINE_STACK_OF() 234 res = BIO_read(out, txt, rlen); in DEFINE_STACK_OF() 237 os_free(txt); in DEFINE_STACK_OF() 241 txt[res] = '\0'; in DEFINE_STACK_OF() 242 return txt; in DEFINE_STACK_OF() 397 char *txt; in issuer_match() local [all …]
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-failfast-unittest.py | 123 txt, _ = RunAndReturnOutput() 124 self.assertIn('22 FAILED TEST', txt) 127 txt, _ = RunAndReturnOutput(test_suite='HasSimpleTest', fail_fast=True) 128 self.assertIn('1 FAILED TEST', txt) 129 self.assertIn('[ SKIPPED ] 3 tests', txt) 131 txt, _ = RunAndReturnOutput(test_suite='HasSimpleTest', fail_fast=False) 132 self.assertIn('4 FAILED TEST', txt) 133 self.assertNotIn('[ SKIPPED ]', txt) 140 txt, _ = RunAndReturnOutput('HasSimpleTest') 141 self.assertIn('1 FAILED TEST', txt) [all …]
|
/freebsd/usr.bin/tftp/tests/ |
H A D | tftp_test.sh | 63 local remote_file="${tftp_dir}/hello.txt" 82 local remote_file="${tftp_dir}/hello.txt" 102 local remote_file="${tftp_dir}/hello.txt" 121 local remote_file="${tftp_dir}/hello.txt" 140 local remote_file="${tftp_dir}/hello.txt" 142 local local_file="world.txt" 162 echo "test file $$/$f/$n" >"${tftp_dir}/${f}.txt" 163 echo -n " ${f}.txt" >>client-script 164 rm -f "${f}.txt" 170 atf_check cmp -s "${f}.txt" "${tftp_dir}/${f}.txt" [all …]
|
/freebsd/contrib/wpa/src/common/ |
H A D | cli.c | 54 os_free(e->txt); in cli_txt_list_free() 69 const char *txt) in cli_txt_list_get() argument 74 if (os_strcmp(e->txt, txt) == 0) in cli_txt_list_get() 81 void cli_txt_list_del(struct dl_list *txt_list, const char *txt) in cli_txt_list_del() argument 85 e = cli_txt_list_get(txt_list, txt); in cli_txt_list_del() 91 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt) in cli_txt_list_del_addr() argument 96 if (hwaddr_aton(txt, addr) < 0) in cli_txt_list_del_addr() 103 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt, in cli_txt_list_del_word() argument 109 end = os_strchr(txt, separator); in cli_txt_list_del_word() 111 end = txt + os_strlen(txt); in cli_txt_list_del_word() [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | all.exclude | 8 force13.sh https://people.freebsd.org/~pho/stress/log/log0376.txt 20221113 11 force4.sh https://people.freebsd.org/~pho/stress/log/log0082.txt 20210328 12 force7.sh https://people.freebsd.org/~pho/stress/log/log0266.txt 20220207 17 fuse.sh https://people.freebsd.org/~pho/stress/log/log0546.txt 20240828 18 fuse2.sh https://people.freebsd.org/~pho/stress/log/log0547.txt 20240828 26 gnop13.sh https://people.freebsd.org/~pho/stress/log/log0386.txt 20221113 33 maxvnodes2.sh https://people.freebsd.org/~pho/stress/log/log0083.txt 20210329 34 memguard.sh https://people.freebsd.org/~pho/stress/log/log0088.txt 20210402 38 mlockall6.sh https://people.freebsd.org/~pho/stress/log/log0430.txt 20230403 50 rename14.sh https://people.freebsd.org/~pho/stress/log/log0433.txt 20230409 [all …]
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_read_format_rar_encryption.c | 29 * All of the archives for this teset contain four files: a.txt, b.txt, c.txt, and d.txt 31 …d". For non-solid archives without filename encryption, a.txt and c.txt are not encrypted, b.txt is 32 * encrypted with the password "password", and d.txt is encrypted with the password "password2". 34 * For all files the file contents is "This is from <filename>" (i.e. "This is from a.txt" etc.) 42 const int expected_file_size = 18; /* This is from X.txt */ in test_encrypted_rar_archive() 48 /* We should only ever fail to read the data for "a.txt" and "c.txt" if they are encrypted */ in test_encrypted_rar_archive() 61 /* Read the header for "a.txt" */ in test_encrypted_rar_archive() 65 assertEqualString("a.txt", archive_entry_pathname(ae)); in test_encrypted_rar_archive() 74 assertEqualMem("This is from a.txt", buff, expected_file_size); in test_encrypted_rar_archive() 91 /* Read the header for "b.txt" */ in test_encrypted_rar_archive() [all …]
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | default_permissions.cc | 274 const char FULLPATH[] = "mountpoint/some_file.txt"; in TEST_F() 275 const char RELPATH[] = "some_file.txt"; in TEST_F() 288 const char FULLPATH[] = "mountpoint/some_file.txt"; in TEST_F() 289 const char RELPATH[] = "some_file.txt"; in TEST_F() 308 const char FULLPATH[] = "mountpoint/some_file.txt"; in TEST_F() 309 const char RELPATH[] = "some_file.txt"; in TEST_F() 326 const char FULLPATH[] = "mountpoint/some_file.txt"; in TEST_F() 327 const char RELPATH[] = "some_file.txt"; in TEST_F() 357 const char FULLPATH[] = "mountpoint/some_file.txt"; in TEST_F() 358 const char RELPATH[] = "some_file.txt"; in TEST_F() [all …]
|
/freebsd/contrib/bc/vs/tests/ |
H A D | tests_bc.bat | 7 del /f /q *.txt > NUL 63 if exist "%scripts%\%%i.txt" ( 64 "%bc%" "%args%" < "%scripts%\%%i.txt" > "%%i_results.txt" 71 fc.exe "%scripts%\%%i_results.txt" "%%i_results.txt" > NUL 85 if exist "%scripts%\leadingzero.txt" ( 86 "%bc%" "%args%" -z < "%scripts%\leadingzero.txt" > "leadingzero_z_results.txt" 93 fc.exe "%scripts%\leadingzero_results.txt" "leadingzero_z_results.txt" > NUL
|