Home | History | Annotate | Download | only in include

Lines Matching refs:_CRTIMP

65 _CRTIMP _Collvec __cdecl _Getcoll();
66 _CRTIMP _Ctypevec __cdecl _Getctype();
67 _CRTIMP _Cvtvec __cdecl _Getcvt();
68 _CRTIMP int __cdecl _Getdateorder();
69 _CRTIMP int __cdecl _Mbrtowc(wchar_t *,const char *,size_t,mbstate_t *,const _Cvtvec *);
70 _CRTIMP float __cdecl _Stof(const char *,char **,long);
71 _CRTIMP double __cdecl _Stod(const char *,char **,long);
72 _CRTIMP long double __cdecl _Stold(const char *,char **,long);
73 _CRTIMP int __cdecl _Strcoll(const char *,const char *,const char *,const char *,const _Collvec *);
74 _CRTIMP size_t __cdecl _Strxfrm(char *_String1,char *_End1,const char *,const char *,const _Collvec *);
75 _CRTIMP int __cdecl _Tolower(int,const _Ctypevec *);
76 _CRTIMP int __cdecl _Toupper(int,const _Ctypevec *);
77 _CRTIMP int __cdecl _Wcrtomb(char *,wchar_t,mbstate_t *,const _Cvtvec *);
78 _CRTIMP int __cdecl _Wcscoll(const wchar_t *,const wchar_t *,const wchar_t *,const wchar_t *,const _Collvec *);
79 _CRTIMP size_t __cdecl _Wcsxfrm(wchar_t *_String1,wchar_t *_End1,const wchar_t *,const wchar_t *,const _Collvec *);
80 _CRTIMP short __cdecl _Getwctype(wchar_t,const _Ctypevec *);
81 _CRTIMP const wchar_t *__cdecl _Getwctypes(const wchar_t *,const wchar_t *,short*,const _Ctypevec*);
82 _CRTIMP wchar_t __cdecl _Towlower(wchar_t,const _Ctypevec *);
83 _CRTIMP wchar_t __cdecl _Towupper(wchar_t,const _Ctypevec *);
88 _CRTIMP void *__cdecl _Gettnames();
89 _CRTIMP char *__cdecl _Getdays();
90 _CRTIMP char *__cdecl _Getmonths();
91 _CRTIMP size_t __cdecl _Strftime(char *,size_t _Maxsize,const char *,const struct tm *,void *);