Searched refs:_tcstok (Results 1 – 7 of 7) sorted by relevance
/reactos/base/shell/cmd/ |
H A D | where.c | 221 pCh = _tcstok(pszPath, _T(";")); in SearchForExecutable() 230 pCh = _tcstok(NULL, _T(";")); in SearchForExecutable()
|
/reactos/sdk/include/crt/ |
H A D | tchar.h | 30 #define _ftcstok _tcstok 259 #define _tcstok wcstok macro 795 #define _tcstok _mbstok 948 _tcstok( 1416 #define _tcstok strtok
|
/reactos/modules/rosapps/applications/sysutils/regexpl/ |
H A D | RegistryTree.cpp | 126 const TCHAR *pszNewKey = _tcstok(pszBuffer,pszSeps); in ChangeCurrentKey() 141 pszNewKey = _tcstok(NULL,pszSeps); in ChangeCurrentKey()
|
/reactos/dll/cpl/sysdm/ |
H A D | environment.c | 58 for (lpToken = _tcstok(lpTemp, _T(";")); in DetermineDialogBoxType() 60 lpToken = _tcstok(NULL, _T(";"))) in DetermineDialogBoxType() 280 for (lpToken = _tcstok(lpTemp, _T(";")), i = 0; in AddValuesToList() 282 lpToken = _tcstok(NULL, _T(";")), i++) in AddValuesToList()
|
/reactos/sdk/include/ucrt/ |
H A D | tchar.h | 109 #define _ftcstok _tcstok 400 #define _tcstok _wcstok macro 1280 #define _tcstok _mbstok 1384 _Check_return_ _CRT_INSECURE_DEPRECATE(_tcstok_s) _ACRTIMP char * __cdecl _tcstok(_Inout_opt_ char … 1552 _Check_return_ _CRT_INSECURE_DEPRECATE(_tcstok_s) __inline char * _tcstok(_Inout_opt_z_ char * _St… 2042 #define _tcstok strtok
|
/reactos/dll/cpl/desk/ |
H A D | background.c | 194 token = _tcstok(szFileTypes, separators); in AddWallpapersFromDirectory() 265 token = _tcstok(NULL, separators); in AddWallpapersFromDirectory()
|
/reactos/dll/win32/msvcrt20/ |
H A D | msvcrt20.spec | 840 @ cdecl _tcstok(str str) _mbstok
|