Home
last modified time | relevance | path

Searched refs:r_str_byte_escape (Results 1 – 3 of 3) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_str.h191 R_API void r_str_byte_escape(const char *p, char **dst, int dot_nl, bool default_dot, bool esc_bsla…
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dstr.c1254 R_API void r_str_byte_escape(const char *p, char **dst, int dot_nl, bool default_dot, bool esc_bsla… in r_str_byte_escape() function
1352 r_str_byte_escape (p, &q, dot_nl, show_asciidot, esc_bslash); in r_str_escape_()
1509 r_str_byte_escape (p + offset, &q, false, false, esc_bslash); in r_str_escape_utf()
H A Dformat.c1211 r_str_byte_escape (src, dst, dot_nl, !strcmp (p->strconv_mode, "asciidot"), p->esc_bslash); in r_print_byte_escape()