Searched refs:lookBuf (Results 1 – 1 of 1) sorted by relevance
922 wchar_t lookBuf[MAXPATHLEN+1]; in calculate_module_search_path() local934 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()