Searched defs:fstat (Results 1 – 9 of 9) sorted by relevance
100 #define fstat _fstat macro
83 #define fstat _fstat macro
219 static __inline int __CRTDECL fstat(int const _FileHandle, struct stat* const _Stat) in fstat() function233 static __inline int __CRTDECL fstat(int const _FileHandle, struct stat* const _Stat) in fstat() function
49 # define fstat _fstat macro
65 # define fstat _fstat macro
45 # define fstat _fstat macro
50 # define fstat _fstat macro
1113 struct stat fstat; in disk_query_directory() local
341 __CRT_INLINE int __cdecl fstat(int _Desc,struct stat *_Stat) { in fstat() function