Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgetpath.c383 size_t prefixsz; in calculate_path() local
552 prefixsz = strlen(prefix) + 1; in calculate_path()
559 bufsz += prefixsz; in calculate_path()
610 if (prefixsz >= 2 && prefix[prefixsz - 2] != SEP && in calculate_path()
/external/python/cpython3/Modules/
Dgetpath.c812 size_t prefixsz = wcslen(prefix) + 1; in calculate_module_search_path() local
818 bufsz += prefixsz; in calculate_module_search_path()
860 if (prefixsz >= 2 && prefix[prefixsz - 2] != SEP && in calculate_module_search_path()