Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/egg/
H A Degg_Cfile.c227 r_str_stripLine (buffer, words[i]); in r_egg_Cfile_parseCompiled()
/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_str.h228 R_API void r_str_stripLine(char *str, const char *key);
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dstr.c3622 R_API void r_str_stripLine(char *str, const char *key) { in r_str_stripLine() function