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

/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c4221 WCHAR *wfrom; local
4225 if (!(wfrom = utf8_to_wstr(from, NULL)))
4228 free(wfrom);
4231 ret = wlink(wfrom, wto);
4233 free(wfrom);
4241 WCHAR *wfrom; local
4245 if (!(wfrom = filecp_to_wstr(from, NULL)))
4248 free(wfrom);
4251 ret = wlink(wfrom, wto);
4253 free(wfrom);
4366 WCHAR *wfrom; local
4385 WCHAR *wfrom; local
[all...]

Completed in 178 milliseconds