Home
last modified time | relevance | path

Searched refs:test1 (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-14.2/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh485 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 DMakefile2 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 Dpwd2.08 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 Dbio_callback_test.c50 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 DREADME-dev.md80 ok(test1, "test1");
81 ok(test2, "test1");
83 sub test1
/freebsd-14.2/usr.sbin/pw/tests/
H A Dpw_usermod_test.sh106 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 Dalias15.0.stdout1 echo test1
2 test1
H A Dalias15.09 eval 'echoanddo echo test1'
/freebsd-14.2/tools/test/stress2/misc/
H A Dexlock2.sh84 test1(void)
138 /* test1 must have dropped the lock */
142 /* As test1 has opened the file exclusivly, this
180 test1(); function
H A Dldt.sh140 test1(int tnum, int sel)
165 test1(2, *sel);
167 test1(3, *sel);
200 test1(1, sel);
H A Dsndstat.sh67 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 DMakefile.test17 .PHONY: test1
18 test1:
/freebsd-14.2/usr.bin/bmake/tests/syntax/semi/
H A DMakefile.test5 .ifmake test1
11 test1:
/freebsd-14.2/usr.bin/bmake/tests/syntax/enl/
H A DMakefile.test5 .ifmake test1
11 test1:
/freebsd-14.2/lib/msun/tests/
H A Dfmaxmin_test.c95 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 Dfloat.c45 #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 Dtest-policy.c88 int test1(void);
99 test1();
106 test1() in test1() function
/freebsd-14.2/tools/regression/nfsmmap/
H A DMakefile2 SUBDIR= test1 test2
/freebsd-14.2/usr.bin/bmake/tests/variables/opt_V/
H A DMakefile.test8 test1:
/freebsd-14.2/usr.bin/bmake/tests/syntax/funny-targets/
H A DMakefile.test5 test1: colons::colons::target
/freebsd-14.2/usr.bin/bmake/tests/variables/t0/
H A DMakefile.test6 test1:
/freebsd-14.2/usr.bin/bmake/tests/suffixes/src_wild1/
H A DMakefile.test2 test1: TEST1.b
/freebsd-14.2/usr.bin/bmake/tests/suffixes/basic/
H A DMakefile.test4 test1: TEST1.b
/freebsd-14.2/usr.bin/bmake/tests/suffixes/src_wild2/
H A DMakefile.test7 test1: TEST1.b
/freebsd-14.2/usr.bin/bmake/tests/variables/modifier_M/
H A DMakefile.test10 test1:

12