/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/ |
H A D | sun2o4.h | 123 { char dstr[30]; \ 124 real_to_decimal (dstr, &(VALUE), sizeof (dstr), 9, 0); \ 125 fprintf (FILE, "#0r%s", dstr); \ 143 { char dstr[30]; \ 144 real_to_decimal (dstr, &(VALUE), sizeof (dstr), 0, 1); \ 145 fprintf (FILE, "#0r%s", dstr); \
|
H A D | sun3.h | 210 { char dstr[30]; \ 211 real_to_decimal (dstr, &(VALUE), sizeof (dstr), 9, 0); \ 212 asm_fprintf (FILE, "%I0r%s", dstr); \ 230 { char dstr[30]; \ 231 real_to_decimal (dstr, &(VALUE), sizeof (dstr), 0, 1); \ 232 asm_fprintf (FILE, "%I0r%s", dstr); \
|
H A D | hp320.h | 302 char dstr[30]; \ 303 real_to_decimal (dstr, &(VALUE), sizeof (dstr), 9, 0); \ 319 do { char dstr[30]; \ 320 real_to_decimal (dstr, &(VALUE), sizeof (dstr), 0, 1); \ 321 fprintf (FILE, "&0f%s", dstr); \ 328 do { char dstr[30]; \ 329 real_to_decimal (dstr, &(VALUE), sizeof (dstr), 0, 1); \ 330 fprintf (FILE, "&0f%s", dstr); \ 356 { char dstr[30]; \ 358 sizeof (dstr), 0, 1); \ [all …]
|
H A D | m68k.h | 1839 char dstr[30]; \ 1840 real_to_decimal (dstr, &(VALUE), sizeof (dstr), 9, 0); \ 1841 asm_fprintf ((FILE), "%I0r%s", dstr); \ 1854 do { char dstr[30]; \ 1855 real_to_decimal (dstr, &(VALUE), sizeof (dstr), 0, 1); \ 1856 asm_fprintf (FILE, "%I0r%s", dstr); \ 1862 do { char dstr[30]; \ 1863 real_to_decimal (dstr, &(VALUE), sizeof (dstr), 0, 1); \ 1864 asm_fprintf (FILE, "%I0r%s", dstr); \
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | Sv_set | 27 #define sv_setsv_flags(dstr, sstr, flags) \ 31 Perl_sv_setsv_flags(aTHX_ (dstr), (sstr), (flags) & ~SV_NOSTEAL); \ 34 Perl_sv_setsv_flags(aTHX_ (dstr), (sstr), (flags) & ~SV_NOSTEAL); \ 38 #define sv_setsv_flags(dstr, sstr, flags) \ 42 Perl_sv_setsv_flags(aTHX_ (dstr), (sstr), (flags) & ~SV_NOSTEAL), \ 46 Perl_sv_setsv_flags(aTHX_ (dstr), (sstr), (flags) & ~SV_NOSTEAL), \ 54 __UNDEFINED__ sv_setsv_flags(dstr, sstr, flags) \ 60 sv_setsv((dstr), (sstr)); \ 63 sv_setsv((dstr), (sstr)); \ 69 sv_setsv((dstr), (sstr)); \ [all …]
|
/openbsd/gnu/gcc/gcc/config/vax/ |
H A D | vax.h | 899 { char dstr[30]; \ 900 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (X), \ 901 sizeof (dstr), 0, 1); \ 902 fprintf (FILE, "$0f%s", dstr); } \ 904 { char dstr[30]; \ 905 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (X), \ 906 sizeof (dstr), 0, 1); \ 907 fprintf (FILE, "$0%c%s", ASM_DOUBLE_CHAR, dstr); } \
|
/openbsd/gnu/usr.bin/perl/ext/PerlIO-encoding/t/ |
H A D | encoding.t | 102 my $dstr = <F>; 104 is($dstr, $str); 116 $dstr = join(":", <F>); 119 is($dstr, "foo\\x8C\\x80\\x80\\x80bar\n:\\x80foo\n"); 121 is($dstr, "foo\\xF0\\x80\\x80\\x80bar\n:\\x80foo\n");
|
/openbsd/gnu/gcc/gcc/config/m68k/ |
H A D | m68k.h | 1007 char dstr[30]; \ 1008 real_to_decimal (dstr, &(VALUE), sizeof (dstr), 9, 0); \ 1009 asm_fprintf ((FILE), "%I0r%s", dstr); \ 1022 do { char dstr[30]; \ 1023 real_to_decimal (dstr, &(VALUE), sizeof (dstr), 0, 1); \ 1024 asm_fprintf (FILE, "%I0r%s", dstr); \ 1030 do { char dstr[30]; \ 1031 real_to_decimal (dstr, &(VALUE), sizeof (dstr), 0, 1); \ 1032 asm_fprintf (FILE, "%I0r%s", dstr); \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/vax/ |
H A D | vax.h | 1200 { char dstr[30]; \ 1201 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (X), \ 1202 sizeof (dstr), 0, 1); \ 1203 fprintf (FILE, "$0f%s", dstr); } \ 1205 { char dstr[30]; \ 1206 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (X), \ 1207 sizeof (dstr), 0, 1); \ 1208 fprintf (FILE, "$0%c%s", ASM_DOUBLE_CHAR, dstr); } \
|
/openbsd/lib/libutil/ |
H A D | fparseln.c | 68 static const char dstr[3] = { '\\', '\\', '#' }; in fparseln() local 74 str = dstr; in fparseln()
|
/openbsd/bin/pax/ |
H A D | options.c | 1541 char *dstr; in opt_add() local 1547 if ((dstr = strdup(str)) == NULL) { in opt_add() 1551 frpt = endpt = dstr; in opt_add() 1563 free(dstr); in opt_add() 1568 free(dstr); in opt_add() 1571 dstr = NULL; /* parts of string going onto the OPLIST */ in opt_add() 1587 free(dstr); in opt_add()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | pp_hot.c | 5232 SV *dstr; in PP() local 5239 dstr = *PL_stack_sp; in PP() 5243 dstr = NULL; in PP() 5344 if (dstr) in PP() 5356 if (dstr) { in PP() 5360 SvSetSV(nsv, dstr); in PP() 5501 repl = dstr; in PP() 5560 TARG = dstr; in PP() 5561 retval = dstr; in PP() 5581 SvPV_set(dstr, NULL); in PP() [all …]
|
H A D | pp.c | 6610 SV *dstr; variable 6732 XPUSHs(dstr); 6776 XPUSHs(dstr); 6820 PUSHs(dstr); 6825 PUSHs(dstr); 6854 XPUSHs(dstr); 6879 XPUSHs(dstr); 6915 XPUSHs(dstr); 6938 XPUSHs(dstr); 6957 dstr = newSVpvn_flags(s, l, flags); [all …]
|
H A D | pp_ctl.c | 218 SV * const dstr = cx->sb_dstr; in PP() local 245 sv_catsv_nomg(dstr, *PL_stack_sp); in PP() 269 retval = dstr; in PP() 272 targ = dstr; in PP() 278 SvPV_set(targ, SvPVX(dstr)); in PP() 279 SvCUR_set(targ, SvCUR(dstr)); in PP() 280 SvLEN_set(targ, SvLEN(dstr)); in PP() 281 if (DO_UTF8(dstr)) in PP() 283 SvPV_set(dstr, NULL); in PP() 368 if (DO_UTF8(dstr) && !SvUTF8(cx->sb_targ)) in PP() [all …]
|
H A D | cop.h | 1083 cx->sb_dstr = dstr, \
|
H A D | regcomp.c | 13546 Perl_re_dup_guts(pTHX_ const REGEXP *sstr, REGEXP *dstr, CLONE_PARAMS *param) in Perl_re_dup_guts() argument 13550 struct regexp *ret = ReANY(dstr); in Perl_re_dup_guts() 13606 RXi_SET(ret, CALLREGDUPE_PVT(dstr, param)); in Perl_re_dup_guts() 13608 if (RX_MATCH_COPIED(dstr)) in Perl_re_dup_guts() 13635 RX_WRAPPED(dstr) = SAVEPVN(RX_WRAPPED_const(sstr), SvCUR(sstr)+1); in Perl_re_dup_guts() 13640 SvLEN_set(dstr, SvCUR(sstr)+1); in Perl_re_dup_guts()
|
H A D | sv.c | 5629 const char * const dstr = SvPV_force_flags(dsv, dlen, flags); local 5640 if (sstr == dstr) 5653 assert(sstr != dstr);
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 15832 #define sv_setsv_flags(dstr, sstr, flags) \ argument 15836 Perl_sv_setsv_flags(aTHX_ (dstr), (sstr), (flags) & ~SV_NOSTEAL); \ 15839 Perl_sv_setsv_flags(aTHX_ (dstr), (sstr), (flags) & ~SV_NOSTEAL); \ 15846 Perl_sv_setsv_flags(aTHX_ (dstr), (sstr), (flags) & ~SV_NOSTEAL), \ 15850 Perl_sv_setsv_flags(aTHX_ (dstr), (sstr), (flags) & ~SV_NOSTEAL), \ 15859 # define sv_setsv_flags(dstr, sstr, flags) \ argument 15865 sv_setsv((dstr), (sstr)); \ 15868 sv_setsv((dstr), (sstr)); \ 15874 sv_setsv((dstr), (sstr)); \ 15877 sv_setsv((dstr), (sstr)); \ [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i960/ |
H A D | i960.c | 1795 char dstr[30]; local 1808 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (x), sizeof (dstr), 0, 1); 1809 fprintf (file, "0f%s", dstr);
|
/openbsd/gnu/gcc/gcc/config/m68hc11/ |
H A D | m68hc11.c | 2233 char dstr[30]; in print_operand() local 2235 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (op), in print_operand() 2236 sizeof (dstr), 0, 1); in print_operand() 2237 asm_fprintf (file, "%I0r%s", dstr); in print_operand()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m68hc11/ |
H A D | m68hc11.c | 2327 char dstr[30]; local 2329 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (op), 2330 sizeof (dstr), 0, 1); 2331 asm_fprintf (file, "%I0r%s", dstr);
|
/openbsd/gnu/usr.bin/gcc/gcc/config/ip2k/ |
H A D | ip2k.c | 3080 char dstr[100]; 3083 real_to_decimal (dstr, &n, sizeof (dstr), 0, 1); 3085 fprintf (file, "\t.long 0x%08lx\t/* %s */\n", val, dstr);
|
/openbsd/gnu/gcc/gcc/ |
H A D | genautomata.c | 1538 char *dstr; in gen_regexp_el() local 1546 dstr = alloca (len - 1); in gen_regexp_el() 1547 memcpy (dstr, str + 1, len - 2); in gen_regexp_el() 1548 dstr [len-2] = '\0'; in gen_regexp_el() 1549 regexp = gen_regexp_sequence (dstr); in gen_regexp_el()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | i386.c | 7140 char dstr[30]; local 7142 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (x), sizeof (dstr), 0, 1); 7143 fprintf (file, "%s", dstr); 7149 char dstr[30]; local 7151 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (x), sizeof (dstr), 0, 1); 7152 fprintf (file, "%s", dstr);
|
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | i386.c | 8133 char dstr[30]; in print_operand() local 8135 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (x), sizeof (dstr), 0, 1); in print_operand() 8136 fprintf (file, "%s", dstr); in print_operand() 8142 char dstr[30]; in print_operand() local 8144 real_to_decimal (dstr, CONST_DOUBLE_REAL_VALUE (x), sizeof (dstr), 0, 1); in print_operand() 8145 fprintf (file, "%s", dstr); in print_operand()
|