Home
last modified time | relevance | path

Searched refs:STRUCT_STAT (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c151 #undef STRUCT_STAT
154 #define STRUCT_STAT struct stat macro
492 _pystat_fromstructstat(STRUCT_STAT *st) in _pystat_fromstructstat()
562 int (*statfunc)(const char *, STRUCT_STAT *), in edk2_do_stat() argument
564 int (*wstatfunc)(const Py_UNICODE *, STRUCT_STAT *)) in edk2_do_stat()
566 STRUCT_STAT st; in edk2_do_stat()
3000 STRUCT_STAT st; in edk2_fstat()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c150 #undef STRUCT_STAT
153 #define STRUCT_STAT struct stat macro
491 _pystat_fromstructstat(STRUCT_STAT *st) in _pystat_fromstructstat()
561 int (*statfunc)(const char *, STRUCT_STAT *), in posix_do_stat() argument
563 int (*wstatfunc)(const Py_UNICODE *, STRUCT_STAT *)) in posix_do_stat()
565 STRUCT_STAT st; in posix_do_stat()
4994 STRUCT_STAT st; in posix_fstat()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c344 #undef STRUCT_STAT
348 # define STRUCT_STAT struct win32_stat macro
352 # define STRUCT_STAT struct stat macro
1289 _pystat_fromstructstat(STRUCT_STAT *st) in _pystat_fromstructstat()
1450 int (*statfunc)(const char *, STRUCT_STAT *, ...), in posix_do_stat() argument
1452 int (*statfunc)(const char *, STRUCT_STAT *), in posix_do_stat()
1455 int (*wstatfunc)(const Py_UNICODE *, STRUCT_STAT *)) in posix_do_stat()
1457 STRUCT_STAT st; in posix_do_stat()
6639 STRUCT_STAT st; in posix_fstat()