| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A 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 …]
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | _doprnt.c | 211 #define RESULT(x) do \ macro 236 RESULT(checkit ("<%d>\n", 0x12345678)); in main() 237 RESULT(printf ("<%d>\n", 0x12345678)); in main() 239 RESULT(checkit ("<%200d>\n", 5)); in main() 240 RESULT(printf ("<%200d>\n", 5)); in main() 242 RESULT(checkit ("<%.300d>\n", 6)); in main() 243 RESULT(printf ("<%.300d>\n", 6)); in main() 245 RESULT(checkit ("<%100.150d>\n", 7)); in main() 246 RESULT(printf ("<%100.150d>\n", 7)); in main() 248 RESULT(checkit ("<%s>\n", in main() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A 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 …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A 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 …]
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | hash.h | 84 #define STRING_HASH_1(KEY, RESULT) do { \ argument 87 (RESULT) += (*_key_ << (_key_[1] & 0xf)); \ 95 #define STRING_HASH_2(KEY, RESULT) do { \ argument 98 (RESULT) += (*_key_ << (_key_[1] & 0x7)); \ 106 #define STRING_COMPARE(X, Y, RESULT) do { \ argument 107 RESULT = strcmp ((X), (Y)); \ 114 #define STRING_N_HASH_1(KEY, N, RESULT) do { \ argument 119 (RESULT) += (*_key_ << (_key_[1] & 0xf)); \ 120 (RESULT) += *++_key_; \ 128 #define STRING_N_HASH_2(KEY, N, RESULT) do { \ argument [all …]
|
| /netbsd-src/usr.bin/rpcgen/ |
| H A D | rpc_clntout.c | 62 static char RESULT[] = "clnt_res"; variable 99 printarglist(proc, RESULT, "clnt", "CLIENT *"); in write_program() 193 f_print(fout, "%s;\n", RESULT); in printbody() 198 ampr(proc->res_type), RESULT, RESULT); in printbody() 205 stringfix(proc->res_type), RESULT); in printbody() 212 RESULT); in printbody() 226 stringfix(proc->res_type), RESULT); in printbody() 232 ampr(proc->res_type), RESULT); in printbody() 242 stringfix(proc->res_type), RESULT); in printbody() 251 ampr(proc->res_type), RESULT); in printbody() [all …]
|
| H A D | rpc_svcout.c | 57 static char RESULT[] = "result"; variable 417 f_print(fout, "\t} %s;\n", RESULT); in write_program() 420 f_print(fout, "\tchar *%s;\n", RESULT); in write_program() 422 f_print(fout, "\txdrproc_t xdr_%s, xdr_%s;\n", ARG, RESULT); in write_program() 453 p_xdrfunc(RESULT, proc->res_type); in write_program() 485 ROUTINE, ARG, RESULT, RQSTP); in write_program() 488 RESULT, ROUTINE, ARG, RQSTP); in write_program() 492 TRANSP, RESULT, RESULT); in write_program() 496 RESULT, TRANSP, RESULT, RESULT); in write_program() 511 TRANSP, RESULT, RESULT); in write_program()
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/regression/ |
| H A D | btest-gcc.sh | 78 RESULT=$STATE/RESULT 97 echo error > $RESULT || exit 1 123 echo build > $RESULT 141 echo error > $RESULT || exit 1 195 echo build > $RESULT 236 echo regress-$NUMREGRESS > $RESULT 240 echo pass > $RESULT
|
| H A D | objs-gcc.sh | 52 RESULT=$STATE/RESULT 71 echo error > $RESULT || exit 1 100 echo build > $RESULT 127 echo pass > $RESULT
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/regression/ |
| H A D | btest-gcc.sh | 78 RESULT=$STATE/RESULT 97 echo error > $RESULT || exit 1 123 echo build > $RESULT 141 echo error > $RESULT || exit 1 195 echo build > $RESULT 236 echo regress-$NUMREGRESS > $RESULT 240 echo pass > $RESULT
|
| H A D | objs-gcc.sh | 52 RESULT=$STATE/RESULT 71 echo error > $RESULT || exit 1 100 echo build > $RESULT 127 echo pass > $RESULT
|
| /netbsd-src/sys/arch/luna68k/dev/ |
| H A D | xpcmd.c | 49 RESULT = 2, enumerator 76 xp_writemem8(addr + RESULT, 0); in xp_cmd_nowait() 91 xp_writemem8(addr + RESULT, 0); in xp_cmd() 93 while ((rv = xp_readmem8(addr + RESULT)) == 0) in xp_cmd()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/ |
| H A D | unit_tests.sh | 18 RESULT=0 79 ((RESULT+=1)) 114 echo "${RESULT} error(s) encountered" 117 exit ${RESULT}
|
| /netbsd-src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
| H A D | update_version_git | 38 RESULT=0 74 RESULT=1 78 RESULT=1 85 exit $RESULT
|
| H A D | update_version_svn | 35 RESULT=0 73 RESULT=1 85 exit $RESULT
|
| /netbsd-src/lib/libc/arch/alpha/gen/ |
| H A D | divrem.m4 | 49 define(RESULT, `t12') macro 69 mov zero, RESULT /* Initialize result to zero */ 116 /* RESULT is already zero, from above. A is untouched. */ 120 cmovne CC, 1, RESULT 158 or RESULT, BIT, T_0 159 cmoveq CC, T_0, RESULT 169 `', ` mov A, RESULT 174 subq zero, RESULT, T_0 175 cmovlbs NEG, T_0, RESULT
|
| /netbsd-src/sys/lib/libkern/arch/alpha/ |
| H A D | divrem.m4 | 49 define(RESULT, `t12') macro 69 mov zero, RESULT /* Initialize result to zero */ 116 /* RESULT is already zero, from above. A is untouched. */ 120 cmovne CC, 1, RESULT 158 or RESULT, BIT, T_0 159 cmoveq CC, T_0, RESULT 169 `', ` mov A, RESULT 174 subq zero, RESULT, T_0 175 cmovlbs NEG, T_0, RESULT
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
| H A D | quad-float128.h | 183 #define CVT_FLOAT128_TO_IBM128(RESULT, VALUE) \ argument 207 RESULT = u.ibm128; \ 210 #define CVT_IBM128_TO_FLOAT128(RESULT, VALUE) \ argument 221 RESULT = (TFtype) __high; \ 226 RESULT = (TFtype) __high; \ 229 RESULT = ((TFtype) __high) + ((TFtype) __low); \
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| H A D | quad-float128.h | 210 #define CVT_FLOAT128_TO_IBM128(RESULT, VALUE) \ argument 234 RESULT = u.ibm128; \ 237 #define CVT_IBM128_TO_FLOAT128(RESULT, VALUE) \ argument 248 RESULT = (TFtype) __high; \ 253 RESULT = (TFtype) __high; \ 256 RESULT = ((TFtype) __high) + ((TFtype) __low); \
|
| /netbsd-src/external/bsd/openldap/dist/tests/scripts/ |
| H A D | test059-consumer-config | 232 RESULT=`$LDAPSEARCH -H $URI2 -D cn=config -y $CONFIGPWF \ 235 if test "x$RESULT" = "xOK" ; then 271 RESULT=`$LDAPSEARCH -H $URI2 -D cn=config -y $CONFIGPWF \ 274 if test "x$RESULT" = "xOK" ; then 380 RESULT=`$LDAPSEARCH -H $URI2 \ 383 if test "x$RESULT$nullOK" = "xOK" ; then
|
| H A D | test086-delta-consumer-config | 354 RESULT=`$LDAPSEARCH -H $URI2 -D cn=config -y $CONFIGPWF \ 357 if test "x$RESULT" = "xOK" ; then 393 RESULT=`$LDAPSEARCH -H $URI2 -D cn=config -y $CONFIGPWF \ 396 if test "x$RESULT" = "xOK" ; then 404 if test "x$RESULT" != "xOK" ; then 502 RESULT=`$LDAPSEARCH -H $URI2 \ 505 if test "x$RESULT$nullOK" = "xOK" ; then
|
| H A D | test049-sync-config | 186 RESULT=`$LDAPSEARCH -H $URI2 -D cn=config -y $CONFIGPWF \ 189 if test "x$RESULT" = "xOK" ; then 300 RESULT=`$LDAPSEARCH -H $URI2 \ 303 if test "x$RESULT$nullOK" = "xOK" ; then
|
| /netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/ |
| H A D | update_version_git | 30 RESULT=$? 35 exit $RESULT
|
| /netbsd-src/sys/arch/luna68k/dev/xplx/ |
| H A D | xplx.asm | 73 ; READY-CMD-RESULT-RUN プロトコル 82 ; RESULT 84 ; RESULT=x READY=1 の順で書き込む。 89 ; 実行完了時、RESULT=x RUN=0 READY=1 の順で書き込む。 98 ; RESULT を書く 105 ; RESULT=0; // 結果クリア 107 ; while (RESULT == 0); // 実行完了待ち 108 ; if (RESULT==ERROR) error(); // エラー確認 115 ; +2.b RESULT 133 ; +2.b RESULT [all …]
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | varmod-loop.mk | 129 RESULT:= ${:U${GLOBAL} ${:U:@GLOBAL@@} ${GLOBAL:Uundefined}} 130 .if ${RESULT} != "before-global undefined"
|