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 16 #ifndef _CONST_RETURN
17 #define _CONST_RETURN
20 #define _WConst_return _CONST_RETURN
25 _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);
58 _CONST_RETURN char *__cdecl strchr(const char *_Str,int _Val);
82 _CONST_RETURN char *__cdecl strpbrk(const char *_Str,const char *_Control);
83 _CONST_RETURN char *__cdecl strrchr(const char *_Str,int _Ch);
86 _CONST_RETURN char *__cdecl strstr(const char *_Str,const char *_SubStr);
119 _CONST_RETURN wchar_t *__cdecl wcschr(const wchar_t *_Str,wchar_t _Ch);
129 _CONST_RETURN wchar_t *__cdecl wcspbrk(const wchar_t *_Str,const wchar_t *_Control);
130 _CONST_RETURN wchar_t *__cdecl wcsrchr(const wchar_t *_Str,wchar_t _Ch);
132 _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 485 #ifndef _CONST_RETURN
486 #define _CONST_RETURN
tchar.h 71 #ifndef _CONST_RETURN
73 #define _CONST_RETURN const
76 #define _CONST_RETURN
80 #define _WConst_return _CONST_RETURN
838 _CRTIMP _CONST_RETURN char *__cdecl _tcschr(const char *_Str,unsigned int _Val);
844 _CRTIMP _CONST_RETURN char *__cdecl _tcspbrk(const char *_Str,const char *_Control);
845 _CRTIMP _CONST_RETURN char *__cdecl _tcsrchr(const char *_Str,unsigned int _Ch);
847 _CRTIMP _CONST_RETURN char *__cdecl _tcsstr(const char *_Str,const char *_Substr);
intrin.h 192 __MACHINECE(_CONST_RETURN void *__cdecl memchr(const void *,int,size_t))
    [all...]

Completed in 91 milliseconds