OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_CRTIMP
(Results
1 - 25
of
50
) sorted by null
1
2
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mbctype.h
62
_CRTIMP
int __cdecl _setmbcp(int _CodePage);
63
_CRTIMP
int __cdecl _getmbcp(void);
64
_CRTIMP
int __cdecl _ismbbkalnum(unsigned int _C);
65
_CRTIMP
int __cdecl _ismbbkalnum_l(unsigned int _C,_locale_t _Locale);
66
_CRTIMP
int __cdecl _ismbbkana(unsigned int _C);
67
_CRTIMP
int __cdecl _ismbbkana_l(unsigned int _C,_locale_t _Locale);
68
_CRTIMP
int __cdecl _ismbbkpunct(unsigned int _C);
69
_CRTIMP
int __cdecl _ismbbkpunct_l(unsigned int _C,_locale_t _Locale);
70
_CRTIMP
int __cdecl _ismbbkprint(unsigned int _C);
71
_CRTIMP
int __cdecl _ismbbkprint_l(unsigned int _C,_locale_t _Locale)
[
all
...]
ymath.h
33
_CRTIMP
double __cdecl _Cosh(double,double);
34
_CRTIMP
short __cdecl _Dtest(double *);
35
_CRTIMP
short __cdecl _Exp(double *,double,short);
36
_CRTIMP
double __cdecl _Sinh(double,double);
37
extern
_CRTIMP
_Dconst _Denorm,_Hugeval,_Inf,_Nan,_Snan;
38
_CRTIMP
float __cdecl _FCosh(float,float);
39
_CRTIMP
short __cdecl _FDtest(float *);
40
_CRTIMP
short __cdecl _FExp(float *,float,short);
41
_CRTIMP
float __cdecl _FSinh(float,float);
42
extern
_CRTIMP
_Dconst _FDenorm,_FInf,_FNan,_FSnan
[
all
...]
mbstring.h
34
_CRTIMP
unsigned char *__cdecl _mbsdup(const unsigned char *_Str);
35
_CRTIMP
unsigned int __cdecl _mbbtombc(unsigned int _Ch);
36
_CRTIMP
unsigned int __cdecl _mbbtombc_l(unsigned int _Ch,_locale_t _Locale);
37
_CRTIMP
int __cdecl _mbbtype(unsigned char _Ch,int _CType);
38
_CRTIMP
int __cdecl _mbbtype_l(unsigned char _Ch,int _CType,_locale_t _Locale);
39
_CRTIMP
unsigned int __cdecl _mbctombb(unsigned int _Ch);
40
_CRTIMP
unsigned int __cdecl _mbctombb_l(unsigned int _Ch,_locale_t _Locale);
41
_CRTIMP
int __cdecl _mbsbtype(const unsigned char *_Str,size_t _Pos);
42
_CRTIMP
int __cdecl _mbsbtype_l(const unsigned char *_Str,size_t _Pos,_locale_t _Locale);
43
_CRTIMP
unsigned char *__cdecl _mbscat(unsigned char *_Dest,const unsigned char *_Source)
[
all
...]
eh.h
27
_CRTIMP
__declspec(noreturn) void __cdecl terminate(void);
28
_CRTIMP
void __cdecl unexpected(void);
29
_CRTIMP
int __cdecl _is_exception_typeof(const std::type_info &_Type,struct _EXCEPTION_POINTERS *_ExceptionPtr);
30
_CRTIMP
terminate_function __cdecl set_terminate(terminate_function _NewPtFunc);
31
extern "C"
_CRTIMP
terminate_function __cdecl _get_terminate(void);
32
_CRTIMP
unexpected_function __cdecl set_unexpected(unexpected_function _NewPtFunc);
33
extern "C"
_CRTIMP
unexpected_function __cdecl _get_unexpected(void);
34
_CRTIMP
_se_translator_function __cdecl _set_se_translator(_se_translator_function _NewPtFunc);
35
_CRTIMP
bool __cdecl __uncaught_exception();
direct.h
28
_CRTIMP
char *__cdecl _getcwd(char *_DstBuf,int _SizeInBytes);
29
_CRTIMP
char *__cdecl _getdcwd(int _Drive,char *_DstBuf,int _SizeInBytes);
31
_CRTIMP
int __cdecl _chdir(const char *_Path);
32
_CRTIMP
int __cdecl _mkdir(const char *_Path);
33
_CRTIMP
int __cdecl _rmdir(const char *_Path);
34
_CRTIMP
int __cdecl _chdrive(int _Drive);
35
_CRTIMP
int __cdecl _getdrive(void);
36
_CRTIMP
unsigned long __cdecl _getdrives(void);
40
_CRTIMP
unsigned __cdecl _getdiskfree(unsigned _Drive,struct _diskfree_t *_DiskFree);
45
_CRTIMP
wchar_t *__cdecl _wgetcwd(wchar_t *_DstBuf,int _SizeInWords)
[
all
...]