HomeSort by relevance Sort by last modified time
    Searched defs:module_search_path (Results 1 - 10 of 10) sorted by null

  /external/python/cpython2/RISCOS/Modules/
getpath_riscos.c 4 static char *prefix, *exec_prefix, *progpath, *module_search_path=NULL; variable
12 module_search_path = malloc(pathlen + 1);
13 if (module_search_path)
14 strncpy(module_search_path, pypath, pathlen + 1);
21 if (!module_search_path)
22 module_search_path = "<Python$Dir>.Lib";
33 if (!module_search_path)
35 return module_search_path;
41 if (!module_search_path)
49 if (!module_search_path)
    [all...]
  /external/python/cpython2/PC/os2emx/
getpathp.c 84 static char *module_search_path = NULL; variable
325 module_search_path = buf = malloc(bufsz);
331 module_search_path = envpath;
335 module_search_path = PYTHONPATH;
393 if (!module_search_path)
395 return module_search_path;
401 if (!module_search_path)
415 if (!module_search_path)
  /external/python/cpython3/Include/internal/
pystate.h 50 wchar_t *module_search_path; member in struct:__anon37086
57 #define _PyPathConfig_INIT {.module_search_path = NULL}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
getpath.c 6 Py_GetPath returns module_search_path.
83 static char *module_search_path = NULL; variable
617 module_search_path = PYTHONPATH;
662 module_search_path = buf;
680 if (Py_VerboseFlag) PySys_WriteStderr("%s[%d]: module_search_path = \"%s\"\n", __func__, __LINE__, module_search_path);
692 if (!module_search_path)
694 return module_search_path;
700 if (!module_search_path)
708 if (!module_search_path)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
getpath.c 17 Py_GetPath returns module_search_path.
89 static char *module_search_path = NULL; variable
548 module_search_path = PYTHONPATH;
593 module_search_path = buf;
611 if (Py_VerboseFlag) PySys_WriteStderr("%s[%d]: module_search_path = \"%s\"\n", __func__, __LINE__, module_search_path);
623 if (!module_search_path)
625 return module_search_path;
631 if (!module_search_path)
639 if (!module_search_path)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getpath.c 131 static char *module_search_path = NULL; variable
584 module_search_path = PYTHONPATH;
629 module_search_path = buf;
665 if (!module_search_path)
667 return module_search_path;
673 if (!module_search_path)
681 if (!module_search_path)
689 if (!module_search_path)
  /external/python/cpython2/Modules/
getpath.c 110 static char *module_search_path = NULL; variable
584 module_search_path = PYTHONPATH;
636 module_search_path = buf;
672 if (!module_search_path)
674 return module_search_path;
680 if (!module_search_path)
688 if (!module_search_path)
696 if (!module_search_path)
  /external/python/cpython2/PC/
getpathp.c 91 static char *module_search_path = NULL; variable
561 module_search_path = buf = malloc(bufsz);
567 module_search_path = envpath;
571 module_search_path = PYTHONPATH;
665 while (look >= module_search_path && *look != DELIM)
676 if (look < module_search_path)
689 if (!module_search_path)
691 return module_search_path;
697 if (!module_search_path)
711 if (!module_search_path)
    [all...]
  /external/python/cpython2/PC/os2vacpp/
getpathp.c 54 static char *module_search_path = NULL; variable
377 module_search_path = buf = malloc(bufsz);
383 module_search_path = envpath;
387 module_search_path = PYTHONPATH;
451 if (!module_search_path)
454 return module_search_path;
460 if (!module_search_path)
469 if (!module_search_path)
478 if (!module_search_path)
  /external/python/cpython3/Include/
pystate.h 106 PyObject *module_search_path; /* sys.path list */ member in struct:__anon37121

Completed in 86 milliseconds