| /openbsd-src/lib/libcurses/widechar/ |
| H A D | lib_get_wstr.c | 97 wint_t *tmpstr = str; in wgetn_wstr() local 159 if (tmpstr > oldstr) { in wgetn_wstr() 160 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, save_flags._echo); in wgetn_wstr() 163 while (tmpstr > oldstr) { in wgetn_wstr() 164 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, save_flags._echo); in wgetn_wstr() 169 } else if (tmpstr - oldstr >= maxlen) { in wgetn_wstr() 172 *tmpstr++ = ch; in wgetn_wstr() 173 *tmpstr = 0; in wgetn_wstr() 177 if (wadd_wint(win, tmpstr - 1) == ERR) { in wgetn_wstr() 184 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, save_flags._echo); in wgetn_wstr() [all …]
|
| /openbsd-src/lib/libcrypto/x509/ |
| H A D | x509_akey.c | 103 char *tmpstr = NULL; in STACK_OF() 111 if ((tmpstr = hex_to_string(akeyid->keyid->data, in STACK_OF() 114 if (!X509V3_add_value("keyid", tmpstr, &extlist)) in STACK_OF() 116 free(tmpstr); in STACK_OF() 117 tmpstr = NULL; in STACK_OF() 127 if ((tmpstr = hex_to_string(akeyid->serial->data, in STACK_OF() 130 if (!X509V3_add_value("serial", tmpstr, &extlist)) in STACK_OF() 132 free(tmpstr); in STACK_OF() 133 tmpstr = NULL; in STACK_OF() 142 free(tmpstr); in STACK_OF() 101 char *tmpstr = NULL; STACK_OF() local [all...] |
| /openbsd-src/usr.bin/snmp/ |
| H A D | snmpc.c | 1388 char *str = NULL, *tmpstr, *endstr; in snmpc_varbindparse() local 1414 tmpstr = argv[i + 2]; in snmpc_varbindparse() 1417 lval = strtoll(tmpstr, &endstr, 10); in snmpc_varbindparse() 1422 if (tmpstr == endstr) { in snmpc_varbindparse() 1423 tmpstr++; in snmpc_varbindparse() 1437 tmpstr = endstr + 1; in snmpc_varbindparse() 1459 tmpstr = argv[i + 2]; in snmpc_varbindparse() 1462 lval = strtoll(tmpstr, &endstr, 10); in snmpc_varbindparse() 1467 if (tmpstr == endstr) { in snmpc_varbindparse() 1468 tmpstr++; in snmpc_varbindparse() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | sv.c | 2367 SV * tmpstr; in Perl_sv_2iv_flags() 2370 tmpstr = AMG_CALLunary(sv, numer_amg); in Perl_sv_2iv_flags() 2371 if (tmpstr && (!SvROK(tmpstr) || (SvRV(tmpstr) != SvRV(sv)))) { in Perl_sv_2iv_flags() 2372 return SvIV(tmpstr); in Perl_sv_2iv_flags() 2462 SV *tmpstr; 2465 tmpstr = AMG_CALLunary(sv, numer_amg); 2466 if (tmpstr && (!SvROK(tmpstr) || (SvR 2305 SV * tmpstr; Perl_sv_2iv_flags() local 2400 SV *tmpstr; Perl_sv_2uv_flags() local 2512 SV *tmpstr; Perl_sv_2nv_flags() local 2874 SV *tmpstr; Perl_sv_2pv_flags() local [all...] |
| H A D | pp_sort.c | 788 SV *tmpstr = sv_newmortal(); in PP() 789 gv_efullname3(tmpstr, gv, NULL); in PP() 791 SVfARG(tmpstr)); in PP() 774 SV *tmpstr = sv_newmortal(); PP() local
|
| H A D | toke.c | 11039 SV *tmpstr; in S_scan_heredoc() 11130 tmpstr = newSV_type(SVt_PVIV); in S_scan_heredoc() 11133 SvIV_set(tmpstr, -1); in S_scan_heredoc() 11137 SvIV_set(tmpstr, '\\'); in S_scan_heredoc() 11241 sv_setpvn_fresh(tmpstr,d+1,s-d); in S_scan_heredoc() 11288 sv_grow_fresh(tmpstr, 80); in S_scan_heredoc() 11289 SvPVCLEAR_FRESH(tmpstr); /* avoid "uninitialized" warning */ in S_scan_heredoc() 11305 && (!SvCUR(tmpstr) || SvEND(tmpstr)[-1] != '\n')) in S_scan_heredoc() 11382 sv_catsv(tmpstr,PL_linest in S_scan_inputsymbol() 10883 SV *tmpstr; S_scan_heredoc() local [all...] |
| H A D | pp_ctl.c | 3193 SV *tmpstr; in PP() 3202 tmpstr = sv_newmortal(); in PP() 3203 gv_efullname3(tmpstr, gv, NULL); in PP() 3204 DIE(aTHX_ "Goto undefined subroutine &%" SVf, SVfARG(tmpstr)); in PP() 3288 SV * const tmpstr = sv_newmortal(); in PP() 3289 gv_efullname3(tmpstr, gv, NULL); in PP() 3291 SVfARG(tmpstr)); in PP() 3662 SV * const tmpstr = newSV_type(SVt_PVMG); in S_try_yyparse() 3670 sv_setpvn_fresh(tmpstr, s, t - s); in S_try_yyparse() 3671 av_store(array, line++, tmpstr); in S_try_yyparse() 2986 SV *tmpstr; PP() local 3074 SV * const tmpstr = sv_newmortal(); PP() local 3430 SV * const tmpstr = newSV_type(SVt_PVMG); S_save_lines() local [all...] |
| H A D | op.c | 10496 SV * const tmpstr = sv_newmortal(); 10505 sv_sethek(tmpstr, HvNAME_HEK(PL_curstash)); in Perl_newATTRSUB_x() 10506 sv_catpvs(tmpstr, "::"); in Perl_newATTRSUB_x() 10509 sv_setpvs(tmpstr, "__ANON__::"); in Perl_newATTRSUB_x() 10511 sv_catpvn_flags(tmpstr, PadnamePV(name)+1, PadnameLEN(name)-1, in Perl_newATTRSUB_x() 10513 (void)hv_store_ent(GvHV(PL_DBsub), tmpstr, sv, 0); in Perl_newATTRSUB_x() 10515 if (HvTOTALKEYS(hv) > 0 && hv_exists_ent(hv, tmpstr, 0)) { in Perl_newATTRSUB_x() 10522 rpp_xpush_1(tmpstr); in Perl_newATTRSUB_x() 11117 SV * const tmpstr = cv_name(cv,NULL,0); in S_process_special_blocks() 11125 (void)hv_store_ent(GvHV(PL_DBsub), tmpstr, s in S_process_special_blocks() 10345 SV * const tmpstr = sv_newmortal(); Perl_newMYSUB() local 10957 SV * const tmpstr = cv_name(cv,NULL,0); Perl_newATTRSUB_x() local 12688 SV *tmpstr = NULL; Perl_ck_fun() local [all...] |
| H A D | pp.c | 1889 SV * const tmpstr = POPs; in PP() 1893 if (TARG != tmpstr) in PP() 1894 sv_setsv_nomg(TARG, tmpstr); in PP() 1800 SV * const tmpstr = POPs; PP() local
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i960/ |
| H A D | i960.c | 1329 char tmpstr[1000]; local 1385 sprintf (tmpstr, "\tmov%s %s,%s\n", 1391 strcat (epilogue_string, tmpstr); 1489 sprintf (tmpstr,"\tld%s %d(fp),%s\n", 1494 strcat (epilogue_string, tmpstr);
|
| /openbsd-src/gnu/usr.bin/perl/dist/Storable/t/ |
| H A D | blessed.t | 391 my $ostr = bless \(my $tmpstr = "Foo"), "ThawHookDies";
|
| /openbsd-src/sbin/unwind/libunbound/util/ |
| H A D | config_file.c | 1022 char* tmpstr = NULL; \ 1025 tmpstr = config_taglist2str(cfg, p->str2, p->str2len); \ 1026 if(tmpstr) {\ 1027 snprintf(buf, len, "%s %s", p->str, tmpstr); \ 1029 free(tmpstr); \
|
| /openbsd-src/usr.sbin/unbound/util/ |
| H A D | config_file.c | 1022 char* tmpstr = NULL; \ 1025 tmpstr = config_taglist2str(cfg, p->str2, p->str2len); \ 1026 if(tmpstr) {\ 1027 snprintf(buf, len, "%s %s", p->str, tmpstr); \ 1029 free(tmpstr); \
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | server.c | 585 char tmpstr[80]; local 591 sprintf (tmpstr, "unknown error %d", status); 592 msg = tmpstr;
|