Searched refs:_Desc (Results 1 – 2 of 2) sorted by relevance
127 __CRT_INLINE int __cdecl _futime32(int _Desc,struct __utimbuf32 *_Utimbuf) { in _futime32() argument128 return _futime(_Desc,(struct _utimbuf *)_Utimbuf); in _futime32()
339 _CRTIMP int __cdecl fstat(int _Desc,struct stat *_Stat);341 __CRT_INLINE int __cdecl fstat(int _Desc,struct stat *_Stat) { in fstat() argument342 return _fstat(_Desc,(struct _stat *)_Stat); in fstat()