HomeSort by relevance Sort by last modified time
    Searched refs:pythonhome (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/PC/os2emx/
getpathp.c 16 * We attempt to locate the "Python Home" - if the PYTHONHOME env var
264 char *pythonhome = Py_GetPythonHome(); local
273 if (pythonhome == NULL || *pythonhome == '\0') {
275 pythonhome = prefix;
277 pythonhome = NULL;
280 strncpy(prefix, pythonhome, MAXPATHLEN);
302 * of each component replaced with pythonhome, if set;
308 if (pythonhome != NULL) {
315 bufsz *= strlen(pythonhome);
    [all...]
  /external/python/cpython2/PC/os2vacpp/
getpathp.c 302 char *pythonhome = Py_GetPythonHome(); local
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);
    [all...]
  /external/python/cpython2/PC/
getpathp.c 24 * We attempt to locate the "Python Home" - if the PYTHONHOME env var
468 char *pythonhome = Py_GetPythonHome(); local
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
    [all...]
  /external/python/cpython3/PC/
getpathp.c 26 * We attempt to locate the "Python Home" - if the PYTHONHOME env var
632 wchar_t *pythonhome = Py_GetPythonHome(); local
699 if (pythonhome == NULL || *pythonhome == '\0') {
703 pythonhome = prefix;
705 pythonhome = prefix;
707 pythonhome = NULL;
710 wcscpy_s(prefix, MAXPATHLEN+1, pythonhome);
716 skiphome = pythonhome==NULL ? 0 : 1;
723 skipdefault = envpath!=NULL || pythonhome!=NULL ||
    [all...]

Completed in 236 milliseconds