Home
last modified time | relevance | path

Searched refs:ps__utf8_to_utf16 (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/R-cran-ps/ps/src/
H A Dps-internal.h109 int ps__utf8_to_utf16(const char* s, WCHAR** ws_ptr);
H A Dapi-windows.c920 iret = ps__utf8_to_utf16(cinterrupt_path, &wpath); in psll_interrupt()
927 iret = ps__utf8_to_utf16(arguments, &warguments); in psll_interrupt()
1271 int iret = ps__utf8_to_utf16(path, &wpath); in ps__disk_usage()
H A Dextra.c138 int ps__utf8_to_utf16(const char* s, WCHAR** ws_ptr) { in ps__utf8_to_utf16() function
H A Dwindows.c702 ps__utf8_to_utf16(CHAR(STRING_ELT(path, 0)), &wpath); in psw__realpath()
/dports/sysutils/R-cran-ps/ps/src/arch/windows/
H A Dwmi.c65 ps__utf8_to_utf16(CHAR(STRING_ELT(counter_name, 0)), &szCounterPath); in ps__init_loadavg_counter()