/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 467 printf "Eggs\n\nCheese" > test1 469 atf_check -o inline:"\n" grep -e "^$" test1 471 atf_check -o inline:"Eggs\nCheese\n" grep -v -e "^$" test1 481 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/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/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/tools/test/stress2/misc/ |
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)
|
/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/etcupdate/tests/ |
H A D | ignore_test.sh | 213 $COMMAND -r -I '/tree/*' -d $WORKDIR -D $TEST > $WORKDIR/test1.out 221 diff -u -L "correct" $WORKDIR/correct1.out -L "test" $WORKDIR/test1.out \
|
/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/usr.bin/bmake/tests/variables/t0/ |
H A D | Makefile.test | 6 test1:
|
/freebsd/usr.sbin/syslogd/tests/ |
H A D | syslogd_test.sh | 390 logger -p user.debug -t test1 -h 169.254.0.1 -S 169.254.0.2:514 "hello, world" 443 logger -h 169.254.0.2 -p user.debug -t test1 "hello, world" 473 logger -p user.debug -t test1 -h 169.254.0.1 -S 169.254.0.2:514 "hello, world" 538 logger -h 169.254.0.3 -P $SYSLOGD_UDP_PORT -p user.debug -t test1 "hello, world"
|
/freebsd/usr.bin/bmake/tests/suffixes/basic/ |
H A D | Makefile.test | 4 test1: TEST1.b
|
/freebsd/usr.bin/bmake/tests/suffixes/src_wild1/ |
H A D | Makefile.test | 1 test1: TEST1.b
|
/freebsd/usr.bin/bmake/tests/suffixes/src_wild2/ |
H A D | Makefile.test | 7 test1: TEST1.b
|