HomeSort by relevance Sort by last modified time
    Searched refs:_CONST_RETURN (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
memory.h 15 #ifndef _CONST_RETURN
16 #define _CONST_RETURN
19 #define _WConst_return _CONST_RETURN
24 _CONST_RETURN void *__cdecl memchr(const void *_Buf ,int _Val,size_t _MaxCount);
string.h 32 #define _WConst_return _CONST_RETURN
37 _CONST_RETURN void *__cdecl memchr(const void *_Buf ,int _Val,size_t _MaxCount);
59 _CONST_RETURN char *__cdecl strchr(const char *_Str,int _Val);
83 _CONST_RETURN char *__cdecl strpbrk(const char *_Str,const char *_Control);
84 _CONST_RETURN char *__cdecl strrchr(const char *_Str,int _Ch);
87 _CONST_RETURN char *__cdecl strstr(const char *_Str,const char *_SubStr);
124 _CONST_RETURN wchar_t *__cdecl wcschr(const wchar_t *_Str,wchar_t _Ch);
134 _CONST_RETURN wchar_t *__cdecl wcspbrk(const wchar_t *_Str,const wchar_t *_Control);
135 _CONST_RETURN wchar_t *__cdecl wcsrchr(const wchar_t *_Str,wchar_t _Ch);
137 _CONST_RETURN wchar_t *__cdecl wcsstr(const wchar_t *_Str,const wchar_t *_SubStr)
    [all...]
mbstring.h 45 _CRTIMP _CONST_RETURN unsigned char *__cdecl _mbschr(const unsigned char *_Str,unsigned int _Ch);
46 _CRTIMP _CONST_RETURN unsigned char *__cdecl _mbschr_l(const unsigned char *_Str,unsigned int _Ch,_locale_t _Locale);
105 _CRTIMP _CONST_RETURN unsigned char *__cdecl _mbspbrk(const unsigned char *_Str,const unsigned char *_Control);
106 _CRTIMP _CONST_RETURN unsigned char *__cdecl _mbspbrk_l(const unsigned char *_Str,const unsigned char *_Control,_locale_t _Locale);
107 _CRTIMP _CONST_RETURN unsigned char *__cdecl _mbsrchr(const unsigned char *_Str,unsigned int _Ch);
108 _CRTIMP _CONST_RETURN unsigned char *__cdecl _mbsrchr_l(const unsigned char *_Str,unsigned int _Ch,_locale_t _Locale);
117 _CRTIMP _CONST_RETURN unsigned char *__cdecl _mbsstr(const unsigned char *_Str,const unsigned char *_Substr);
118 _CRTIMP _CONST_RETURN unsigned char *__cdecl _mbsstr_l(const unsigned char *_Str,const unsigned char *_Substr,_locale_t _Locale);
wchar.h 146 #ifndef _CONST_RETURN
147 #define _CONST_RETURN
150 #define _WConst_return _CONST_RETURN
    [all...]
_mingw.h 368 #ifndef _CONST_RETURN
369 #define _CONST_RETURN
tchar.h 73 #ifndef _CONST_RETURN
75 #define _CONST_RETURN const
78 #define _CONST_RETURN
82 #define _WConst_return _CONST_RETURN
856 _CRTIMP _CONST_RETURN char *__cdecl _tcschr(const char *_Str,unsigned int _Val);
862 _CRTIMP _CONST_RETURN char *__cdecl _tcspbrk(const char *_Str,const char *_Control);
863 _CRTIMP _CONST_RETURN char *__cdecl _tcsrchr(const char *_Str,unsigned int _Ch);
865 _CRTIMP _CONST_RETURN char *__cdecl _tcsstr(const char *_Str,const char *_Substr);
intrin.h 262 __MACHINECE(_CONST_RETURN void *__cdecl memchr(const void *,int,size_t))
    [all...]

Completed in 1054 milliseconds