Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpathconfig.c735 #define WCSTOK wcstok_s macro
737 #define WCSTOK wcstok macro
775 wchar_t * tok = WCSTOK(tmpbuffer, L" \t\r\n", &state); in _Py_FindEnvConfigValue()
777 tok = WCSTOK(NULL, L" \t", &state); in _Py_FindEnvConfigValue()
779 tok = WCSTOK(NULL, L"\r\n", &state); in _Py_FindEnvConfigValue()
Dinitconfig.c2092 # define WCSTOK wcstok_s macro
2094 # define WCSTOK wcstok macro
2117 for (warning = WCSTOK(env, L",", &context); in config_init_env_warnoptions()
2119 warning = WCSTOK(NULL, L",", &context)) in config_init_env_warnoptions()