Home
last modified time | relevance | path

Searched refs:_Desc (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/crt/sys/
H A Dutime.h127 __CRT_INLINE int __cdecl _futime32(int _Desc,struct __utimbuf32 *_Utimbuf) { in _futime32() argument
128 return _futime(_Desc,(struct _utimbuf *)_Utimbuf); in _futime32()
H A Dstat.h339 _CRTIMP int __cdecl fstat(int _Desc,struct stat *_Stat);
341 __CRT_INLINE int __cdecl fstat(int _Desc,struct stat *_Stat) { in fstat() argument
342 return _fstat(_Desc,(struct _stat *)_Stat); in fstat()