Home
last modified time | relevance | path

Searched refs:test4 (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgexec-49 cat <<\EOF > mex-test4.po
55 cat <<\EOF > mex-test4.sh
69 chmod a+x mex-test4.sh
73 ${MSGEXEC} -i mex-test4.po ./mex-test4.sh > mex-test4.out
77 cat <<\EOF > mex-test4.ok
78 ========================= mex-test4.po:2 =========================
84 ========================= mex-test4.po:9 =========================
89 ========================= mex-test4.po:14 =========================
94 ========================= mex-test4.po:19 =========================
99 ========================= mex-test4.po:24 =========================
[all …]
H A Dmsgcmp-410 cat <<\EOF > mc-test4.pot
49 cat <<\EOF > mc-test4.po1
94 ${MSGCMP} --use-fuzzy mc-test4.po1 mc-test4.pot > mc-test4.out11 2>&1
96 if grep -v 'warning:' mc-test4.out11 > /dev/null; then
104 ${MSGCMP} mc-test4.po1 mc-test4.pot > mc-test4.out12 2>&1
106 grep -v 'warning:' mc-test4.out12 > /dev/null
110 cat <<\EOF > mc-test4.po2
157 ${MSGCMP} mc-test4.po2 mc-test4.pot > mc-test4.out2 2>&1
159 if grep -v 'warning:' mc-test4.out2 > /dev/null; then
H A Dmsgcat-410 cat <<\EOF > mcat-test4.in1
33 cat <<\EOF > mcat-test4.in2
58 rm -f mcat-test4.out
62 ${MSGCAT} --use-first --more-than=0 -o mcat-test4.out \
63 mcat-test4.in1 mcat-test4.in2 >mcat-test4.err 2>&1
65 cat mcat-test4.err | grep -v 'warning: .* encodings' | grep -v '^ '
69 cat << \EOF > mcat-test4.ok
98 ${DIFF} mcat-test4.ok mcat-test4.out
H A Dmsggrep-49 cat <<\EOF > mg-test4.po
159 echo 'invalid' > mg-test4.in1
162 echo 'illegal' > mg-test4.in2
167 ${MSGGREP} -K -e error -f mg-test4.in1 -f mg-test4.in2 -e cannot -o mg-test4.out mg-test4.po > mg-t…
169 cat mg-test4.err | grep -v 'warning: Locale charset' | grep -v '^ '
173 cat <<\EOF > mg-test4.ok
238 ${DIFF} mg-test4.ok mg-test4.out
H A Dmsgcomm-49 cat <<EOF > mcomm-test4.in1
26 cat <<EOF > mcomm-test4.in2
34 ${MSGCOMM} --more-than=0 -o mcomm-test4.out \
35 mcomm-test4.in1 mcomm-test4.in2
39 cat << EOF > mcomm-test4.ok
61 ${DIFF} mcomm-test4.ok mcomm-test4.out
H A Dmsgmerge-49 cat <<EOF > mm-test4.in1.po
22 cat <<EOF > mm-test4.in2.po
32 ${MSGMERGE} -q -o mm-test4.out mm-test4.in1.po mm-test4.in2.po
36 cat <<EOF > mm-test4.ok
54 ${DIFF} mm-test4.ok mm-test4.out
H A Dmsgfilter-438 cat <<\EOF > mfi-test4.po
92 ${MSGFILTER} -i mfi-test4.po -o mfi-test4.out sed -e "$sedexpr1" -e "$sedexpr2" >mfi-test4.err 2>&1
94 cat mfi-test4.err | grep -v 'warning: Locale charset' | grep -v '^ '
98 cat <<\EOF > mfi-test4.ok
144 ${DIFF} mfi-test4.ok mfi-test4.out
H A Dxgettext-49 cat <<EOF > xg-test4.in.c
16 ${XGETTEXT} --output - --foreign-user --no-location -k_ xg-test4.in.c \
17 | sed '/\"POT-Creation-Date:.*/d' > xg-test4.po
20 cat <<EOF > xg-test4.ok
42 ${DIFF} xg-test4.ok xg-test4.po
H A Dmsgattrib-49 cat <<\EOF > ma-test4.po
61 ${MSGATTRIB} --only-fuzzy -o ma-test4.out ma-test4.po
65 cat <<\EOF > ma-test4.ok
85 ${DIFF} ma-test4.ok ma-test4.out
H A Dmsgconv-410 cat <<\EOF > mco-test4.properties
17 ${MSGCONV} --properties-input --properties-output -t Big5 -o mco-test4.out mco-test4.properties
22 ${DIFF} mco-test4.properties mco-test4.out >/dev/null
H A Dmsgfmt-49 cat <<EOF >mf-test4.po
39 ${MSGFMT} -o /dev/null mf-test4.po 2> /dev/null
H A Dxgettext-java-124 String test4 = b.getString("Test " +
H A Dxgettext-csharp-123 String test4 = rm.GetString("");
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dm-static.cc91 gnu_obj_4 test4; in main() local
94 test4.dummy = test4.elsewhere; in main()
95 test4.dummy = 0; in main()
99 return test4.dummy; in main()
H A Doranking.cc55 int test4 () { in test4() function
198 test4(); in main()
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dm-static.cc91 gnu_obj_4 test4; in main() local
94 test4.dummy = test4.elsewhere; in main()
95 test4.dummy = 0; in main()
99 return test4.dummy; in main()
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-delegation.in52 server=host/datan.test4.h5l.se@TEST4.H5L.ORG
93 ${kadmin} add -p foo --use-defaults host/server.test4.h5l.se@${R4} || exit 1
94 ${kadmin} modify --attributes=+ok-as-delegate host/server.test4.h5l.se@${R4} || exit 1
121 ${kgetcred} host/server.test4.h5l.se@${R4} || { ec=1 ; eval "${testfailed}"; }
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/
H A Dcatch_in_finally.d101 void test4() in test4() function
188 test4(); in main()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Daltivec-abi.c27 static vector signed short test4[4] = variable
137 array_of_vector_func (test4); in main()
/netbsd-src/sys/arch/x68k/stand/xxboot/
H A Dmemcmp.S83 TEST test4
128 test4: | len == 0 label
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Daltivec-abi.c27 static vector signed short test4[4] = variable
137 array_of_vector_func (test4); in main()
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dbtest.c315 static inline int test4 (void) __attribute__ ((always_inline, unused));
320 test4 (void) in test4() function
492 test4 (); in main()
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dbtest.c316 static inline int test4 (void) __attribute__ ((always_inline, unused));
321 test4 (void) in test4() function
508 test4 (); in main()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/dyndb/
H A Dtests.sh127 test_add test4.ipv6.example.nil. AAAA "2001:db8::1" || ret=1
139 test_del test4.ipv6.example.nil. AAAA || ret=1
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtaway.c143 test4 (int (*testfunc)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_srcptr, in test4() function
490 test4 (mpfr_fma, "mpfr_fma"); in main()
491 test4 (mpfr_fms, "mpfr_fms"); in main()

12