HomeSort by: relevance | last modified time | path
    Searched refs:test4 (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl2/gettext/dist/gettext-tools/tests/
msgcat-4 9 tmpfiles="$tmpfiles mcat-test4.in1 mcat-test4.in2"
10 cat <<\EOF > mcat-test4.in1
33 cat <<\EOF > mcat-test4.in2
57 tmpfiles="$tmpfiles mcat-test4.out mcat-test4.err"
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>&
    [all...]
msgcomm-4 8 tmpfiles="$tmpfiles mcomm-test4.in1 mcomm-test4.in2"
9 cat <<EOF > mcomm-test4.in1
26 cat <<EOF > mcomm-test4.in2
32 tmpfiles="$tmpfiles mcomm-test4.out"
34 ${MSGCOMM} --more-than=0 -o mcomm-test4.out \
35 mcomm-test4.in1 mcomm-test4.in2
38 tmpfiles="$tmpfiles mcomm-test4.ok"
39 cat << EOF > mcomm-test4.o
    [all...]
msgmerge-4 8 tmpfiles="$tmpfiles mm-test4.in1.po mm-test4.in2.po"
9 cat <<EOF > mm-test4.in1.po
22 cat <<EOF > mm-test4.in2.po
30 tmpfiles="$tmpfiles mm-test4.out"
32 ${MSGMERGE} -q -o mm-test4.out mm-test4.in1.po mm-test4.in2.po
35 tmpfiles="$tmpfiles mm-test4.ok"
36 cat <<EOF > mm-test4.o
    [all...]
xgettext-4 8 tmpfiles="$tmpfiles xg-test4.in.c"
9 cat <<EOF > xg-test4.in.c
13 tmpfiles="$tmpfiles xg-test4.po"
16 ${XGETTEXT} --output - --foreign-user --no-location -k_ xg-test4.in.c \
17 | sed '/\"POT-Creation-Date:.*/d' > xg-test4.po
19 tmpfiles="$tmpfiles xg-test4.ok"
20 cat <<EOF > xg-test4.ok
42 ${DIFF} xg-test4.ok xg-test4.po
msgcmp-4 9 tmpfiles="$tmpfiles mc-test4.pot"
10 cat <<\EOF > mc-test4.pot
48 tmpfiles="$tmpfiles mc-test4.po1"
49 cat <<\EOF > mc-test4.po1
91 tmpfiles="$tmpfiles mc-test4.out11"
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
101 tmpfiles="$tmpfiles mc-test4.out12
    [all...]
msgexec-4 8 tmpfiles="$tmpfiles mex-test4.po"
9 cat <<\EOF > mex-test4.po
54 tmpfiles="$tmpfiles mex-test4.sh"
55 cat <<\EOF > mex-test4.sh
69 chmod a+x mex-test4.sh
71 tmpfiles="$tmpfiles mex-test4.out"
73 ${MSGEXEC} -i mex-test4.po ./mex-test4.sh > mex-test4.out
76 tmpfiles="$tmpfiles mex-test4.ok
    [all...]
msgconv-4 9 tmpfiles="$tmpfiles mco-test4.properties"
10 cat <<\EOF > mco-test4.properties
15 tmpfiles="$tmpfiles mco-test4.out"
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
msgattrib-4 8 tmpfiles="$tmpfiles ma-test4.po"
9 cat <<\EOF > ma-test4.po
59 tmpfiles="$tmpfiles ma-test4.out"
61 ${MSGATTRIB} --only-fuzzy -o ma-test4.out ma-test4.po
64 tmpfiles="$tmpfiles ma-test4.ok"
65 cat <<\EOF > ma-test4.ok
85 ${DIFF} ma-test4.ok ma-test4.out
msgfmt-4 8 tmpfiles="$tmpfiles mf-test4.po"
9 cat <<EOF >mf-test4.po
39 ${MSGFMT} -o /dev/null mf-test4.po 2> /dev/null
msggrep-4 8 tmpfiles="$tmpfiles mg-test4.po"
9 cat <<\EOF > mg-test4.po
158 tmpfiles="$tmpfiles mg-test4.in1"
159 echo 'invalid' > mg-test4.in1
161 tmpfiles="$tmpfiles mg-test4.in2"
162 echo 'illegal' > mg-test4.in2
164 tmpfiles="$tmpfiles mg-test4.out mg-test4.err"
167 ${MSGGREP} -K -e error -f mg-test4.in1 -f mg-test4.in2 -e cannot -o mg-test4.out mg-test4.po > mg-test4.err 2>&
    [all...]
msgfilter-4 37 tmpfiles="$tmpfiles mfi-test4.po"
38 cat <<\EOF > mfi-test4.po
83 tmpfiles="$tmpfiles mfi-test4.out mfi-test4.err"
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 '^ '
97 tmpfiles="$tmpfiles mfi-test4.ok"
98 cat <<\EOF > mfi-test4.o
    [all...]
xgettext-csharp-1 23 String test4 = rm.GetString("");
xgettext-java-1 24 String test4 = b.getString("Test " +
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
m-static.cc 91 gnu_obj_4 test4; local
94 test4.dummy = test4.elsewhere;
95 test4.dummy = 0;
99 return test4.dummy;
oranking.cc 55 int test4 () { function
198 test4();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
m-static.cc 91 gnu_obj_4 test4; local
94 test4.dummy = test4.elsewhere;
95 test4.dummy = 0;
99 return test4.dummy;
oranking.cc 55 int test4 () { function
198 test4();
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.exceptions/
catch_in_finally.d 101 void test4()
188 test4();
  /src/external/mpl/bind/dist/tests/dns/
dispatch_test.c 537 test_dispatch_t *test4 = isc_mem_get(mctx, sizeof(*test4)); local
538 *test4 = (test_dispatch_t){
541 result = dns_dispatch_gettcp(test4->dispatchmgr, &tcp_server_addr,
542 &tcp_connect_addr, NULL, &test4->dispatch);
546 test4->dispatchmgr, &tcp_connect_addr, &tcp_server_addr, NULL,
547 DNS_DISPATCHOPT_UNSHARED, &test4->dispatch);
550 assert_ptr_not_equal(test3->dispatch, test4->dispatch);
552 result = dns_dispatch_add(test4->dispatch, isc_loop_main(loopmgr), 0,
555 response_noop, test4, &test4->id
    [all...]
  /src/sys/arch/x68k/stand/xxboot/
memcmp.S 83 TEST test4
128 test4: | len == 0 label
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
altivec-abi.c 27 static vector signed short test4[4] = variable
137 array_of_vector_func (test4);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
altivec-abi.c 27 static vector signed short test4[4] = variable
137 array_of_vector_func (test4);
  /src/external/gpl3/gcc.old/dist/libbacktrace/
btest.c 316 static inline int test4 (void) __attribute__ ((always_inline, unused));
321 test4 (void) function
369 ("test4: unexpected return value "
375 check ("test4", 0, all, f3line, "f33", "btest.c", &bdata.failed);
376 check ("test4", 1, all, f2line, "f32", "btest.c", &bdata.failed);
377 check ("test4", 2, all, f1line, "test4", "btest.c", &bdata.failed);
508 test4 ();
  /src/external/gpl3/gcc/dist/libbacktrace/
btest.c 316 static inline int test4 (void) __attribute__ ((always_inline, unused));
321 test4 (void) function
369 ("test4: unexpected return value "
375 check ("test4", 0, all, f3line, "f33", "btest.c", &bdata.failed);
376 check ("test4", 1, all, f2line, "f32", "btest.c", &bdata.failed);
377 check ("test4", 2, all, f1line, "test4", "btest.c", &bdata.failed);
508 test4 ();
  /src/external/gpl3/gdb/dist/libbacktrace/
btest.c 316 static inline int test4 (void) __attribute__ ((always_inline, unused));
321 test4 (void) function
369 ("test4: unexpected return value "
375 check ("test4", 0, all, f3line, "f33", "btest.c", &bdata.failed);
376 check ("test4", 1, all, f2line, "f32", "btest.c", &bdata.failed);
377 check ("test4", 2, all, f1line, "test4", "btest.c", &bdata.failed);
508 test4 ();

Completed in 220 milliseconds

1 2