Lines Matching refs:wchar_t
21 wchar_t **wstr,
28 const wchar_t *text,
36 const wchar_t *text,
98 const wchar_t *path,
99 const wchar_t *mode);
122 const wchar_t *path,
123 wchar_t *buf,
130 PyAPI_FUNC(wchar_t*) _Py_wrealpath(
131 const wchar_t *path,
132 wchar_t *resolved_path,
139 PyAPI_FUNC(int) _Py_isabs(const wchar_t *path);
142 PyAPI_FUNC(int) _Py_abspath(const wchar_t *path, wchar_t **abspath_p);
144 PyAPI_FUNC(wchar_t*) _Py_wgetcwd(
145 wchar_t *buf,