Home
last modified time | relevance | path

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

1234567

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgexec-19 cat <<\EOF > mex-test1.po
61 cat <<\EOF > mex-test1.sh
72 chmod a+x mex-test1.sh
76 ${MSGEXEC} -i mex-test1.po ./mex-test1.sh > mex-test1.out
80 cat <<\EOF > mex-test1.ok
81 ========================= mex-test1.po:4 =========================
88 ========================= mex-test1.po:12 =========================
92 ========================= mex-test1.po:16 =========================
96 ========================= mex-test1.po:20 =========================
125 ========================= mex-test1.po:48 =========================
[all …]
H A Dmsginit-19 cat <<\EOF > mi-test1.pot
44 ${MSGINIT} -i mi-test1.pot -l ga_IE --no-translator -o mi-test1.tmp 2>mi-test1.err
45 test $? = 0 || { cat mi-test1.err 1>&2; rm -fr $tmpfiles; exit 1; }
46 sed -e '1,15d' < mi-test1.tmp > mi-test1.out
50 cat <<\EOF > mi-test1.ok
70 ${DIFF} mi-test1.ok mi-test1.out
H A Dmsgcomm-19 cat <<EOF > mcomm-test1.in1
15 cat <<EOF > mcomm-test1.in2
23 ${MSGCOMM} --more-than=0 -o mcomm-test1.out mcomm-test1.in1 mcomm-test1.in2
27 cat << EOF > mcomm-test1.ok
38 ${DIFF} mcomm-test1.ok mcomm-test1.out
H A Dmsgcat-110 cat <<EOF > mcat-test1.in1
27 cat <<EOF > mcat-test1.in2
46 ${MSGCAT} -o mcat-test1.out mcat-test1.in1 mcat-test1.in2
50 cat << EOF > mcat-test1.ok
68 ${DIFF} mcat-test1.ok mcat-test1.out
H A Dmsgmerge-19 cat <<EOF > mm-test1.in1
26 cat <<EOF > mm-test1.in2
43 ${MSGMERGE} -q -o mm-test1.out mm-test1.in1 mm-test1.in2
47 cat << EOF > mm-test1.ok
70 ${DIFF} mm-test1.ok mm-test1.out
H A Dmsgunfmt-19 cat <<EOF > mu-test1.in
37 ${MSGFMT} -o mu-test1.mo mu-test1.in
42 ${MSGUNFMT} -o mu-test1.out mu-test1.mo
46 ${DIFF} mu-test1.in mu-test1.out
H A Dmsgfilter-137 cat <<\EOF > mfi-test1.po
90 ${MSGFILTER} -i mfi-test1.po -o mfi-test1.out fold -b -s -w 20 >mfi-test1.err 2>&1
92 cat mfi-test1.err | grep -v 'warning: Locale charset' | grep -v '^ '
96 cat <<\EOF > mfi-test1.ok
165 ${DIFF} mfi-test1.ok mfi-test1.out
H A Dmsgconv-19 cat <<\EOF > mco-test1.po
25 ${MSGCONV} --to-code=UTF-8 -o mco-test1.out mco-test1.po
29 cat <<\EOF > mco-test1.ok
45 ${DIFF} mco-test1.ok mco-test1.out >/dev/null
H A Dmsgattrib-19 cat <<\EOF > ma-test1.po
61 ${MSGATTRIB} --translated -o ma-test1.out ma-test1.po
65 cat <<\EOF > ma-test1.ok
99 ${DIFF} ma-test1.ok ma-test1.out
H A Dmsgen-19 cat <<EOF > men-test1.po
34 ${MSGEN} -o men-test1.out men-test1.po
38 cat <<EOF > men-test1.ok
62 ${DIFF} men-test1.ok men-test1.out
H A Dmsggrep-19 cat <<\EOF > mg-test1.po
160 ${MSGGREP} -N pipe-bidi.c -o mg-test1.out mg-test1.po
164 cat <<\EOF > mg-test1.ok
191 ${DIFF} mg-test1.ok mg-test1.out
H A Dmsgcmp-19 cat <<EOF > mc-test1.in1
15 cat <<EOF > mc-test1.in2
22 ${MSGCMP} mc-test1.in1 mc-test1.in2 > /dev/null 2>&1
H A Dgettext-116 ${GETTEXT} --env LC_ALL=en -e test 'SYS_(C)\n' > gt-test1.out
20 cat <<EOF > gtmf-test1.ok
27 ${DIFF} gtmf-test1.ok gt-test1.out
H A Dmsgfmt-166 ' > mf-test1.out
69 cat <<EOF > gtmf-test1.ok
76 ${DIFF} gtmf-test1.ok mf-test1.out
H A Dmsgfmt-properties-146 ' > mf-test1.out
49 cat <<EOF > gtmf-test1.ok
56 ${DIFF} gtmf-test1.ok mf-test1.out
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_comment.py29 test1 = get_cursor(tu, 'test1')
30 self.assertIsNotNone(test1, "Could not find test1.")
31 self.assertTrue(test1.type.is_pod())
32 raw = test1.raw_comment
33 brief = test1.brief_comment
/netbsd-src/usr.sbin/user/
H A DMakefile65 -./useradd -m -g=uid test1.1
67 -./${PROG} mod -l test1.2 test1.1
69 -./${PROG} del -r test1.2
71 -./${PROG} add -m test1%1
80 -./${PROG} info test1%1 || echo "User not found"
/netbsd-src/crypto/external/bsd/openssl/dist/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 …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/sortlist/
H A Dtests.sh
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dbio_callback_test.c44 char test1[] = "test"; in test_bio_callback() local
45 const int test1len = sizeof(test1) - 1; in test_bio_callback()
57 i = BIO_write(bio, test1, test1len); in test_bio_callback()
62 || !TEST_ptr_eq(my_param_argp[0], test1) in test_bio_callback()
68 || !TEST_ptr_eq(my_param_argp[1], test1) in test_bio_callback()
76 if (!TEST_mem_eq(buf, i, test1, test1len) in test_bio_callback()
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dedtest.c46 static int test1 (void) __attribute__ ((noinline, noclone, unused));
51 test1 (void) in test1() function
117 test1(); in main()
H A Dallocfail.c49 static int test1 (void) __attribute__ ((noinline, unused));
80 test1 (void) in test1() function
129 test1 (); in main()
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dedtest.c46 static int test1 (void) __attribute__ ((noinline, noclone, unused));
51 test1 (void) in test1() function
117 test1(); in main()
H A Dallocfail.c49 static int test1 (void) __attribute__ ((noinline, unused));
80 test1 (void) in test1() function
129 test1 (); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dvalid-shell.txt37 # RUN: rm -rf %T/test1
38 # RUN: mkdir %T/test1
39 # RUN: %{python} %S/check_path.py dir %T/test1 > %t.out
41 # RUN: cd %T/test1 && mkdir foo
42 # RUN: %{python} %S/check_path.py dir %T/test1 > %t.out
44 # RUN: cd %T && rm -rf %T/test1
45 # RUN: %{python} %S/check_path.py dir %T/test1 > %t.out
54 # RUN: mkdir -p %T/test/test1 %T/test/test2
55 # RUN: %{python} %S/check_path.py dir %T/test %T/test/test1 %T/test/test2 > %t.out
59 # RUN: echo "create a temp1 file" > %T/test/test1/temp1.write
[all …]

1234567