Searched refs:EXEC_PREFIX (Results 1 – 17 of 17) sorted by relevance
/external/python/cpython2/Modules/ |
D | getpath.c | 99 #if !defined(PREFIX) || !defined(EXEC_PREFIX) || !defined(VERSION) || !defined(VPATH) 355 strncpy(exec_prefix, EXEC_PREFIX, MAXPATHLEN); in search_for_exec_prefix() 536 strncpy(exec_prefix, EXEC_PREFIX, MAXPATHLEN); in calculate_path() 663 strncpy(exec_prefix, EXEC_PREFIX, MAXPATHLEN); in calculate_path()
|
/external/python/cpython2/Lib/distutils/ |
D | sysconfig.py | 23 EXEC_PREFIX = os.path.normpath(sys.exec_prefix) variable 78 prefix = plat_specific and EXEC_PREFIX or PREFIX 119 prefix = plat_specific and EXEC_PREFIX or PREFIX 462 _config_vars['exec_prefix'] = EXEC_PREFIX
|
/external/lz4/programs/ |
D | Makefile | 126 EXEC_PREFIX ?= $(prefix) macro 127 exec_prefix ?= $(EXEC_PREFIX)
|
/external/lz4/tests/ |
D | test_install.sh | 6 for upper in DUMMY PREFIX EXEC_PREFIX LIBDIR INCLUDEDIR PKGCONFIGDIR BINDIR MANDIR MAN1DIR ; do
|
/external/python/cpython3/Lib/distutils/ |
D | sysconfig.py | 21 EXEC_PREFIX = os.path.normpath(sys.exec_prefix) variable 142 prefix = plat_specific and EXEC_PREFIX or PREFIX 485 _config_vars['exec_prefix'] = EXEC_PREFIX
|
/external/python/cpython2/PC/os2vacpp/ |
D | pyconfig.h | 52 #define EXEC_PREFIX "" macro
|
D | getpathp.c | 339 strcpy(exec_prefix, EXEC_PREFIX); in calculate_path()
|
D | readme.txt | 102 The EXEC_PREFIX (optional second pathspec on PYTHONHOME) is where
|
/external/lz4/lib/ |
D | Makefile | 139 EXEC_PREFIX ?= $(prefix) macro 140 exec_prefix ?= $(EXEC_PREFIX)
|
/external/python/cpython2/Misc/ |
D | python-config.in | 37 print sysconfig.EXEC_PREFIX
|
/external/python/cpython2/PC/ |
D | pyconfig.h | 78 #define EXEC_PREFIX "" macro
|
/external/ltp/testcases/open_posix_testsuite/scripts/ |
D | generate-makefiles.sh | 300 EXEC_PREFIX="${PREFIX}/bin"
|
/external/python/cpython3/Modules/ |
D | getpath.c | 105 #if !defined(PREFIX) || !defined(EXEC_PREFIX) || !defined(VERSION) || !defined(VPATH) 911 calculate->exec_prefix = Py_DecodeLocale(EXEC_PREFIX, &len); in calculate_init()
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 1437 .. data:: EXEC_PREFIX 1479 :const:`PREFIX`, or as the exec-prefix instead of :const:`EXEC_PREFIX` if 1489 :const:`PREFIX`, or as the exec-prefix instead of :const:`EXEC_PREFIX` if
|
/external/python/cpython3/Doc/distutils/ |
D | apiref.rst | 1445 .. data:: EXEC_PREFIX 1487 :const:`PREFIX`, or as the exec-prefix instead of :const:`EXEC_PREFIX` if 1497 :const:`PREFIX`, or as the exec-prefix instead of :const:`EXEC_PREFIX` if
|
/external/libpng/ |
D | CHANGES | 1626 Made libpng.pc respect EXEC_PREFIX (D. P. Kreil, J. Bowler)
|
/external/python/cpython3/Misc/ |
D | HISTORY | 3626 - Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h
|