Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpathconfig.c23 copy_wstr(wchar_t **dst, const wchar_t *src) in copy_wstr() function
77 if (copy_wstr(&config->ATTR, config2->ATTR) < 0) { \ in pathconfig_copy()
162 if (copy_wstr(&pathconfig->PATH_ATTR, config->CONFIG_ATTR) < 0) { \ in pathconfig_set_from_config()
311 if (copy_wstr(&config->CONFIG_ATTR, pathconfig.PATH_ATTR) < 0) { \ in config_calculate_pathconfig()
371 if (copy_wstr(&config->base_prefix, config->prefix) < 0) { in _PyConfig_InitPathConfig()
377 if (copy_wstr(&config->base_exec_prefix, in _PyConfig_InitPathConfig()
384 if (copy_wstr(&config->base_executable, in _PyConfig_InitPathConfig()