Home
last modified time | relevance | path

Searched refs:_Py_DecodeUTF8_surrogateescape (Results 1 – 25 of 51) sorted by relevance

123

/dports/math/vtk6/VTK-6.2.0/ThirdParty/mpi4py/vtkmpi4py/src/
H A Dpython.c108 extern wchar_t* _Py_DecodeUTF8_surrogateescape(const char *, Py_ssize_t);
129 args[i] = _Py_DecodeUTF8_surrogateescape(argv[i], strlen(argv[i])); in mk_wargs()
/dports/databases/py-gdbm/Python-3.8.12/Include/internal/
H A Dpycore_fileutils.h31 PyAPI_FUNC(wchar_t*) _Py_DecodeUTF8_surrogateescape(
/dports/lang/python38/Python-3.8.12/Include/internal/
H A Dpycore_fileutils.h31 PyAPI_FUNC(wchar_t*) _Py_DecodeUTF8_surrogateescape(
/dports/lang/python-tools/Python-3.8.12/Include/internal/
H A Dpycore_fileutils.h31 PyAPI_FUNC(wchar_t*) _Py_DecodeUTF8_surrogateescape(
/dports/databases/py-sqlite3/Python-3.8.12/Include/internal/
H A Dpycore_fileutils.h31 PyAPI_FUNC(wchar_t*) _Py_DecodeUTF8_surrogateescape(
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/internal/
H A Dpycore_fileutils.h31 PyAPI_FUNC(wchar_t*) _Py_DecodeUTF8_surrogateescape(
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/internal/
H A Dpycore_fileutils.h31 PyAPI_FUNC(wchar_t*) _Py_DecodeUTF8_surrogateescape(
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/internal/
H A Dpycore_fileutils.h31 PyAPI_FUNC(wchar_t*) _Py_DecodeUTF8_surrogateescape(
/dports/lang/python39/Python-3.9.9/Include/internal/
H A Dpycore_fileutils.h31 PyAPI_FUNC(wchar_t*) _Py_DecodeUTF8_surrogateescape(
/dports/lang/python310/Python-3.10.1/Include/internal/
H A Dpycore_fileutils.h31 PyAPI_FUNC(wchar_t*) _Py_DecodeUTF8_surrogateescape(
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/internal/
H A Dpycore_fileutils.h31 PyAPI_FUNC(wchar_t*) _Py_DecodeUTF8_surrogateescape(
/dports/lang/python311/Python-3.11.0a3/Include/internal/
H A Dpycore_fileutils.h37 PyAPI_FUNC(wchar_t*) _Py_DecodeUTF8_surrogateescape(
/dports/lang/python37/Python-3.7.12/Include/
H A Dfileutils.h39 PyAPI_FUNC(wchar_t*) _Py_DecodeUTF8_surrogateescape(
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dfileutils.h39 PyAPI_FUNC(wchar_t*) _Py_DecodeUTF8_surrogateescape(
/dports/math/vtk8/VTK-8.2.0/Utilities/PythonInterpreter/
H A DvtkPythonInterpreter.cxx38 extern wchar_t* _Py_DecodeUTF8_surrogateescape(const char* s, Py_ssize_t size);
112 return _Py_DecodeUTF8_surrogateescape(arg, strlen(arg)); in vtk_Py_DecodeLocale()
/dports/math/vtk9/VTK-9.1.0/Utilities/PythonInterpreter/
H A DvtkPythonInterpreter.cxx42 extern wchar_t* _Py_DecodeUTF8_surrogateescape(const char* s, Py_ssize_t size);
114 return _Py_DecodeUTF8_surrogateescape(arg, strlen(arg)); in vtk_Py_DecodeLocale()
/dports/lang/python37/Python-3.7.12/Python/
H A Dpathconfig.c423 wchar_t *tmpbuffer = _Py_DecodeUTF8_surrogateescape(buffer, n); in _Py_FindEnvConfigValue()
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/static_src/
H A DMainProgram.c165 argv_copy[i] = _Py_DecodeUTF8_surrogateescape(argv[i], strlen(argv[i])); in convertCommandLineParameters()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dpathconfig.c761 wchar_t *tmpbuffer = _Py_DecodeUTF8_surrogateescape(buffer, n, NULL); in _Py_FindEnvConfigValue()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dpathconfig.c761 wchar_t *tmpbuffer = _Py_DecodeUTF8_surrogateescape(buffer, n, NULL); in _Py_FindEnvConfigValue()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dpathconfig.c761 wchar_t *tmpbuffer = _Py_DecodeUTF8_surrogateescape(buffer, n, NULL); in _Py_FindEnvConfigValue()
/dports/lang/python38/Python-3.8.12/Python/
H A Dpathconfig.c761 wchar_t *tmpbuffer = _Py_DecodeUTF8_surrogateescape(buffer, n, NULL); in _Py_FindEnvConfigValue()
/dports/lang/python39/Python-3.9.9/Python/
H A Dpathconfig.c772 wchar_t *tmpbuffer = _Py_DecodeUTF8_surrogateescape(buffer, n, NULL); in _Py_FindEnvConfigValue()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dpathconfig.c761 wchar_t *tmpbuffer = _Py_DecodeUTF8_surrogateescape(buffer, n, NULL); in _Py_FindEnvConfigValue()
/dports/lang/python310/Python-3.10.1/Python/
H A Dpathconfig.c787 wchar_t *tmpbuffer = _Py_DecodeUTF8_surrogateescape(buffer, n, NULL); in _Py_FindEnvConfigValue()

123