Home | History | Annotate | Download | only in sys

Lines Matching refs:__cdecl

86   _CRTIMP int __cdecl _utime32(const char *_Filename,struct __utimbuf32 *_Time);
87 _CRTIMP int __cdecl _futime32(int _FileDes,struct __utimbuf32 *_Time);
88 _CRTIMP int __cdecl _wutime32(const wchar_t *_Filename,struct __utimbuf32 *_Time);
89 _CRTIMP int __cdecl _utime64(const char *_Filename,struct __utimbuf64 *_Time);
90 _CRTIMP int __cdecl _futime64(int _FileDes,struct __utimbuf64 *_Time);
91 _CRTIMP int __cdecl _wutime64(const wchar_t *_Filename,struct __utimbuf64 *_Time);
94 int __cdecl _utime(const char *,struct _utimbuf *);
95 int __cdecl _futime(int,struct _utimbuf *);
96 int __cdecl _wutime(const wchar_t *,struct _utimbuf *);
99 __CRT_INLINE int __cdecl _utime(const char *_Filename,struct _utimbuf *_Utimbuf) {
102 __CRT_INLINE int __cdecl _futime(int _Desc,struct _utimbuf *_Utimbuf) {
105 __CRT_INLINE int __cdecl _wutime(const wchar_t *_Filename,struct _utimbuf *_Utimbuf) {
112 int __cdecl utime(const char *, struct utimbuf *);
115 __CRT_INLINE int __cdecl utime(const char *_Filename,struct utimbuf *_Utimbuf) {