Home
last modified time | relevance | path

Searched refs:test3 (Results 1 – 25 of 75) sorted by relevance

123

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgcat-310 cat <<\EOF > mcat-test3.in1
34 cat <<\EOF > mcat-test3.in2
58 rm -f mcat-test3.out
62 ${MSGCAT} --use-first --more-than=0 -o mcat-test3.out \
63 mcat-test3.in1 mcat-test3.in2 >mcat-test3.err 2>&1
65 cat mcat-test3.err | grep -v 'warning: .* encodings' | grep -v '^ '
69 cat << \EOF > mcat-test3.ok
98 ${DIFF} mcat-test3.ok mcat-test3.out
H A Dmsgcmp-39 cat <<EOF > mc-test3.in1
16 cat <<EOF > mc-test3.in2
25 ${MSGCMP} --properties-input mc-test3.in1 mc-test3.in2 2>&1 | grep -v '^==' > mc-test3.out
28 cat <<EOF > mc-test3.ok
29 mc-test3.in2:1: this message is used but not defined...
30 mc-test3.in1:3: ...but this definition is similar
31 mc-test3.in1:4: warning: this message is not used
36 ${DIFF} mc-test3.ok mc-test3.out
H A Dmsgcomm-39 cat <<EOF > mcomm-test3.in1
15 cat <<EOF > mcomm-test3.in2
23 ${MSGCOMM} --more-than=0 --omit-header -o mcomm-test3.out \
24 mcomm-test3.in1 mcomm-test3.in2
28 cat << EOF > mcomm-test3.ok
39 ${DIFF} mcomm-test3.ok mcomm-test3.out
H A Dmsgmerge-39 cat <<EOF > mm-test3.in1
38 cat <<EOF > mm-test3.in2
57 ${MSGMERGE} -q -o mm-test3.out mm-test3.in1 mm-test3.in2
61 cat << EOF > mm-test3.ok
81 ${DIFF} mm-test3.ok mm-test3.out
H A Dmsggrep-39 cat <<\EOF > mg-test3.po
165 ${MSGGREP} -K -e error -T -e Speicher -o mg-test3.out mg-test3.po >mg-test3.err 2>&1
167 cat mg-test3.err | grep -v 'warning: Locale charset' | grep -v '^ '
171 cat <<\EOF > mg-test3.ok
216 ${DIFF} mg-test3.ok mg-test3.out
H A Dmsgattrib-39 cat <<\EOF > ma-test3.po
61 ${MSGATTRIB} --no-fuzzy -o ma-test3.out ma-test3.po
65 cat <<\EOF > ma-test3.ok
107 ${DIFF} ma-test3.ok ma-test3.out
H A Dmsgen-39 cat <<\EOF > men-test3.pot
48 ${MSGEN} -o men-test3.out men-test3.pot
52 cat <<\EOF > men-test3.ok
90 ${DIFF} men-test3.ok men-test3.out
H A Dmsgexec-39 cat <<\EOF > mex-test3.properties
73 ========================= mex-test3.properties:17 =========================
77 ========================= mex-test3.properties:20 =========================
81 ========================= mex-test3.properties:23 =========================
88 ${DIFF} mex-test3.ok mex-test3.out
H A Dxgettext-310 cat <<EOF > xg-test3.in.c
30 ${XGETTEXT} --output - --no-location -k_ xg-test3.in.c 2>/dev/null \
31 | sed '/\"POT-Creation-Date:.*/d' > xg-test3.po
34 cat <<EOF > xg-test3.ok
64 ${DIFF} xg-test3.ok xg-test3.po
H A Dmsgconv-39 cat <<\EOF > mco-test3.po
28 ${MSGCONV} -t ISO-8859-1 mco-test3.po -o mco-test3.out 2>/dev/null
H A Dmsgfilter-337 cat <<\EOF > mfi-test3.properties
98 ${DIFF} mfi-test3.ok mfi-test3.out
H A Dmsgfmt-39 cat <<EOF >mf-test3.po
26 ${MSGFMT} -o mftest3.mo mf-test3.po >mftest3.err 2>&1
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtaway.c96 test3 (int (*testfunc)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_rnd_t), in test3() function
470 test3 (mpfr_add, "mpfr_add"); in main()
471 test3 (mpfr_sub, "mpfr_sub"); in main()
472 test3 (mpfr_mul, "mpfr_mul"); in main()
473 test3 (mpfr_div, "mpfr_div"); in main()
475 test3 (mpfr_agm, "mpfr_agm"); in main()
476 test3 (mpfr_min, "mpfr_min"); in main()
477 test3 (mpfr_max, "mpfr_max"); in main()
481 test3 (mpfr_dim, "mpfr_dim"); in main()
483 test3 (mpfr_remainder, "mpfr_remainder"); in main()
[all …]
H A Dreuse.c92 test3 (int (*testfunc)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_rnd_t), in test3() function
669 test3 (mpfr_add, "mpfr_add", p, (mpfr_rnd_t) rnd); in main()
670 test3 (mpfr_sub, "mpfr_sub", p, (mpfr_rnd_t) rnd); in main()
673 test3 (mpfr_mul, "mpfr_mul", p, (mpfr_rnd_t) rnd); in main()
674 test3 (mpfr_div, "mpfr_div", p, (mpfr_rnd_t) rnd); in main()
676 test3 (mpfr_agm, "mpfr_agm", p, (mpfr_rnd_t) rnd); in main()
677 test3 (mpfr_min, "mpfr_min", p, (mpfr_rnd_t) rnd); in main()
678 test3 (mpfr_max, "mpfr_max", p, (mpfr_rnd_t) rnd); in main()
680 test3 (reldiff_wrapper, "mpfr_reldiff", p, (mpfr_rnd_t) rnd); in main()
681 test3 (mpfr_dim, "mpfr_dim", p, (mpfr_rnd_t) rnd); in main()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-delegation.in89 ${kadmin} add -p foo --use-defaults host/server.test3.h5l.se@${R3} || exit 1
90 ${kadmin} modify --attributes=+ok-as-delegate host/server.test3.h5l.se@${R3} || exit 1
91 ${kadmin} add -p foo --use-defaults host/noserver.test3.h5l.se@${R3} || exit 1
120 ${kgetcred} host/server.test3.h5l.se@${R3} || { ec=1 ; eval "${testfailed}"; }
H A Dkrb5-canon.conf.in11 name_canon_rules = qualify:domain=test3.h5l.se:realm=TEST3.H5L.SE
36 .test3.h5l.se = TEST3.H5L.SE
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dmtest.c214 static int test3 (void) __attribute__ ((noinline, noclone, unused));
219 test3 (void) in test3() function
403 test3 (); in main()
H A Dbtest.c166 static int test3 (void) __attribute__ ((noinline, noclone, unused));
171 test3 (void) in test3() function
507 test3 (); in main()
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/
H A Dcatch_in_finally.d72 void test3() in test3() function
187 test3(); in main()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Doranking.cc47 int test3(){ in test3() function
194 test3(); in main()
/netbsd-src/sys/arch/x68k/stand/xxboot/
H A Dmemcmp.S82 TEST test3
121 test3: label
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dbtest.c165 static int test3 (void) __attribute__ ((noinline, noclone, unused));
170 test3 (void) in test3() function
491 test3 (); in main()
/netbsd-src/external/public-domain/xz/dist/tests/
H A Dtest_block_header.c181 test3(void) in test3() function
237 test3(); in main()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/dyndb/
H A Dtests.sh124 test_add test3.ipv4.example.nil. A "10.53.0.12" || ret=1
136 test_del test3.ipv4.example.nil. A || ret=1
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dgccw.c58 void test3() in test3() function

123