Home
last modified time | relevance | path

Searched refs:wcstok_s (Results 1 - 4 of 4) sorted by relevance

/third_party/bounds_checking_function/src/
H A Dwcstok_s.c11 * Description: wcstok_s function
78 * wcstok_s
82 * The wcstok_s function is the wide-character equivalent of the strtok_s function
88 * wcstok_s.
93 * The wcstok_s function is the wide-character equivalent of the strtok_s function
95 wchar_t *wcstok_s(wchar_t *strToken, const wchar_t *strDelimit, wchar_t **context) in wcstok_s() function
/third_party/bounds_checking_function/include/
H A Dsecurec.h479 * Description: The wcstok_s function is the wide-character equivalent of the strtok_s function
486 SECUREC_API wchar_t *wcstok_s(wchar_t *strToken, const wchar_t *strDelimit, wchar_t **context);
/third_party/python/PC/
H A Dlauncher.c947 extension = wcstok_s(pathext, L";", &context); in find_on_path()
954 extension = wcstok_s(NULL, L";", &context); in find_on_path()
/third_party/python/Python/
H A Dinitconfig.c2512 # define WCSTOK wcstok_s

Completed in 8 milliseconds