Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
Dimport_nt.c25 const char keySuffix[] = "\\Modules\\"; in PyWin_FindRegisteredModule() local
45 sizeof(keySuffix) + in PyWin_FindRegisteredModule()
Dgetpathp.c233 static const TCHAR keySuffix[] = _T("\\PythonPath"); in getpythonregpath() local
245 sizeof(keySuffix)); in getpythonregpath()
253 memcpy(keyBufPtr, keySuffix, sizeof(keySuffix)); in getpythonregpath()
/external/python/cpython2/PC/os2vacpp/
Dgetpathp.c158 const char keySuffix[] = "\\PythonPath"; in getpythonregpath() local
166 … keyBuf = alloca(sizeof(keyPrefix)-1 + versionLen + sizeof(keySuffix)); // chars only, plus 1 NULL. in getpythonregpath()
170 …memcpy(keyBuf+sizeof(keyPrefix)-1+versionLen, keySuffix, sizeof(keySuffix)); // NULL comes with th… in getpythonregpath()
/external/python/cpython3/PC/
Dgetpathp.c347 static const WCHAR keySuffix[] = L"\\PythonPath"; in getpythonregpath() local
359 sizeof(keySuffix); in getpythonregpath()
370 memcpy(keyBufPtr, keySuffix, sizeof(keySuffix)); in getpythonregpath()