HomeSort by relevance Sort by last modified time
    Searched refs:_Py_wfopen (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Include/
fileutils.h 64 PyAPI_FUNC(FILE *) _Py_wfopen(
  /external/python/cpython3/Modules/
getpath.c 407 FILE *f = _Py_wfopen(exec_prefix, L"rb");
646 env_file = _Py_wfopen(tmpbuffer, L"r");
652 env_file = _Py_wfopen(tmpbuffer, L"r");
main.c 768 fp = _Py_wfopen(filename, L"r");
  /external/python/cpython3/PC/
getpathp.c 543 FILE *sp_file = _Py_wfopen(path, L"r");
675 env_file = _Py_wfopen(envbuffer, L"r");
681 env_file = _Py_wfopen(envbuffer, L"r");
  /external/python/cpython3/Python/
fileutils.c 1017 _Py_wfopen(const wchar_t *path, const wchar_t *mode)
    [all...]

Completed in 652 milliseconds