HomeSort by relevance Sort by last modified time
    Searched defs:_CONST_RETURN (Results 1 - 4 of 4) 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);
_mingw.h 485 #ifndef _CONST_RETURN
486 #define _CONST_RETURN
wchar.h 146 #ifndef _CONST_RETURN
147 #define _CONST_RETURN
150 #define _WConst_return _CONST_RETURN
    [all...]
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);

Completed in 359 milliseconds