Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgetpath.c379 size_t prefixsz; in calculate_path() local
548 prefixsz = strlen(prefix) + 1; in calculate_path()
555 bufsz += prefixsz; in calculate_path()
600 if (prefixsz >= 2 && prefix[prefixsz - 2] != SEP && in calculate_path()