| /mirbsd/src/lib/libncurses/src/ncurses/widechar/ |
| D | lib_get_wstr.c | 94 wint_t *tmpstr = str; in wgetn_wstr() local 157 if (tmpstr > oldstr) { in wgetn_wstr() 158 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, oldecho); in wgetn_wstr() 161 while (tmpstr > oldstr) { in wgetn_wstr() 162 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, oldecho); in wgetn_wstr() 167 } else if (maxlen >= 0 && tmpstr - oldstr >= maxlen) { in wgetn_wstr() 170 *tmpstr++ = ch; in wgetn_wstr() 171 *tmpstr = 0; in wgetn_wstr() 175 if (wadd_wint(win, tmpstr - 1) == ERR) { in wgetn_wstr() 182 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, oldecho); in wgetn_wstr() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/x2p/ |
| D | walk.c | 49 register STR *tmpstr; in walk() local 239 tmpstr=walk(0,level,ops[node+1].ival,&numarg,P_MIN); in walk() 241 for (s = tmpstr->str_ptr, d = tokenbuf; *s; s++, d++) { in walk() 257 str_free(tmpstr); in walk() 270 tmpstr = walk(0,level,ops[node+1].ival,&numarg,P_MIN); in walk() 271 if (*tmpstr->str_ptr) { in walk() 274 str_scat(str,tmpstr); in walk() 370 tmpstr = walk(0,level,ops[node+1].ival,&numarg,P_MIN); in walk() 375 t = tmpstr->str_ptr; in walk() 377 str_set(tmpstr,"eq"); in walk() [all …]
|
| D | a2py.c | 66 STR *tmpstr; in main() local 179 tmpstr = walk(0,0,root,&i,P_MIN); in main() 196 str_scat(str,tmpstr); in main() 197 str_free(tmpstr); in main()
|
| /mirbsd/src/lib/libssl/src/crypto/asn1/ |
| D | a_time.c | 80 ASN1_STRING tmpstr; in IMPLEMENT_ASN1_MSTRING() 85 tmpstr = *(ASN1_STRING *)a; in IMPLEMENT_ASN1_MSTRING() 86 len = tmpstr.length; in IMPLEMENT_ASN1_MSTRING() 87 ebcdic2ascii(tmp, tmpstr.data, (len >= sizeof tmp) ? sizeof tmp : len); in IMPLEMENT_ASN1_MSTRING() 88 tmpstr.data = tmp; in IMPLEMENT_ASN1_MSTRING() 89 a = (ASN1_GENERALIZEDTIME *) &tmpstr; in IMPLEMENT_ASN1_MSTRING()
|
| D | a_gentm.c | 77 ASN1_STRING tmpstr = *(ASN1_STRING *)a; 79 len = tmpstr.length; 80 ebcdic2ascii(tmp, tmpstr.data, (len >= sizeof tmp) ? sizeof tmp : len); 81 tmpstr.data = tmp; 83 a = (ASN1_GENERALIZEDTIME *) &tmpstr;
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | pp_hot.c | 926 SV *tmpstr; in S_do_maybe_phash() local 930 tmpstr = sv_newmortal(); in S_do_maybe_phash() 931 sv_setsv(tmpstr,relem[1]); /* value */ in S_do_maybe_phash() 932 relem[1] = tmpstr; in S_do_maybe_phash() 933 if (avhv_store_ent(ary,relem[0],tmpstr,0)) in S_do_maybe_phash() 934 (void)SvREFCNT_inc(tmpstr); in S_do_maybe_phash() 935 if (SvMAGICAL(ary) != 0 && SvSMAGICAL(tmpstr)) in S_do_maybe_phash() 936 mg_set(tmpstr); in S_do_maybe_phash() 950 SV *tmpstr; in S_do_oddball() local 966 tmpstr = sv_newmortal(); in S_do_oddball() [all …]
|
| D | pp_ctl.c | 81 SV *tmpstr; in PP() local 84 tmpstr = POPs; in PP() 92 if (SvROK(tmpstr)) { in PP() 93 SV *sv = SvRV(tmpstr); in PP() 104 const char *t = SvPV_const(tmpstr, len); in PP() 119 if (DO_UTF8(tmpstr)) in PP() 127 if (!DO_UTF8(tmpstr) && (pm->op_pmdynflags & PMdf_UTF8)) in PP() 2190 SV *tmpstr; in PP() local 2198 tmpstr = sv_newmortal(); in PP() 2199 gv_efullname3(tmpstr, (GV *) gv, Nullch); in PP() [all …]
|
| D | sv.c | 2101 SV * const tmpstr=AMG_CALLun(sv,numer); in Perl_sv_2iv() local 2102 if (tmpstr && (!SvROK(tmpstr) || (SvRV(tmpstr) != SvRV(sv)))) { in Perl_sv_2iv() 2103 return SvIV(tmpstr); in Perl_sv_2iv() 2399 SV* tmpstr; in Perl_sv_2uv() local 2400 if (SvAMAGIC(sv) && (tmpstr=AMG_CALLun(sv,numer)) && in Perl_sv_2uv() 2401 (!SvROK(tmpstr) || (SvRV(tmpstr) != SvRV(sv)))) in Perl_sv_2uv() 2402 return SvUV(tmpstr); in Perl_sv_2uv() 2687 SV* tmpstr; in Perl_sv_2nv() local 2688 if (SvAMAGIC(sv) && (tmpstr=AMG_CALLun(sv,numer)) && in Perl_sv_2nv() 2689 (!SvROK(tmpstr) || (SvRV(tmpstr) != SvRV(sv)))) in Perl_sv_2nv() [all …]
|
| D | doop.c | 1407 SV *tmpstr; in Perl_do_kv() local 1409 tmpstr = realhv ? in Perl_do_kv() 1411 DEBUG_H(Perl_sv_setpvf(aTHX_ tmpstr, "%lu%%%d=%lu", in Perl_do_kv() 1416 XPUSHs(tmpstr); in Perl_do_kv()
|
| D | toke.c | 9437 SV *tmpstr; local 9510 tmpstr = NEWSV(87,79); 9511 sv_upgrade(tmpstr, SVt_PVIV); 9514 SvIV_set(tmpstr, -1); 9518 SvIV_set(tmpstr, '\\'); 9543 sv_setpvn(tmpstr,d+1,s-d); 9562 sv_setpvn(tmpstr,d+1,s-d); 9573 sv_setpvn(tmpstr,"",0); /* avoid "uninitialized" warning */ 9616 sv_catsv(tmpstr,PL_linestr); 9622 if (SvCUR(tmpstr) + 5 < SvLEN(tmpstr)) { [all …]
|
| D | pp_sort.c | 1534 SV *tmpstr = sv_newmortal(); in PP() local 1535 gv_efullname3(tmpstr, gv, Nullch); in PP() 1537 tmpstr); in PP()
|
| D | op.c | 4479 SV *tmpstr = sv_newmortal(); in Perl_newATTRSUB() local 4486 gv_efullname3(tmpstr, gv, Nullch); in Perl_newATTRSUB() 4487 hv_store(GvHV(PL_DBsub), SvPVX_const(tmpstr), SvCUR(tmpstr), sv, 0); in Perl_newATTRSUB() 4489 if (HvFILL(hv) > 0 && hv_exists(hv, SvPVX_const(tmpstr), SvCUR(tmpstr))) { in Perl_newATTRSUB() 4494 XPUSHs(tmpstr); in Perl_newATTRSUB() 5453 SV *tmpstr = Nullsv; in Perl_ck_fun() local 5464 tmpstr = in Perl_ck_fun() 5476 tmpstr = in Perl_ck_fun() 5482 if (tmpstr) { in Perl_ck_fun() 5483 name = SvPV_const(tmpstr, len); in Perl_ck_fun() [all …]
|
| D | gv.c | 469 SV *tmpstr = sv_2mortal(Perl_newSVpvf(aTHX_ "%s::SUPER", in Perl_gv_fetchmethod_autoload() local 472 stash = gv_stashpvn(SvPVX_const(tmpstr), SvCUR(tmpstr), TRUE); in Perl_gv_fetchmethod_autoload()
|
| D | pp.c | 1472 SV *tmpstr = POPs; in PP() local 1478 SvSetSV(TARG, tmpstr); in PP()
|
| /mirbsd/src/usr.sbin/httpd/src/ |
| D | Configure | 2356 tmpstr=`echo $CFLAGS $TEXTRA_CFLAGS |\ 2360 for cflag in $tmpstr; do
|
| /mirbsd/src/gnu/usr.bin/cvs/src/ |
| D | server.c | 423 char tmpstr[80]; in print_error() local 429 sprintf (tmpstr, "unknown error %d", status); in print_error() 430 msg = tmpstr; in print_error()
|