Home
last modified time | relevance | path

Searched refs:_Py_stat_struct (Results 1 - 12 of 12) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_fileutils.h63 struct _Py_stat_struct { struct
82 # define _Py_stat_struct stat macro
87 struct _Py_stat_struct *status);
91 struct _Py_stat_struct *status);
/third_party/python/Python/
H A Ddynload_shlib.c73 struct _Py_stat_struct status; in _PyImport_FindSharedFuncptr()
H A Dbootstrap_hash.c306 struct _Py_stat_struct st; in dev_urandom()
H A Dfileutils.c1082 struct _Py_stat_struct *result) in _Py_attribute_data_to_stat()
1122 _Py_fstat_noraise(int fd, struct _Py_stat_struct *status) in _Py_fstat_noraise()
1189 _Py_fstat(int fd, struct _Py_stat_struct *status) in _Py_fstat()
H A Dmarshal.c1566 struct _Py_stat_struct st; in getfilesize()
H A Dpylifecycle.c2403 struct _Py_stat_struct sb; in init_sys_streams()
/third_party/python/Programs/
H A D_freeze_module.c14 #include "pycore_fileutils.h" // _Py_stat_struct
92 struct _Py_stat_struct stat; in read_text()
/third_party/python/Modules/_io/
H A Dfileio.c241 struct _Py_stat_struct fdfstat;
694 struct _Py_stat_struct status;
/third_party/python/Modules/
H A Dmain.c344 struct _Py_stat_struct sb; in pymain_run_file_obj()
H A Dmmapmodule.c28 #include "pycore_fileutils.h" // _Py_stat_struct
490 struct _Py_stat_struct status; in mmap_size_method()
1216 struct _Py_stat_struct status; in new_mmap_object()
H A Dposixmodule.c490 # define STRUCT_STAT struct _Py_stat_struct
671 ULONG, struct _Py_stat_struct *);
1893 win32_xstat_impl(const wchar_t *path, struct _Py_stat_struct *result, in win32_xstat_impl()
2084 win32_xstat(const wchar_t *path, struct _Py_stat_struct *result, BOOL traverse) in win32_xstat()
2103 win32_lstat(const wchar_t* path, struct _Py_stat_struct *result) in win32_lstat()
2109 win32_stat(const wchar_t* path, struct _Py_stat_struct *result) in win32_stat()
13613 struct _Py_stat_struct win32_lstat;
H A Dsignalmodule.c753 struct _Py_stat_struct status;

Completed in 57 milliseconds