Home
last modified time | relevance | path

Searched refs:PyUnicode_DecodeFSDefault (Results 1 – 25 of 30) sorted by relevance

12

/external/python/cpython3/Python/
Ddynload_hpux.c39 PyObject *buf_ob = PyUnicode_DecodeFSDefault(buf); in _PyImport_FindSharedFuncptr()
47 PyObject *pathname_ob = PyUnicode_DecodeFSDefault(pathname); in _PyImport_FindSharedFuncptr()
Dpythonrun.c101 filename = PyUnicode_DecodeFSDefault(filename_str); in PyRun_InteractiveLoopFlags()
298 filename = PyUnicode_DecodeFSDefault(filename_str); in PyRun_InteractiveOneFlags()
355 filename_obj = PyUnicode_DecodeFSDefault(filename); in set_main_loader()
397 f = PyUnicode_DecodeFSDefault(filename); in PyRun_SimpleFileExFlags()
1094 filename = PyUnicode_DecodeFSDefault(filename_str); in PyRun_FileExFlags()
1283 filename = PyUnicode_DecodeFSDefault(filename_str); in Py_CompileStringExFlags()
1388 filename = PyUnicode_DecodeFSDefault(filename_str); in Py_SymtableString()
1433 filename = PyUnicode_DecodeFSDefault(filename_str); in PyParser_ASTFromString()
1481 filename = PyUnicode_DecodeFSDefault(filename_str); in PyParser_ASTFromFile()
Ddynload_shlib.c117 path = PyUnicode_DecodeFSDefault(pathname); in _PyImport_FindSharedFuncptr()
Dfuture.c152 filename = PyUnicode_DecodeFSDefault(filename_str); in PyFuture_FromAST()
Ddynload_aix.c151 pathname_ob = PyUnicode_DecodeFSDefault(pathname); in aix_loaderror()
Derrors.c770 PyObject *name = filename ? PyUnicode_DecodeFSDefault(filename) : NULL; in PyErr_SetFromErrnoWithFilename()
878 PyObject *name = filename ? PyUnicode_DecodeFSDefault(filename) : NULL; in PyErr_SetExcFromWindowsErrWithFilename()
916 PyObject *name = filename ? PyUnicode_DecodeFSDefault(filename) : NULL; in PyErr_SetFromWindowsErrWithFilename()
1628 fileobj = PyUnicode_DecodeFSDefault(filename); in PyErr_SyntaxLocationEx()
D_warnings.c1232 PyObject *filename = PyUnicode_DecodeFSDefault(filename_str); in PyErr_WarnExplicit()
1262 PyObject *filename = PyUnicode_DecodeFSDefault(filename_str); in PyErr_WarnExplicitFormat()
Dfileutils.c1277 PyObject *pathname_obj = PyUnicode_DecodeFSDefault(pathname); in _Py_open_impl()
1397 PyObject *pathname_obj = PyUnicode_DecodeFSDefault(pathname); in _Py_fopen()
Dimport.c971 cpathobj = PyUnicode_DecodeFSDefault(cpathname); in PyImport_ExecCodeModuleWithPathnames()
979 pathobj = PyUnicode_DecodeFSDefault(pathname); in PyImport_ExecCodeModuleWithPathnames()
Dsymtable.c353 filename = PyUnicode_DecodeFSDefault(filename_str); in PySymtable_Build()
/external/python/cpython3/Modules/
Dgrpmodule.c70 PyObject *x = PyUnicode_DecodeFSDefault(*member); in mkgrent()
81 SET(setIndex++, PyUnicode_DecodeFSDefault(p->gr_name)); in mkgrent()
83 SET(setIndex++, PyUnicode_DecodeFSDefault(p->gr_passwd)); in mkgrent()
D_peg_parser.c69 PyObject *filename_ob = PyUnicode_DecodeFSDefault(filename); in _Py_compile_string()
Dspwdmodule.c70 PyObject *o = PyUnicode_DecodeFSDefault(val); in sets()
Dpwdmodule.c72 PyObject *o = PyUnicode_DecodeFSDefault(val); in sets()
Dmain.c407 startup_obj = PyUnicode_DecodeFSDefault(startup); in pymain_run_startup()
Dsocketmodule.c1369 return PyUnicode_DecodeFSDefault(a->sun_path); in makesockaddr()
1552 return Py_BuildValue("O&kk", PyUnicode_DecodeFSDefault, in makesockaddr()
1561 return Py_BuildValue("O&KkB", PyUnicode_DecodeFSDefault, in makesockaddr()
1570 return Py_BuildValue("(O&)", PyUnicode_DecodeFSDefault, in makesockaddr()
5473 return PyUnicode_DecodeFSDefault(buf);
5559 return PyUnicode_DecodeFSDefault(name);
6835 ni[i].if_index, PyUnicode_DecodeFSDefault, ni[i].if_name);
6904 return PyUnicode_DecodeFSDefault(name);
Dposixmodule.c3011 PyObject *res = PyUnicode_DecodeFSDefault(buffer); in os_ttyname_impl()
3038 return PyUnicode_DecodeFSDefault(buffer); in os_ctermid_impl()
3763 obj = PyUnicode_DecodeFSDefault(buf); in posix_getcwd()
4949 PyObject *o = PyUnicode_DecodeFSDefault(field); \ in os_uname_impl()
7735 result = PyUnicode_DecodeFSDefault(name); in os_getlogin_impl()
13689 entry->path = PyUnicode_DecodeFSDefault(joined_path); in DirEntry_from_posix_info()
D_ssl.c2185 return PyUnicode_DecodeFSDefault(short_name); in _ssl__SSLSocket_compression_impl()
5451 else if ((target = PyUnicode_DecodeFSDefault(tmp)) == NULL) { \ in _ssl_get_default_verify_paths_impl()
/external/python/cpython3/Doc/includes/
Drun-func.c17 pName = PyUnicode_DecodeFSDefault(argv[1]); in main()
/external/python/cpython3/Parser/
Dparsetok.c131 filename = PyUnicode_DecodeFSDefault(filename_str); in PyParser_ParseStringFlagsFilenameEx()
200 fileobj = PyUnicode_DecodeFSDefault(filename); in PyParser_ParseFileFlagsEx()
/external/python/cpython3/Include/
Dunicodeobject.h764 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefault(
/external/python/cpython3/PC/
Dpython3.def659 PyUnicode_DecodeFSDefault=python39.PyUnicode_DecodeFSDefault
/external/python/cpython3/Objects/
Dcodeobject.c344 filename_ob = PyUnicode_DecodeFSDefault(filename); in PyCode_NewEmpty()
/external/python/cpython3/Doc/extending/
Dembedding.rst174 pName = PyUnicode_DecodeFSDefault(argv[1]);
/external/python/cpython3/Doc/data/
Drefcounts.dat2866 PyUnicode_DecodeFSDefault:PyObject*::+1:
2867 PyUnicode_DecodeFSDefault:const char*:s::

12