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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
tchar_s.h 66 #define _tcstok_s wcstok_s macro
189 #define _tcstok_s _mbstok_s macro
217 _CRTIMP char *__cdecl _tcstok_s(char *_Str,const char *_Delim,char **_Context);
238 #define _tcstok_s strtok_s macro
  /external/skia/src/views/win/
skia_win.cpp 145 TCHAR* arg = _tcstok_s(lpCmdLine, _T(" "), &next);
148 arg = _tcstok_s(NULL, _T(" "), &next);

Completed in 1426 milliseconds