Home
last modified time | relevance | path

Searched refs:r_str_prepend (Results 1 – 10 of 10) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/shlr/gdb/src/gdbclient/
H A Dxml.c265 if (!(profile = r_str_prepend (profile, in gdbr_parse_target_xml()
277 if (!(profile = r_str_prepend (profile, in gdbr_parse_target_xml()
298 if (!(profile = r_str_prepend (profile, in gdbr_parse_target_xml()
306 if (!(profile = r_str_prepend (profile, in gdbr_parse_target_xml()
315 if (!(profile = r_str_prepend (profile, in gdbr_parse_target_xml()
324 if (!(profile = r_str_prepend (profile, pc_alias))) { in gdbr_parse_target_xml()
/dports/devel/radare2/radare2-5.1.1/libr/lang/p/
H A Dlib.c18 libpath = r_str_prepend (libpath, "./"); in lang_lib_file_run()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dreflines.c467 str = r_str_prepend (str, pfx); in r_anal_reflines_str()
468 col_str = r_str_prepend (col_str, pfx); in r_anal_reflines_str()
/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_str.h206 R_API char *r_str_prepend(char *ptr, const char *string);
/dports/devel/radare2/radare2-5.1.1/libr/main/
H A Dradare2.c1037 path = r_str_prepend (strdup (f), "./"); in r_main_radare2()
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcanal.c1728 body_b64 = r_str_prepend (body_b64, "base64:"); in core_anal_graph_construct_nodes()
1754 body_b64 = r_str_prepend (body_b64, "base64:"); in core_anal_graph_construct_nodes()
1798 body_b64 = r_str_prepend (body_b64, "base64:"); in core_anal_graph_construct_nodes()
2079 body_b64 = r_str_prepend (body_b64, "base64:"); in r_core_print_bb_custom()
H A Dcmd_open.c452 om_cmds = r_str_prepend (om_cmds, om_cmd); in map_list()
H A Dcmd.c2969 res = r_str_prepend (res, cmd); in parse_tmp_evals()
3903 tmpeval = r_str_prepend (tmpeval, cmd); in r_core_cmd_subst_i()
H A Dcmd_print.c1827 note[j] = r_str_prepend (strdup (name), "/"); in annotated_hexdump()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dstr.c855 R_API char *r_str_prepend(char *ptr, const char *string) { in r_str_prepend() function