Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dfileutils.h55 struct _Py_stat_struct { struct
74 # define _Py_stat_struct stat argument
79 struct _Py_stat_struct *status);
83 struct _Py_stat_struct *status);
/third_party/python/Python/
Ddynload_shlib.c81 struct _Py_stat_struct status; in _PyImport_FindSharedFuncptr()
Dbootstrap_hash.c331 struct _Py_stat_struct st; in dev_urandom()
Dfileutils.c1080 struct _Py_stat_struct *result) in _Py_attribute_data_to_stat()
1120 _Py_fstat_noraise(int fd, struct _Py_stat_struct *status) in _Py_fstat_noraise()
1187 _Py_fstat(int fd, struct _Py_stat_struct *status) in _Py_fstat()
Dmarshal.c1486 struct _Py_stat_struct st; in getfilesize()
Dpylifecycle.c2330 struct _Py_stat_struct sb; in init_sys_streams()
/third_party/python/Programs/
D_freeze_importlib.c39 struct _Py_stat_struct stat; in main()
/third_party/python/Modules/_io/
Dfileio.c243 struct _Py_stat_struct fdfstat;
692 struct _Py_stat_struct status;
/third_party/python/Modules/
Dmain.c337 struct _Py_stat_struct sb; in pymain_run_file_obj()
Dmmapmodule.c469 struct _Py_stat_struct status; in mmap_size_method()
1140 struct _Py_stat_struct status; in new_mmap_object()
Dsignalmodule.c726 struct _Py_stat_struct status;
Dposixmodule.c484 # define STRUCT_STAT struct _Py_stat_struct
661 ULONG, struct _Py_stat_struct *);
1882 win32_xstat_impl(const wchar_t *path, struct _Py_stat_struct *result, in win32_xstat_impl()
2063 win32_xstat(const wchar_t *path, struct _Py_stat_struct *result, BOOL traverse) in win32_xstat()
2082 win32_lstat(const wchar_t* path, struct _Py_stat_struct *result) in win32_lstat()
2088 win32_stat(const wchar_t* path, struct _Py_stat_struct *result) in win32_stat()
13416 struct _Py_stat_struct win32_lstat;