Searched refs:_tcsnccmp (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dtchar.h39 #define _ftcsnccmp _tcsnccmp
271 #define _tcsnccmp wcsncmp macro
789 #define _tcsnccmp _mbsncmp macro
857 _CRTIMP int __cdecl _tcsnccmp(const char *_Str1,const char *_Str2,size_t _MaxCount);
911 #define _tccmp(_cp1,_cp2) _tcsnccmp(_cp1,_cp2,1)
982 #define _tcsnccmp strncmp macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dtchar.h39 #define _ftcsnccmp _tcsnccmp
271 #define _tcsnccmp wcsncmp macro
789 #define _tcsnccmp _mbsncmp macro
857 _CRTIMP int __cdecl _tcsnccmp(const char *_Str1,const char *_Str2,size_t _MaxCount);
911 #define _tccmp(_cp1,_cp2) _tcsnccmp(_cp1,_cp2,1)
982 #define _tcsnccmp strncmp macro

Completed in 20 milliseconds