| /freebsd-14.2/contrib/netbsd-tests/usr.bin/grep/ |
| H A D | t_grep.sh | 485 printf "" > test1 502 printf "" > test1 595 printf "Foo" > test1 655 printf "x xx\n" > test1 658 atf_check -o file:test1 grep -w "x" test1 712 printf "A\nB\nC\n" > test1 739 printf "A\nB\nC\n" > test1 801 printf "A\nB\nC\n" > test1 814 printf "" > test1 933 echo foo > test1 [all …]
|
| /freebsd-14.2/tools/regression/nfsmmap/test1/ |
| H A D | Makefile | 2 PROG= test1 5 CLEANFILES= test1.zeros test1.good test1.data test1.scratch 7 all: test1 test1.zeros test1.good 8 @cp ${.OBJDIR}/test1.zeros ${.OBJDIR}/test1.data 10 ssh ${NFSSERVER} touch ${.OBJDIR}/test1.data; \ 12 @cd ${.OBJDIR}; ${.OBJDIR}/test1 13 @if cmp -s ${.OBJDIR}/test1.data ${.OBJDIR}/test1.good && \ 14 cmp -s ${.OBJDIR}/test1.scratch ${.OBJDIR}/test1.good ; then \ 20 test1.zeros: test1.zeros.uu 23 test1.good: test1.good.uu
|
| /freebsd-14.2/bin/sh/tests/parameters/ |
| H A D | pwd2.0 | 8 mkdir test1 9 ln -s test1 link 13 [ "$(pwd -P)" = "$TP/test1" ] 15 [ "$(${SH} -c pwd\ -P)" = "$TP/test1" ] 19 [ "$PWD" = "$TP/test1" ] 20 [ "$(pwd)" = "$TP/test1" ] 21 [ "$(pwd -P)" = "$TP/test1" ] 22 [ "$(${SH} -c pwd)" = "$TP/test1" ] 23 [ "$(${SH} -c pwd\ -P)" = "$TP/test1" ]
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | bio_callback_test.c | 50 char test1[] = "test"; in test_bio_callback_ex() local 51 const size_t test1len = sizeof(test1) - 1; in test_bio_callback_ex() 63 i = BIO_write(bio, test1, test1len); in test_bio_callback_ex() 68 || !TEST_ptr_eq(my_param_argp[0], test1) in test_bio_callback_ex() 74 || !TEST_ptr_eq(my_param_argp[1], test1) in test_bio_callback_ex() 83 if (!TEST_mem_eq(buf, i, test1, test1len) in test_bio_callback_ex() 222 char test1[] = "test"; in test_bio_callback() local 223 const int test1len = sizeof(test1) - 1; in test_bio_callback() 235 i = BIO_write(bio, test1, test1len); in test_bio_callback() 240 || !TEST_ptr_eq(my_param_argp[0], test1) in test_bio_callback() [all …]
|
| H A D | README-dev.md | 80 ok(test1, "test1"); 81 ok(test2, "test1"); 83 sub test1
|
| /freebsd-14.2/usr.sbin/pw/tests/ |
| H A D | pw_usermod_test.sh | 106 atf_check -s exit:0 ${PW} groupadd test1 108 atf_check -s exit:0 ${PW} useradd foo -G test1,test2 109 atf_check -o match:"foo" -s exit:0 ${PW} groupshow test1 112 atf_check -o match:"bar" -s exit:0 ${PW} groupshow test1 120 atf_check -s exit:0 ${PW} groupadd test1 124 atf_check -s exit:0 ${PW} useradd foo -G test1,test2 125 atf_check -o match:"foo" -s exit:0 ${PW} groupshow test1
|
| /freebsd-14.2/bin/sh/tests/parser/ |
| H A D | alias15.0.stdout | 1 echo test1 2 test1
|
| H A D | alias15.0 | 9 eval 'echoanddo echo test1'
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | exlock2.sh | 84 test1(void) 138 /* test1 must have dropped the lock */ 142 /* As test1 has opened the file exclusivly, this 180 test1(); function
|
| H A D | ldt.sh | 140 test1(int tnum, int sel) 165 test1(2, *sel); 167 test1(3, *sel); 200 test1(1, sel);
|
| H A D | sndstat.sh | 67 test1(void *arg __unused) 116 if ((e = pthread_create(&rp[i], NULL, test1, NULL)) != 0)
|
| /freebsd-14.2/usr.bin/bmake/tests/shell/replace/ |
| H A D | Makefile.test | 17 .PHONY: test1 18 test1:
|
| /freebsd-14.2/usr.bin/bmake/tests/syntax/semi/ |
| H A D | Makefile.test | 5 .ifmake test1 11 test1:
|
| /freebsd-14.2/usr.bin/bmake/tests/syntax/enl/ |
| H A D | Makefile.test | 5 .ifmake test1 11 test1:
|
| /freebsd-14.2/lib/msun/tests/ |
| H A D | fmaxmin_test.c | 95 ATF_TC_WITHOUT_HEAD(test1); 96 ATF_TC_BODY(test1, tc) in ATF_TC_BODY() argument 169 ATF_TP_ADD_TC(tp, test1); in ATF_TP_ADD_TCS()
|
| /freebsd-14.2/tools/regression/usr.bin/cc/ |
| H A D | float.c | 45 #define test(desc, pass) test1((desc), (pass), 0) 46 #define skiptest(desc, pass) test1((desc), (pass), 1) 57 test1(const char *testdesc, int pass, int skip) in test1() function
|
| /freebsd-14.2/lib/libipsec/ |
| H A D | test-policy.c | 88 int test1(void); 99 test1(); 106 test1() in test1() function
|
| /freebsd-14.2/tools/regression/nfsmmap/ |
| H A D | Makefile | 2 SUBDIR= test1 test2
|
| /freebsd-14.2/usr.bin/bmake/tests/variables/opt_V/ |
| H A D | Makefile.test | 8 test1:
|
| /freebsd-14.2/usr.bin/bmake/tests/syntax/funny-targets/ |
| H A D | Makefile.test | 5 test1: colons::colons::target
|
| /freebsd-14.2/usr.bin/bmake/tests/variables/t0/ |
| H A D | Makefile.test | 6 test1:
|
| /freebsd-14.2/usr.bin/bmake/tests/suffixes/src_wild1/ |
| H A D | Makefile.test | 2 test1: TEST1.b
|
| /freebsd-14.2/usr.bin/bmake/tests/suffixes/basic/ |
| H A D | Makefile.test | 4 test1: TEST1.b
|
| /freebsd-14.2/usr.bin/bmake/tests/suffixes/src_wild2/ |
| H A D | Makefile.test | 7 test1: TEST1.b
|
| /freebsd-14.2/usr.bin/bmake/tests/variables/modifier_M/ |
| H A D | Makefile.test | 10 test1:
|