Home
last modified time | relevance | path

Searched refs:WCSTOK (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/
Dpathconfig.c750 #define WCSTOK wcstok_s macro
752 #define WCSTOK wcstok macro
790 wchar_t * tok = WCSTOK(tmpbuffer, L" \t\r\n", &state); in _Py_FindEnvConfigValue()
792 tok = WCSTOK(NULL, L" \t", &state); in _Py_FindEnvConfigValue()
794 tok = WCSTOK(NULL, L"\r\n", &state); in _Py_FindEnvConfigValue()
Dinitconfig.c2421 # define WCSTOK wcstok_s macro
2423 # define WCSTOK wcstok macro
2446 for (warning = WCSTOK(env, L",", &context); in config_init_env_warnoptions()
2448 warning = WCSTOK(NULL, L",", &context)) in config_init_env_warnoptions()