Home | History | Annotate | Download | only in PC

Lines Matching refs:pythonhome

24    * We attempt to locate the "Python Home" - if the PYTHONHOME env var
468 char *pythonhome = Py_GetPythonHome();
483 if (pythonhome == NULL || *pythonhome == '\0') {
485 pythonhome = prefix;
487 pythonhome = NULL;
490 strncpy(prefix, pythonhome, MAXPATHLEN);
513 skiphome = pythonhome==NULL ? 0 : 1;
520 skipdefault = envpath!=NULL || pythonhome!=NULL || \
529 of each component replaced with pythonhome, if set;
533 - If PYTHONHOME is set (in any way) item (3) is ignored.
538 if (pythonhome != NULL) {
545 bufsz *= strlen(pythonhome);
605 if (pythonhome == NULL) {
612 if (pythonhome == NULL) {
628 strcpy(buf, pythonhome);