Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dgetpathp.c615 size_t usedsiz = wcslen(buf); in read_pth_file() local
616 while (usedsiz + wn + prefixlen + 4 > bufsiz) { in read_pth_file()
627 if (usedsiz) { in read_pth_file()
629 usedsiz += 1; in read_pth_file()
641 wchar_t *b = &buf[usedsiz]; in read_pth_file()