HomeSort by relevance Sort by last modified time
    Searched defs:_CRTIMP (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
timeb.h 21 #ifndef _CRTIMP
22 #define _CRTIMP __declspec(dllimport)
78 _CRTIMP void __cdecl _ftime64(struct __timeb64 *_Time);
82 _CRTIMP void __cdecl _ftime(struct __timeb64 *);
85 _CRTIMP void __cdecl _ftime(struct __timeb32 *);
utime.h 21 #ifndef _CRTIMP
22 #define _CRTIMP __declspec(dllimport)
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);
stat.h 22 #ifndef _CRTIMP
23 #define _CRTIMP __declspec(dllimport)
69 _CRTIMP int __cdecl _fstat32(int _FileDes,struct _stat32 *_Stat);
70 _CRTIMP int __cdecl _stat32(const char *_Name,struct _stat32 *_Stat);
71 _CRTIMP int __cdecl _fstat64(int _FileDes,struct _stat64 *_Stat);
72 _CRTIMP int __cdecl _fstat32i64(int _FileDes,struct _stat32i64 *_Stat);
97 _CRTIMP int __cdecl _stat64(const char *_Name,struct _stat64 *_Stat);
98 _CRTIMP int __cdecl _stat32i64(const char *_Name,struct _stat32i64 *_Stat);
126 _CRTIMP int __cdecl _wstat32(const wchar_t *_Name,struct _stat32 *_Stat);
127 _CRTIMP int __cdecl _wstat32i64(const wchar_t *_Name,struct _stat32i64 *_Stat)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 21 #ifndef _CRTIMP
22 #define _CRTIMP __declspec(dllimport)
108 _CRTIMP errno_t __cdecl _get_daylight(int *_Daylight);
109 _CRTIMP errno_t __cdecl _get_dstbias(long *_Daylight_savings_bias);
110 _CRTIMP errno_t __cdecl _get_timezone(long *_Timezone);
111 _CRTIMP errno_t __cdecl _get_tzname(size_t *_ReturnValue,char *_Buffer,size_t _SizeInBytes,int _Index);
113 _CRTIMP errno_t __cdecl asctime_s (char *_Buf,size_t _SizeInWords,const struct tm *_Tm);
115 _CRTIMP errno_t __cdecl _ctime32_s (char *_Buf,size_t _SizeInBytes,const __time32_t *_Time);
119 _CRTIMP errno_t __cdecl _gmtime32_s (struct tm *_Tm,const __time32_t *_Time);
121 _CRTIMP errno_t __cdecl _localtime32_s (struct tm *_Tm,const __time32_t *_Time)
    [all...]
wctype.h 21 #ifndef _CRTIMP
22 #define _CRTIMP __declspec(dllimport)
123 _CRTIMP int __cdecl __iswcsymf(wint_t);
124 _CRTIMP int __cdecl __iswcsym(wint_t);
_mingw.h 43 # ifndef _CRTIMP
44 # define _CRTIMP __declspec(dllimport)
55 # ifndef _CRTIMP
61 # define _CRTIMP __attribute__ ((__dllimport__))
63 # define _CRTIMP
70 # ifndef _CRTIMP
71 # define _CRTIMP
295 #define _CRTIMP_NOIA64 _CRTIMP
300 #define _CRTIMP2 _CRTIMP
304 #define _CRTIMP_ALTERNATIVE _CRTIMP
    [all...]

Completed in 124 milliseconds