Home
last modified time | relevance | path

Searched refs:str_findreplace (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/
H A Dlatex_parse.c235 str_findreplace( s, latex_cmds[i].wobracket, "" ); in remove_latex_cmds_without_brackets()
244 str_findreplace( s, math_cmds[i].wbracket, math_cmds[i].toreplace ); in remove_math_cmds()
283 while( str_findreplace( out, " ", " " ) ) {} in string_from_latex_graph()
H A Dbiblatexin.c422 str_findreplace( &s2, "\\ ", " " ); in process_string()
588 str_findreplace( d, "\n", " " ); in biblatexin_cleanref()
589 str_findreplace( d, "\r", " " ); in biblatexin_cleanref()
594 str_findreplace( d, "\n", "" ); in biblatexin_cleanref()
595 str_findreplace( d, "\r", "" ); in biblatexin_cleanref()
H A Dstr.h84 int str_findreplace ( str *s, const char *find, const char *replace );
H A Dwordout.c417 if ( str_findreplace( outtag, ":ASIS", "" ) ) code = NAME_ASIS; in extract_name_and_info()
418 if ( str_findreplace( outtag, ":CORP", "" ) ) code = NAME_CORP; in extract_name_and_info()
H A Dmodsout.c343 if ( str_findreplace( &role, ":ASIS", "" )) f_asis=1; in output_names()
344 if ( str_findreplace( &role, ":CORP", "" )) f_corp=1; in output_names()
345 if ( str_findreplace( &role, ":CONF", "" )) f_conf=1; in output_names()
H A Dname.c438 str_findreplace( inname, ",", ", " ); in name_parse()
H A Dmedin.c199 str_findreplace( &tmp, "-", "/" ); in medin_medlinedate()
/dports/textproc/R-cran-rbibutils/rbibutils/src/
H A Dlatex_parse.c249 str_findreplace( s, latex_cmds[i].wobracket, "" ); in remove_latex_cmds_without_brackets()
258 str_findreplace( s, math_cmds[i].wbracket, math_cmds[i].toreplace ); in remove_math_cmds()
297 while( str_findreplace( out, " ", " " ) ) {} in string_from_latex_graph()
H A Dname.c210 str_findreplace(name, "\\|'|", "\\'"); in add_given_split()
220 str_findreplace(name, "\\|", "|"); // TODO: this probably will hide errors in add_given_split()
692 str_findreplace( inname, ",", ", " ); in name_parse()
H A Dbiblatexin.c442 str_findreplace( &s2, "\\ ", " " ); in process_string()
612 str_findreplace( d, "\n", " " ); in biblatexin_cleanref()
613 str_findreplace( d, "\r", " " ); in biblatexin_cleanref()
618 str_findreplace( d, "\n", "" ); in biblatexin_cleanref()
619 str_findreplace( d, "\r", "" ); in biblatexin_cleanref()
H A Dstr.h84 int str_findreplace ( str *s, const char *find, const char *replace );
H A Dwordout.c417 if ( str_findreplace( outtag, ":ASIS", "" ) ) code = NAME_ASIS; in extract_name_and_info()
418 if ( str_findreplace( outtag, ":CORP", "" ) ) code = NAME_CORP; in extract_name_and_info()
H A Dmodsout.c347 if ( str_findreplace( &role, ":ASIS", "" )) f_asis=1; in output_names()
348 if ( str_findreplace( &role, ":CORP", "" )) f_corp=1; in output_names()
349 if ( str_findreplace( &role, ":CONF", "" )) f_conf=1; in output_names()
H A Dbibtexdirectin.c639 str_findreplace( &s2, "\\ ", " " ); in process_string()
972 str_findreplace(value, "\\'i", "\\'\\i"); in bibtexdirectin_cleanref()
H A Dmedin.c229 str_findreplace( &tmp, "-", "/" ); in medin_medlinedate()
/dports/textproc/bibutils/bibutils_7.2/lib/
H A Dlatex_parse.c239 str_findreplace( s, latex_cmds[i].wobracket, "" ); in remove_latex_cmds_without_brackets()
248 str_findreplace( s, math_cmds[i].wbracket, math_cmds[i].toreplace ); in remove_math_cmds()
287 while( str_findreplace( out, " ", " " ) ) {} in string_from_latex_graph()
H A Dendxmlin.c287 str_findreplace( xml_value( node ), "\r\n", " " ); in endxmlin_contributor()
288 str_findreplace( xml_value( node ), "\r", " " ); in endxmlin_contributor()
289 str_findreplace( xml_value( node ), "\n", " " ); in endxmlin_contributor()
292 str_findreplace( xml_value( node ), " and ", "|" ); in endxmlin_contributor()
H A Dbiblatexin.c437 str_findreplace( &s2, "\\ ", " " ); in process_string()
607 str_findreplace( d, "\n", " " ); in biblatexin_cleanref()
608 str_findreplace( d, "\r", " " ); in biblatexin_cleanref()
613 str_findreplace( d, "\n", "" ); in biblatexin_cleanref()
614 str_findreplace( d, "\r", "" ); in biblatexin_cleanref()
H A Dstr.h84 int str_findreplace ( str *s, const char *find, const char *replace );
H A Dwordout.c432 if ( str_findreplace( outtag, ":ASIS", "" ) ) code = NAME_ASIS; in extract_name_and_info()
433 if ( str_findreplace( outtag, ":CORP", "" ) ) code = NAME_CORP; in extract_name_and_info()
H A Dmodsout.c353 if ( str_findreplace( &role, ":ASIS", "" )) f_asis=1; in output_names()
354 if ( str_findreplace( &role, ":CORP", "" )) f_corp=1; in output_names()
355 if ( str_findreplace( &role, ":CONF", "" )) f_conf=1; in output_names()
H A Dname.c449 str_findreplace( inname, ",", ", " ); in name_parse()
H A Dmedin.c200 str_findreplace( &tmp, "-", "/" ); in medin_medlinedate()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/test/
H A Dstr_test.c517 str_findreplace( s, "234", "" ); in test_findreplace()
523 str_findreplace( s, "234", "223344" ); in test_findreplace()
/dports/textproc/bibutils/bibutils_7.2/test/
H A Dstr_test.c519 str_findreplace( s, "234", "" ); in test_findreplace()
525 str_findreplace( s, "234", "223344" ); in test_findreplace()

12