HomeSort by relevance Sort by last modified time
    Searched defs:_tcschr (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 78 #define _tcschr strchr macro
890 const TCHAR* next_pos = _tcschr(pos, ':');
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h 20 #define _ftcschr _tcschr
243 #define _tcschr wcschr macro
767 #define _tcschr _mbschr macro
838 _CRTIMP _CONST_RETURN char *__cdecl _tcschr(const char *_Str,unsigned int _Val);
902 extern inline char *__cdecl _tcschr(char *_S,unsigned int _C) { return ((char *)_tcschr((const char *)_S,_C)); } function
961 #define _tcschr strchr macro

Completed in 182 milliseconds