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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dtchar.h26 #define _ftcspbrk _tcspbrk
252 #define _tcspbrk wcspbrk macro
773 #define _tcspbrk _mbspbrk macro
844 _CRTIMP _CONST_RETURN char *__cdecl _tcspbrk(const char *_Str,const char *_Control);
903 extern inline char *__cdecl _tcspbrk(char *_S,const char *_P) { return ((char *)_tcspbrk((const char *)_S,_P)); } function
967 #define _tcspbrk strpbrk macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dtchar.h26 #define _ftcspbrk _tcspbrk
252 #define _tcspbrk wcspbrk macro
773 #define _tcspbrk _mbspbrk macro
844 _CRTIMP _CONST_RETURN char *__cdecl _tcspbrk(const char *_Str,const char *_Control);
903 extern inline char *__cdecl _tcspbrk(char *_S,const char *_P) { return ((char *)_tcspbrk((const char *)_S,_P)); } function
967 #define _tcspbrk strpbrk macro

Completed in 53 milliseconds