Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
Dgetpathp.c656 char lookBuf[MAXPATHLEN+1]; in calculate_path() local
668 strncpy(lookBuf, look+1, nchars); in calculate_path()
669 lookBuf[nchars] = '\0'; in calculate_path()
671 reduce(lookBuf); in calculate_path()
672 if (search_for_prefix(lookBuf, LANDMARK)) { in calculate_path()
/external/lzma/C/
D7zStream.c44 const void *lookBuf; in LookInStream_LookRead() local
47 RINOK(stream->Look(stream, &lookBuf, size)); in LookInStream_LookRead()
48 memcpy(buf, lookBuf, *size); in LookInStream_LookRead()
/external/python/cpython3/PC/
Dgetpathp.c851 wchar_t lookBuf[MAXPATHLEN+1]; in calculate_path() local
863 wcsncpy(lookBuf, look+1, nchars); in calculate_path()
864 lookBuf[nchars] = L'\0'; in calculate_path()
866 reduce(lookBuf); in calculate_path()
867 if (search_for_prefix(lookBuf, LANDMARK)) { in calculate_path()