| /freebsd/contrib/netbsd-tests/usr.bin/grep/ |
| H A D | t_grep.sh | 98 printf "xmatch pmatch\n" > test1 100 atf_check -o inline:"pmatch\n" grep -Eow "(match )?pmatch" test1 314 printf "haddock\000cod\000plaice\000" > test1 318 grep -z -A1 cod test1 test2 321 grep -z -B1 cod test1 test2 324 grep -z -C1 cod test1 test2 473 printf "Eggs\n\nCheese" > test1 475 atf_check -o inline:"\n" grep -e "^$" test1 477 atf_check -o inline:"Eggs\nCheese\n" grep -v -e "^$" test1 487 printf "" > test1 [all …]
|
| /freebsd/tools/regression/nfsmmap/test1/ |
| H A D | Makefile | 1 PROG= test1 4 CLEANFILES= test1.zeros test1.good test1.data test1.scratch 6 all: test1 test1.zeros test1.good 7 @cp ${.OBJDIR}/test1.zeros ${.OBJDIR}/test1.data 9 ssh ${NFSSERVER} touch ${.OBJDIR}/test1.data; \ 11 @cd ${.OBJDIR}; ${.OBJDIR}/test1 12 @if cmp -s ${.OBJDIR}/test1.data ${.OBJDIR}/test1.good && \ 13 cmp -s ${.OBJDIR}/test1.scratch ${.OBJDIR}/test1.good ; then \ 19 test1.zeros: test1.zeros.uu 22 test1.good: test1.good.uu
|
| /freebsd/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/crypto/krb5/src/util/et/ |
| H A D | Makefile.in | 68 test1.o: test1.c 70 test_et.o: test1.h test2.h 73 test1.c test2.c et1.c et2.c test1.h test2.h et1.h et2.h: \ 82 test_et: test_et.o test1.o test2.o $(COM_ERR_DEPLIB) $(SUPPORT_DEPLIB) 83 $(CC_LINK) -o test_et test_et.o test1.o test2.o $(COM_ERR_LIB) $(SUPPORT_LIB) 87 $(OUTPRE)test_et.exe: $(OUTPRE)test_et.$(OBJEXT) $(OUTPRE)test1.$(OBJEXT) \ 159 test1.h test1.c test2.h test2.c test_et \
|
| /freebsd/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/tools/test/stress2/misc/ |
| H A D | nullfs32.sh | 23 mkdir storage test1 test2 24 mount_nullfs -o rw,noatime ./storage ./test1 27 dd if=/dev/random of=./test1/random.dd bs=1M count=1024 status=none 38 umount $mntpoint/test1
|
| H A D | exlock2.sh | 85 test1(void) 136 /* test1 must have dropped the lock */ 140 /* As test1 has opened the file exclusivly, this 175 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)
|
| H A D | msdos17.sh | 69 test1(void) 110 test1();
|
| /freebsd/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/bin/sh/tests/parser/ |
| H A D | alias15.0.stdout | 1 echo test1 2 test1
|
| /freebsd/usr.bin/bmake/tests/shell/replace/ |
| H A D | Makefile.test | 17 .PHONY: test1 18 test1:
|
| /freebsd/usr.bin/bmake/tests/syntax/semi/ |
| H A D | Makefile.test | 5 .ifmake test1 11 test1:
|
| /freebsd/usr.bin/bmake/tests/syntax/enl/ |
| H A D | Makefile.test | 5 .ifmake test1 11 test1:
|
| /freebsd/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/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/lib/libipsec/ |
| H A D | test-policy.c | 87 int test1(void); 98 test1(); 105 test1() in test1() function
|
| /freebsd/usr.sbin/syslogd/tests/ |
| H A D | syslogd_test.sh | 407 -p user.debug -t test1 -h 169.254.0.1 -S 169.254.0.2:514 "hello, world" 460 -h 169.254.0.2 -p user.debug -t test1 "hello, world" 487 -p user.debug -t test1 -h 169.254.0.1 -S 169.254.0.2:514 "hello, world" 553 -h 169.254.0.3 -P $SYSLOGD_UDP_PORT -p user.debug -t test1 "hello, world"
|
| /freebsd/tools/regression/nfsmmap/ |
| H A D | Makefile | 1 SUBDIR= test1 test2
|
| /freebsd/usr.bin/bmake/tests/variables/opt_V/ |
| H A D | Makefile.test | 8 test1:
|
| /freebsd/usr.bin/bmake/tests/syntax/funny-targets/ |
| H A D | Makefile.test | 5 test1: colons::colons::target
|
| /freebsd/crypto/krb5/src/lib/crypto/builtin/sha1/ |
| H A D | t_shs3.c | 10 static void test1(void); 99 test1(); in process() 120 test1(); in process() 143 static void test1(void) in test1() function
|
| /freebsd/usr.bin/bmake/tests/variables/t0/ |
| H A D | Makefile.test | 6 test1:
|