Searched refs:PyUnicode_EncodeFSDefault (Results 1 – 22 of 22) sorted by relevance
| /third_party/python/Modules/ |
| D | spwdmodule.c | 145 if ((bytes = PyUnicode_EncodeFSDefault(arg)) == NULL) in spwd_getspnam_impl()
|
| D | grpmodule.c | 198 if ((bytes = PyUnicode_EncodeFSDefault(name)) == NULL) in grp_getgrnam_impl()
|
| D | pwdmodule.c | 220 if ((bytes = PyUnicode_EncodeFSDefault(name)) == NULL) in pwd_getpwnam_impl()
|
| D | nismodule.c | 203 if ((bkey = PyUnicode_EncodeFSDefault(ukey)) == NULL) { in nis_match()
|
| D | posixmodule.c | 3827 Py_SETREF(resobj, PyUnicode_EncodeFSDefault(resobj)); in posix_getcwd() 4087 Py_SETREF(v, PyUnicode_EncodeFSDefault(v)); in _listdir_windows_no_opendir() 4351 Py_SETREF(str, PyUnicode_EncodeFSDefault(str)); in os__getfullpathname_impl() 4424 Py_SETREF(result, PyUnicode_EncodeFSDefault(result)); in os__getfinalpathname_impl() 4476 Py_SETREF(result, PyUnicode_EncodeFSDefault(result)); in os__getvolumepathname_impl() 8768 Py_SETREF(result, PyUnicode_EncodeFSDefault(result)); in os_readlink_impl() 14026 Py_SETREF(entry->name, PyUnicode_EncodeFSDefault(entry->name)); in DirEntry_from_find_data() 14040 Py_SETREF(entry->path, PyUnicode_EncodeFSDefault(entry->path)); in DirEntry_from_find_data()
|
| D | gcmodule.c | 2138 if (!repr || !(bytes = PyUnicode_EncodeFSDefault(repr))) in _PyGC_DumpShutdownStats()
|
| D | _tkinter.c | 3396 cexe = PyUnicode_EncodeFSDefault(uexe); in PyInit__tkinter()
|
| D | socketmodule.c | 1693 if ((args = PyUnicode_EncodeFSDefault(args)) == NULL) in getsockaddrarg()
|
| /third_party/python/Python/ |
| D | importdl.c | 136 pathbytes = PyUnicode_EncodeFSDefault(path); in _PyImport_LoadDynamicModuleWithSpec()
|
| D | traceback.c | 318 filebytes = PyUnicode_EncodeFSDefault(filename); in _Py_FindSourceFile() 348 path = PyUnicode_EncodeFSDefault(v); in _Py_FindSourceFile()
|
| D | fileutils.c | 1265 bytes = PyUnicode_EncodeFSDefault(path); in _Py_stat()
|
| /third_party/python/Include/ |
| D | unicodeobject.h | 803 PyAPI_FUNC(PyObject*) PyUnicode_EncodeFSDefault(
|
| /third_party/python/PC/ |
| D | python3dll.c | 665 EXPORT_FUNC(PyUnicode_EncodeFSDefault)
|
| /third_party/python/Doc/data/ |
| D | stable_abi.dat | 747 function,PyUnicode_EncodeFSDefault,3.2,,
|
| D | refcounts.dat | 2783 PyUnicode_EncodeFSDefault:PyObject*::+1: 2784 PyUnicode_EncodeFSDefault:PyObject*:unicode:0:
|
| /third_party/python/Doc/c-api/ |
| D | unicode.rst | 817 Use :c:func:`PyUnicode_EncodeFSDefault` to encode a string to 851 :c:func:`PyUnicode_EncodeFSDefault`; :class:`bytes` objects are output as-is. 912 .. c:function:: PyObject* PyUnicode_EncodeFSDefault(PyObject *unicode)
|
| D | sys.rst | 199 The :c:func:`PyUnicode_EncodeFSDefault` and
|
| /third_party/python/Misc/ |
| D | stable_abi.toml | 1566 [function.PyUnicode_EncodeFSDefault]
|
| D | NEWS | 21367 :c:func:`PyUnicode_EncodeFSDefault` on error handling. 35149 - bpo-15859: PyUnicode_EncodeFSDefault(), PyUnicode_EncodeMBCS() and 35151 Unicode object. For PyUnicode_EncodeFSDefault(), it was already the case
|
| D | HISTORY | 8684 locale encoding) in PyUnicode_EncodeFSDefault(). 12772 - Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode
|
| /third_party/python/Objects/ |
| D | unicodeobject.c | 3786 PyUnicode_EncodeFSDefault(PyObject *unicode) in PyUnicode_EncodeFSDefault() function 4078 output = PyUnicode_EncodeFSDefault(path); in PyUnicode_FSConverter()
|
| /third_party/python/patches/ |
| D | cpython_mingw_v3.11.4.patch | 4113 Py_SETREF(result, PyUnicode_EncodeFSDefault(result));
|