Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dmain.c60 #define WCSTOK wcstok_s macro
62 #define WCSTOK wcstok
1071 for (warning = WCSTOK(env, L",", &context); in cmdline_init_env_warnoptions()
1073 warning = WCSTOK(NULL, L",", &context)) in cmdline_init_env_warnoptions()