Searched refs:strtok_s (Results 1 – 16 of 16) sorted by relevance
/reactos/sdk/lib/crt/string/ |
H A D | strtok_s.c | 9 char * CDECL strtok_s(char *str, const char *delim, char **ctx) in strtok_s() function
|
H A D | string.cmake | 102 string/strtok_s.c
|
/reactos/dll/3rdparty/libtirpc/tirpc/ |
H A D | wintirpc.h | 57 #define strtok_r strtok_s
|
/reactos/sdk/lib/ucrt/string/ |
H A D | strtok_s.cpp | 76 extern "C" char* __cdecl strtok_s(char* string, char const* control, char** context) in strtok_s() function
|
H A D | string.cmake | 22 string/strtok_s.cpp
|
/reactos/sdk/lib/ucrt/mbstring/ |
H A D | mbstok_s.cpp | 31 return (unsigned char*)strtok_s((char *)_String, (const char *)_Control, (char **)_Context); in _mbstok_s_l()
|
/reactos/sdk/include/ucrt/ |
H A D | string.h | 68 _ACRTIMP char* __cdecl strtok_s( 435 _Check_return_ _CRT_INSECURE_DEPRECATE(strtok_s)
|
H A D | tchar.h | 2043 #define _tcstok_s strtok_s 2197 #define _strtok_s_l(_String, _Delimiters, _Current_position, _Locale) (strtok_s(_… 2272 return strtok_s(_String, _Delimiters, _Current_position);
|
/reactos/dll/3rdparty/libtirpc/ |
H A D | CMakeLists.txt | 97 # Disable warning C4273: 'strtok_s': inconsistent dll linkage
|
/reactos/sdk/include/crt/sec_api/ |
H A D | string_s.h | 135 strtok_s(
|
H A D | tchar_s.h | 367 #define _tcstok_s strtok_s
|
/reactos/dll/3rdparty/libtirpc/src/ |
H A D | getnetconfig.c | 55 char * CDECL strtok_s(char *str, const char *delim, char **ctx) in strtok_s() function
|
/reactos/sdk/include/crt/ |
H A D | string.h | 471 _CRT_INSECURE_DEPRECATE_CORE(strtok_s)
|
/reactos/modules/rostests/apitests/crt/ |
H A D | msvcrt_crt_apitest.cmake | 1184 # strtok_s.c
|
/reactos/media/doc/ |
H A D | WINESYNC.txt | 312 sdk/lib/crt/string/strtok_s.c # Synced to WineStaging-1.9.16
|
/reactos/dll/win32/msvcrt/ |
H A D | msvcrt.spec | 1485 @ cdecl -version=0x600+ strtok_s(str str ptr)
|