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