Home
last modified time | relevance | path

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

/third_party/python/PC/
Dgetpathp.c922 wchar_t lookBuf[MAXPATHLEN+1]; in calculate_module_search_path() local
934 wcsncpy(lookBuf, look+1, nchars); in calculate_module_search_path()
935 lookBuf[nchars] = L'\0'; in calculate_module_search_path()
937 reduce(lookBuf); in calculate_module_search_path()
938 if (search_for_prefix(prefix, lookBuf, LANDMARK)) { in calculate_module_search_path()