Home
last modified time | relevance | path

Searched refs:EXEC_PREFIX (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython2/Modules/
Dgetpath.c99 #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/
Dsysconfig.py23 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/
DMakefile126 EXEC_PREFIX ?= $(prefix) macro
127 exec_prefix ?= $(EXEC_PREFIX)
/external/lz4/tests/
Dtest_install.sh6 for upper in DUMMY PREFIX EXEC_PREFIX LIBDIR INCLUDEDIR PKGCONFIGDIR BINDIR MANDIR MAN1DIR ; do
/external/python/cpython3/Lib/distutils/
Dsysconfig.py21 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/
Dpyconfig.h52 #define EXEC_PREFIX "" macro
Dgetpathp.c339 strcpy(exec_prefix, EXEC_PREFIX); in calculate_path()
Dreadme.txt102 The EXEC_PREFIX (optional second pathspec on PYTHONHOME) is where
/external/lz4/lib/
DMakefile139 EXEC_PREFIX ?= $(prefix) macro
140 exec_prefix ?= $(EXEC_PREFIX)
/external/python/cpython2/Misc/
Dpython-config.in37 print sysconfig.EXEC_PREFIX
/external/python/cpython2/PC/
Dpyconfig.h78 #define EXEC_PREFIX "" macro
/external/ltp/testcases/open_posix_testsuite/scripts/
Dgenerate-makefiles.sh300 EXEC_PREFIX="${PREFIX}/bin"
/external/python/cpython3/Modules/
Dgetpath.c105 #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/
Dapiref.rst1437 .. 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/
Dapiref.rst1445 .. 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/
DCHANGES1626 Made libpng.pc respect EXEC_PREFIX (D. P. Kreil, J. Bowler)
/external/python/cpython3/Misc/
DHISTORY3626 - Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h