Searched refs:RESULT (Results 1 - 25 of 31) sorted by relevance

12

/openbsd-current/gnu/lib/libiberty/src/
H A D_doprnt.c212 #define RESULT(x) do \ macro
237 RESULT(checkit ("<%d>\n", 0x12345678));
238 RESULT(printf ("<%d>\n", 0x12345678));
240 RESULT(checkit ("<%200d>\n", 5));
241 RESULT(printf ("<%200d>\n", 5));
243 RESULT(checkit ("<%.300d>\n", 6));
244 RESULT(printf ("<%.300d>\n", 6));
246 RESULT(checkit ("<%100.150d>\n", 7));
247 RESULT(printf ("<%100.150d>\n", 7));
249 RESULT(checki
[all...]
/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.fortran/appendix-a/
H A Da.18.1.f9019 REAL RESULT(256) variable in program:A18
47 RESULT(IAM) = FN2(WORK(NEIGHBOR), WORK(IAM))
55 IF (RESULT(I) .NE. I * 2 + NEIGHBOR * 2) THEN
H A Da.19.1.f9053 INTEGER RESULT, G variable in program:A19
55 RESULT = G(10)
56 PRINT *, RESULT
57 IF (RESULT .NE. 30) THEN
/openbsd-current/gnu/usr.bin/gcc/contrib/regression/
H A Dbtest-gcc.sh52 # OUTPUT: in $RESULT, one of the following keywords:
59 RESULT=$STATE/RESULT
74 # that way if something is badly wrong and $RESULT can't
78 echo error > $RESULT || exit 1
106 echo build > $RESULT
119 echo error > $RESULT || exit 1
152 echo build > $RESULT
165 echo regress-$NUMREGRESS > $RESULT
176 echo pass > $RESULT
[all...]
H A Dobjs-gcc.sh44 # OUTPUT: in $RESULT, one of the following keywords:
51 RESULT=$STATE/RESULT
66 # that way if something is badly wrong and $RESULT can't
70 echo error > $RESULT || exit 1
99 echo build > $RESULT
126 echo pass > $RESULT
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dmkcheck.in281 RESULT="-r"
283 RESULT="+"
290 RESULT="+"
344 RESULT='-r'
360 if [ "$RESULT" = '+' ]; then
368 RESULT="-b"
375 if test "$RESULT" = "+" ; then
389 printf "%s\t" "$RESULT"
391 "$RESULT" $C_TIME $E_TIME $TEXT $DATA $SIZE $NAME >> $RESULTS_FILE
/openbsd-current/usr.bin/rpcgen/
H A Drpc_clntout.c48 static char RESULT[] = "clnt_res"; variable
175 fprintf(fout, "%s;\n",RESULT);
178 ampr(proc->res_type), RESULT, RESULT);
185 stringfix(proc->res_type), ampr(proc->res_type), RESULT);
198 ampr(proc->res_type), RESULT);
208 ampr(proc->res_type),RESULT);
214 ampr(proc->res_type),RESULT);
216 fprintf(fout, "\treturn (%s%s);\n", ampr(proc->res_type),RESULT);
H A Drpc_svcout.c46 static char RESULT[] = "result"; variable
404 fprintf(fout, "\tchar *%s;\n", RESULT);
407 fprintf(fout, "\txdrproc_t xdr_%s, xdr_%s;\n", ARG, RESULT);
413 ARG, RESULT);
440 p_xdrfunc(RESULT, proc->res_type);
471 RESULT, ROUTINE, ARG, RQSTP);
474 RESULT, ROUTINE, ARG, RQSTP);
477 RESULT, TRANSP, RESULT, RESULT);
[all...]
/openbsd-current/regress/sbin/pfctl/
H A Dpfr.exec18 RESULT=`echo $LINE | awk '{split($1,a,"_");print a[1]}'`
19 case $RESULT in
33 if [ "$RESULT" = "pass" ]; then case $CMD in
46 echo "# $RESULT $CMD $ARGS"
47 if [ "$RESULT" = "pass" ]; then
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_program.py98 RESULT = object() variable
114 return RESULT
193 self.assertIs(program.result, RESULT)
207 self.assertIs(program.result, RESULT)
225 self.assertIs(program.result, RESULT)
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dresults.t12 use constant RESULT => 'TAP::Parser::Result'; constant
38 RESULT; # you didn't see this
51 can_ok RESULT, 'new';
/openbsd-current/gnu/gcc/gcc/config/
H A Dnetbsd-aout.h125 #define ASM_DECLARE_RESULT(FILE, RESULT)
H A Dopenbsd.h235 #define ASM_DECLARE_RESULT(FILE, RESULT)
H A Delfos.h260 #define ASM_DECLARE_RESULT(FILE, RESULT)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Dfreebsd-aout.h142 #define ASM_DECLARE_RESULT(FILE, RESULT)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Dnetbsd-aout.h123 #define ASM_DECLARE_RESULT(FILE, RESULT)
H A Dopenbsd.h246 #define ASM_DECLARE_RESULT(FILE, RESULT)
H A Delfos.h279 #define ASM_DECLARE_RESULT(FILE, RESULT)
/openbsd-current/regress/usr.bin/ssh/
H A Dtest-exec.sh374 RESULT=1
378 exit $RESULT
388 exit $RESULT
396 exit $RESULT
411 RESULT=0
800 if [ $RESULT -eq 0 ]; then
808 exit $RESULT
/openbsd-current/gnu/gcc/gcc/
H A Dgengtype-lex.l33 #define YY_INPUT(BUF,RESULT,SIZE) ((RESULT) = macro_input (BUF,SIZE))
H A Dtree-flow.h53 storing each element in RESULT, which is of type TYPE. */
54 #define FOR_EACH_HTAB_ELEMENT(HTAB, RESULT, TYPE, ITER) \
55 for (RESULT = (TYPE) first_htab_element (&(ITER), (HTAB)); \
57 RESULT = (TYPE) next_htab_element (&(ITER)))
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Delf.h264 #define ASM_DECLARE_RESULT(FILE, RESULT)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/alpha/
H A Delf.h312 #define ASM_DECLARE_RESULT(FILE, RESULT)
/openbsd-current/gnu/gcc/gcc/config/mcore/
H A Dmcore.h899 #define ASM_DECLARE_RESULT(FILE, RESULT)
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dsparc.h1622 #define ASM_DECLARE_RESULT(FILE, RESULT) \
1623 fprintf ((FILE), "\t.proc\t0%lo\n", sparc_type_code (TREE_TYPE (RESULT)))

Completed in 320 milliseconds

12