Home
last modified time | relevance | path

Searched refs:outstr2 (Results 1 – 8 of 8) sorted by relevance

/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dmsdoc.c395 char *outstr, *outstr2; in ole2_process_property() local
428 if (!outstr2) { in ole2_process_property()
434 if (!outstr2) { in ole2_process_property()
444 free(outstr2); in ole2_process_property()
451 free(outstr2); in ole2_process_property()
456 char *outstr, *outstr2; in ole2_process_property() local
486 if (!outstr2) { in ole2_process_property()
490 outstr2 = cl_base64_encode(outstr, strsize); in ole2_process_property()
491 if (!outstr2) { in ole2_process_property()
500 free(outstr2); in ole2_process_property()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dmsdoc.c395 char *outstr, *outstr2; in ole2_process_property() local
428 if (!outstr2) { in ole2_process_property()
433 outstr2 = cl_base64_encode(outstr, strsize); in ole2_process_property()
434 if (!outstr2) { in ole2_process_property()
447 free(outstr2); in ole2_process_property()
452 char *outstr, *outstr2; in ole2_process_property() local
482 if (!outstr2) { in ole2_process_property()
486 outstr2 = cl_base64_encode(outstr, strsize); in ole2_process_property()
487 if (!outstr2) { in ole2_process_property()
496 free(outstr2); in ole2_process_property()
[all …]
/dports/biology/fastp/fastp-0.23.2/src/
H A Dpeprocessor.cpp369 string* outstr2 = new string(); in processPairEnd() local
536 r2->appendToString(outstr2); in processPairEnd()
610 config->getWriter2()->writeString(outstr2); in processPairEnd()
637 mRightWriter->input(tid, outstr2); in processPairEnd()
638 outstr2 = NULL; in processPairEnd()
668 if(outstr2) in processPairEnd()
669 delete outstr2; in processPairEnd()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtargetbox.cpp1945 char outstr2[256]; in showTargetData() local
1962 sprintf(outstr2," / %s",Submode_text[aip->submode]); in showTargetData()
1963 strcat_s(outstr,outstr2); in showTargetData()
1967 sprintf(outstr2," / %s",Strafe_submode_text[aip->submode-AIS_STRAFE_ATTACK]); in showTargetData()
1968 strcat_s(outstr,outstr2); in showTargetData()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtargetbox.cpp2014 char outstr2[256]; in showTargetData() local
2031 sprintf(outstr2," / %s",Submode_text[aip->submode]); in showTargetData()
2032 strcat_s(outstr,outstr2); in showTargetData()
2036 sprintf(outstr2," / %s",Strafe_submode_text[aip->submode-AIS_STRAFE_ATTACK]); in showTargetData()
2037 strcat_s(outstr,outstr2); in showTargetData()
/dports/math/gnuplot/gnuplot-5.4.1/term/
H A Dpost.trm1823 char *outstr2=PS_escape_string(outstr,"()\\");
1825 outstr2?outstr2:"",
1828 if (outstr2)
1829 free(outstr2);
/dports/math/gnuplot-lite/gnuplot-5.4.1/term/
H A Dpost.trm1823 char *outstr2=PS_escape_string(outstr,"()\\");
1825 outstr2?outstr2:"",
1828 if (outstr2)
1829 free(outstr2);
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/term/
H A Dpost.trm1808 char *outstr2=PS_escape_string(outstr,"()\\");
1810 outstr2?outstr2:"",
1813 if (outstr2)
1814 free(outstr2);