Lines Matching full:pythonhome
302 char *pythonhome = Py_GetPythonHome(); in calculate_path() local
321 if (pythonhome == NULL || *pythonhome == '\0') { in calculate_path()
323 pythonhome = prefix; in calculate_path()
325 pythonhome = NULL; in calculate_path()
330 strcpy(prefix, pythonhome); in calculate_path()
333 /* e.g. PYTHONHOME=<prefix>:<exec_prefix> */ in calculate_path()
349 of each component replaced with pythonhome, if set; in calculate_path()
355 if (pythonhome != NULL) { in calculate_path()
362 bufsz *= strlen(pythonhome); in calculate_path()
409 if (pythonhome == NULL) { in calculate_path()
424 strcpy(buf, pythonhome); in calculate_path()