Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dz8k-dis.c288 char out_str[100]; in output_instr() local
290 out_str[0] = 0; in output_instr()
295 strcat (out_str, instr_data->instr_asmsrc); in output_instr()
297 (*info->fprintf_func) (info->stream, "%s", out_str); in output_instr()
531 char out_str[80], tmp_str[25]; in unparse_instr() local
533 sprintf (out_str, "%s\t", z8k_table[instr_data->tabl_index].name); in unparse_instr()
539 strcat (out_str, ","); in unparse_instr()
550 strcat (out_str, tmp_str); in unparse_instr()
559 strcat (out_str, tmp_str); in unparse_instr()
568 strcat (out_str, tmp_str); in unparse_instr()
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dz8k-dis.c288 char out_str[100]; in output_instr() local
290 out_str[0] = 0; in output_instr()
295 strcat (out_str, instr_data->instr_asmsrc); in output_instr()
297 (*info->fprintf_func) (info->stream, "%s", out_str); in output_instr()
531 char out_str[80], tmp_str[25]; in unparse_instr() local
533 sprintf (out_str, "%s\t", z8k_table[instr_data->tabl_index].name); in unparse_instr()
539 strcat (out_str, ","); in unparse_instr()
550 strcat (out_str, tmp_str); in unparse_instr()
559 strcat (out_str, tmp_str); in unparse_instr()
568 strcat (out_str, tmp_str); in unparse_instr()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Ddisassembler.py101 out_str = cast((c_byte * 255)(), c_char_p)
104 c_uint64(pc), out_str, 255)
106 return (result, out_str.value)
122 out_str = cast((c_byte * 255)(), c_char_p)
133 out_str, 255)
138 yield (address, result, out_str.value)
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Drsaz_exp_x2.c531 uint8_t *out_str = (uint8_t *)out;
538 memcpy(out_str, &digit, sizeof(digit));
539 out_str += 6;
541 memcpy(out_str, &digit, sizeof(digit));
542 out_str += 7;
546 put_digit52(out_str, 7, in[0]);
547 out_str += 6;
549 put_digit52(out_str, BITS2WORD8_SIZE(out_bitsize),
552 put_digit52(out_str, BITS2WORD8_SIZE(out_bitsize), in[0]);
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/sym_check/
H A Dutil.py46 out_str = ''
55 out_str += pformat(sym, width=100000) + '\n'
57 sys.stdout.write(out_str)
60 f.write(out_str)
/netbsd-src/external/bsd/flex/dist/src/
H A Dmisc.c579 void out_str (const char *fmt, const char str[]) in out_str() function
716 out_str ("/* %s */\\\n", buf); in skelout()
718 out_str ("/* %s */\n", buf); in skelout()
735 out_str("/*(state = (%s) */",do_copy?"true":"false"); in skelout()
737 out_str("%s\n", buf[strlen (buf) - 1] =='\\' ? "\\" : ""); in skelout()
742 out_str("/*(state = (%s) */",do_copy?"true":"false"); in skelout()
744 out_str("%s\n", buf[strlen (buf) - 1] =='\\' ? "\\" : ""); in skelout()
773 out_str("#define YYTABLES_NAME \"%s\"\n", in skelout()
H A Dmain.c1593 out_str ("\n#define %swrap(yyscanner) (/*CONSTCOND*/1)\n", prefix); in readin()
1595 out_str ("\n#define %swrap() (/*CONSTCOND*/1)\n", prefix); in readin()
1677 out_str ("\n#define YY_DECL int %s::yylex()\n", in readin()
H A Dgen.c1476 out_str (fmt, arg); in indent_put2s()
1971 out_str ("for ( yyl = %s; yyl < yyleng; ++yyl )\n", in make_tables()
2074 out_str ("case YY_STATE_EOF(%s):\n", scname[i]); in make_tables()
/netbsd-src/external/bsd/libbind/dist/dst/
H A Dhmac_link.c391 dst_hmac_md5_to_dns_key(const DST_KEY *in_key, u_char *out_str, in dst_hmac_md5_to_dns_key() argument
399 out_len <= in_key->dk_key_size || out_str == NULL) in dst_hmac_md5_to_dns_key()
404 out_str[i] = hkey->hk_ipad[i] ^ HMAC_IPAD; in dst_hmac_md5_to_dns_key()
/netbsd-src/lib/libresolv/
H A Dhmac_link.c382 dst_hmac_md5_to_dns_key(const DST_KEY *in_key, u_char *out_str, in dst_hmac_md5_to_dns_key() argument
390 out_len <= in_key->dk_key_size || out_str == NULL) in dst_hmac_md5_to_dns_key()
395 out_str[i] = hkey->hk_ipad[i] ^ HMAC_IPAD; in dst_hmac_md5_to_dns_key()
/netbsd-src/external/lgpl3/gmp/dist/mpq/
H A DMakefile.am39 init.c inits.c inp_str.c inv.c md_2exp.c mul.c neg.c out_str.c \
H A DMakefile.in135 inv.lo md_2exp.lo mul.lo neg.lo out_str.lo set.lo set_den.lo \
371 init.c inits.c inp_str.c inv.c md_2exp.c mul.c neg.c out_str.c \
/netbsd-src/external/lgpl3/gmp/lib/libgmp/
H A DMakefile25 sqrt.c random2.c inp_str.c out_str.c \
76 out_raw.c out_str.c perfpow.c perfsqr.c \
101 md_2exp.c mul.c neg.c out_str.c \
/netbsd-src/external/lgpl3/gmp/dist/mpf/
H A DMakefile.am38 get_str.c dump.c size.c eq.c reldiff.c sqrt.c random2.c inp_str.c out_str.c \
H A DMakefile.in136 inp_str.lo out_str.lo add.lo add_ui.lo sub.lo sub_ui.lo \
376 get_str.c dump.c size.c eq.c reldiff.c sqrt.c random2.c inp_str.c out_str.c \
/netbsd-src/external/lgpl3/mpc/dist/src/
H A DMakefile.am29 neg.c norm.c out_str.c pow.c pow_fr.c \
H A DMakefile.in144 neg.lo norm.lo out_str.lo pow.lo pow_fr.lo pow_ld.lo pow_d.lo \
197 ./$(DEPDIR)/out_str.Plo ./$(DEPDIR)/pow.Plo \
397 neg.c norm.c out_str.c pow.c pow_fr.c \
537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/out_str.Plo@am__quote@ # am--include-marker
785 -rm -f ./$(DEPDIR)/out_str.Plo
917 -rm -f ./$(DEPDIR)/out_str.Plo
/netbsd-src/external/lgpl3/mpc/lib/libmpc/
H A DMakefile71 out_str.c \
/netbsd-src/tools/m4/bootstrap/
H A Dtokenizer.c548 void yyset_out (FILE * out_str );
1742 void yyset_out (FILE * out_str ) in yyset_out() argument
1744 yyout = out_str ; in yyset_out()
/netbsd-src/external/lgpl3/gmp/dist/demos/calc/
H A Dcalclex.c575 void yyset_out (FILE * out_str );
1811 void yyset_out (FILE * out_str ) in yyset_out() argument
1813 yyout = out_str ; in yyset_out()
/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A DMakefile.am60 out_raw.c out_str.c perfpow.c perfsqr.c popcount.c pow_ui.c powm.c \
/netbsd-src/external/lgpl3/gmp/dist/
H A DMakefile.am159 mpf/sqrt$U.lo mpf/random2$U.lo mpf/inp_str$U.lo mpf/out_str$U.lo \
209 mpz/out_raw$U.lo mpz/out_str$U.lo mpz/perfpow$U.lo mpz/perfsqr$U.lo \
232 mpq/md_2exp$U.lo mpq/mul$U.lo mpq/neg$U.lo mpq/out_str$U.lo \
/netbsd-src/external/lgpl3/mpc/dist/
H A DMakefile.vc152 $(DIRMPC)\out_str.obj \
231 out_str.obj \
/netbsd-src/external/lgpl3/mpfr/lib/libmpfr/
H A DMakefile180 out_str.c \
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A DMakefile.am45 mul_2ui.c mul.c mul_ui.c neg.c next.c out_str.c printf.c vasprintf.c \

12