| /openbsd/src/gnu/lib/libiberty/src/ |
| D | _doprnt.c | 212 #define RESULT(x) do \ macro 237 RESULT(checkit ("<%d>\n", 0x12345678)); in main() 238 RESULT(printf ("<%d>\n", 0x12345678)); in main() 240 RESULT(checkit ("<%200d>\n", 5)); in main() 241 RESULT(printf ("<%200d>\n", 5)); in main() 243 RESULT(checkit ("<%.300d>\n", 6)); in main() 244 RESULT(printf ("<%.300d>\n", 6)); in main() 246 RESULT(checkit ("<%100.150d>\n", 7)); in main() 247 RESULT(printf ("<%100.150d>\n", 7)); in main() 249 RESULT(checkit ("<%s>\n", in main() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/contrib/regression/ |
| D | btest-gcc.sh | 59 RESULT=$STATE/RESULT 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
|
| D | objs-gcc.sh | 51 RESULT=$STATE/RESULT 70 echo error > $RESULT || exit 1 99 echo build > $RESULT 126 echo pass > $RESULT
|
| /openbsd/src/usr.bin/rpcgen/ |
| D | rpc_clntout.c | 48 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);
|
| D | rpc_svcout.c | 46 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);
|
| /openbsd/src/gnu/gcc/libgomp/testsuite/libgomp.fortran/appendix-a/ |
| D | a.19.1.f90 | 53 INTEGER RESULT, G variable 55 RESULT = G(10) 56 PRINT *, RESULT 57 IF (RESULT .NE. 30) THEN
|
| D | a.18.1.f90 | 19 REAL RESULT(256) variable 47 RESULT(IAM) = FN2(WORK(NEIGHBOR), WORK(IAM)) 55 IF (RESULT(I) .NE. I * 2 + NEIGHBOR * 2) THEN
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/ |
| D | mkcheck.in | 281 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/src/gnu/usr.bin/gcc/gcc/f/ |
| D | symbol.def | 35 or RESULT. Any combinations including those possibilities are not 49 RESULT are not permitted in a PROGRAM/BLOCKDATA program unit, which 54 ENTITY/DUMMY, ENTITY/RESULT, FUNCTION/INTRINSIC. 88 ENTITY/DUMMY, ENTITY/LOCAL, ENTITY/RESULT, FUNCTION/DUMMY, 119 DUMMY, EQUIV, EXTERNAL, INIT, INTRINSIC, NAMELIST, RESULT, SAVE, SFARG, 149 INTRINSIC, NAMELIST, RESULT, SAVE, SAVECBLOCK, SFUNC. 166 NAMELIST, INIT, INTRINSIC, RESULT, SAVE, SFARG, SFUNC. 189 EXTERNAL, INTRINSIC, RESULT, SAVE, SFUNC. 235 Can be combined with: ADJUSTABLE+, ANY, ANYSIZE+, ARRAY-, DUMMY!, RESULT+, 257 NAMELIST, INIT, INTRINSIC, RESULT, SAVE, SFARG, SFUNC. [all …]
|
| D | str-ot.fin | 47 Result RESULT
|
| /openbsd/src/regress/sbin/pfctl/ |
| D | pfr.exec | 18 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/src/sys/lib/libkern/arch/alpha/ |
| D | divrem.m4 | 50 define(RESULT, `t12') macro 70 mov zero, RESULT /* Initialize result to zero */ 117 /* RESULT is already zero, from above. A is untouched. */ 121 cmovne CC, 1, RESULT 159 or RESULT, BIT, T_0 160 cmoveq CC, T_0, RESULT 170 `', ` mov A, RESULT 175 subqv zero, RESULT, T_0 176 cmovlbs NEG, T_0, RESULT
|
| /openbsd/src/lib/libc/arch/alpha/gen/ |
| D | divrem.m4 | 50 define(RESULT, `t12') macro 95 mov zero, RESULT /* Initialize result to zero */ 142 /* RESULT is already zero, from above. A is untouched. */ 146 cmovne CC, 1, RESULT 184 or RESULT, BIT, T_0 185 cmoveq CC, T_0, RESULT 195 `', ` mov A, RESULT 200 subq zero, RESULT, T_0 201 cmovlbs NEG, T_0, RESULT
|
| /openbsd/src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/ |
| D | test_program.py | 98 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/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
| D | MakeMaker.pm | 773 push @{$self->{RESULT}}, <<END; 786 push @{$self->{RESULT}}, $self->_MakeMaker_Parameters_section(\%initial_att); 789 push @{$self->{RESULT}}, <<END; 799 push @{$self->{RESULT}}, "# $key => $v"; 804 push @{$self->{RESULT}}, "# no values returned"; 835 push @{$self->{RESULT}}, "\n# --- MakeMaker $section section $skipit."; 838 push @{$self->{RESULT}}, "\n# --- MakeMaker $section section:"; 839 push @{$self->{RESULT}}, "# " . join ", ", %a if $Verbose && %a; 840 push @{$self->{RESULT}}, $self->maketext_filter( 846 push @{$self->{RESULT}}, "\n# End."; [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| D | results.t | 12 use constant RESULT => 'TAP::Parser::Result'; constant 38 RESULT; # you didn't see this 51 can_ok RESULT, 'new';
|
| /openbsd/src/regress/usr.bin/ssh/ |
| D | test-exec.sh | 385 RESULT=1 389 exit $RESULT 399 exit $RESULT 407 exit $RESULT 422 RESULT=0 813 if [ $RESULT -eq 0 ]; then 821 exit $RESULT
|
| /openbsd/src/gnu/gcc/gcc/config/ |
| D | netbsd-aout.h | 125 #define ASM_DECLARE_RESULT(FILE, RESULT) argument
|
| D | openbsd.h | 233 #define ASM_DECLARE_RESULT(FILE, RESULT) argument
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/ |
| D | netbsd-aout.h | 123 #define ASM_DECLARE_RESULT(FILE, RESULT) argument
|
| D | openbsd.h | 243 #define ASM_DECLARE_RESULT(FILE, RESULT) argument
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/ |
| D | freebsd-aout.h | 139 #define ASM_DECLARE_RESULT(FILE, RESULT) argument
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/ |
| D | Harness.pm | 623 RESULT: { label 655 redo RESULT;
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | tree-flow.h | 54 #define FOR_EACH_HTAB_ELEMENT(HTAB, RESULT, TYPE, ITER) \ argument 55 for (RESULT = (TYPE) first_htab_element (&(ITER), (HTAB)); \ 57 RESULT = (TYPE) next_htab_element (&(ITER)))
|
| D | gengtype-lex.l | 33 #define YY_INPUT(BUF,RESULT,SIZE) ((RESULT) = macro_input (BUF,SIZE)) argument
|