Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/test/unit/
H A Dtest_str.c7 char *s = r_str_wrap ("hello world\nhow are you\n", 5); in test_r_str_wrap()
/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_str.h133 R_API char *r_str_wrap(const char *str, int w);
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dstr.c3145 R_API char *r_str_wrap(const char *str, int w) { in r_str_wrap() function