Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_sys.h80 #define r_sys_conv_win_to_utf8_l(buf, len) r_utf16_to_utf8_l ((wchar_t *)buf, len) macro
87 #define r_sys_conv_win_to_utf8_l(buf, len) r_acp_to_utf8_l (buf, len) macro
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dsys.c501 val = r_sys_conv_win_to_utf8_l (envbuf, (int)dwRet); in r_sys_getenv()
/dports/devel/radare2/radare2-5.1.1/libr/cons/
H A Ddietline.c298 char *tmp = r_sys_conv_win_to_utf8_l ((PTCHAR)&irInBuf.Event.KeyEvent.uChar, 1); in r_line_readchar_win()