HomeSort by relevance Sort by last modified time
    Searched refs:FSTAT (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 148 /* choose the appropriate stat and fstat functions and return structs */
150 #undef FSTAT
153 #define FSTAT fstat
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c 364 /* choose the appropriate stat and fstat functions and return structs */
366 #undef FSTAT
371 # define FSTAT _Py_fstat_noraise
376 # define FSTAT fstat
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 147 /* choose the appropriate stat and fstat functions and return structs */
149 #undef FSTAT
152 #define FSTAT fstat
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 341 /* choose the appropriate stat and fstat functions and return structs */
343 #undef FSTAT
347 # define FSTAT win32_fstat
351 # define FSTAT fstat
1085 /* specific to fstat() */
    [all...]
  /external/python/cpython2/Modules/
posixmodule.c 1012 /* choose the appropriate stat and fstat functions and return structs */
1014 #undef FSTAT
1018 # define FSTAT win32_fstat
1022 # define FSTAT fstat
    [all...]

Completed in 339 milliseconds