Searched refs:acp_to_wstr (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ruby-106/ruby/win32/
H A Dwin32.c1171 #define acp_to_wstr(str, plen) mbstr_to_wstr(CP_ACP, str, -1, plen) macro
1271 if (!e && cmd && !(wcmd = acp_to_wstr(cmd, NULL))) e = E2BIG;
1273 if (!e && shell && !(wshell = acp_to_wstr(shell, NULL))) e = E2BIG;
1343 if (!e && cmd && !(wcmd = acp_to_wstr(cmd, NULL))) e = E2BIG;
1345 if (!e && prog && !(wprog = acp_to_wstr(prog, NULL))) e = E2BIG;

Completed in 73 milliseconds