/external/bison/darwin-lib/ |
configmake.h | 3 #define EXEC_PREFIX "/usr/local"
|
/external/bison/linux-lib/ |
configmake.h | 3 #define EXEC_PREFIX "/usr/local"
|
/prebuilts/gdb/darwin-x86/bin/ |
python-config | 37 print sysconfig.EXEC_PREFIX
|
python2-config | 37 print sysconfig.EXEC_PREFIX
|
python2.7-config | 37 print sysconfig.EXEC_PREFIX
|
/prebuilts/gdb/linux-x86/bin/ |
python-config | 37 print sysconfig.EXEC_PREFIX
|
python2-config | 37 print sysconfig.EXEC_PREFIX
|
python2.7-config | 37 print sysconfig.EXEC_PREFIX
|
/prebuilts/python/darwin-x86/2.7.5/bin/ |
python-config | 37 print sysconfig.EXEC_PREFIX
|
python2-config | 37 print sysconfig.EXEC_PREFIX
|
python2.7-config | 37 print sysconfig.EXEC_PREFIX
|
/prebuilts/python/linux-x86/2.7.5/bin/ |
python-config | 37 print sysconfig.EXEC_PREFIX
|
python2-config | 37 print sysconfig.EXEC_PREFIX
|
python2.7-config | 37 print sysconfig.EXEC_PREFIX
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
getpath.c | 17 * dependent directory (exec_prefix), containing the shared library
18 * modules. Note that prefix and exec_prefix can be the same directory,
21 * Py_GetPath() carries out separate searches for prefix and exec_prefix.
23 * file or directory is found. If no prefix or exec_prefix is found, a
25 * EXEC_PREFIX are used (even though they will not work); python carries on
43 * are performed for prefix and for exec_prefix, but with a different
50 * not quite, what we need). For exec_prefix, the landmark is
54 * lib/python$VERSION/os.py and the exec_prefix will always be
63 * it points to prefix and exec_prefix. $PYTHONHOME can be a single
64 * directory, which is used for both, or the prefix and exec_prefix
129 static char exec_prefix[MAXPATHLEN+1]; variable [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
getpath.c | 14 For the EDK II, UEFI, implementation of Python, PREFIX and EXEC_PREFIX
17 EXEC_PREFIX = PREFIX
59 #ifndef EXEC_PREFIX
60 #define EXEC_PREFIX PREFIX
70 EXEC_PREFIX LIBPYTHON "/lib-dynload"
81 static char exec_prefix[MAXPATHLEN+1];
variable 400 dependent directory (exec_prefix), containing the shared library
401 modules. Note that prefix and exec_prefix are the same directory
404 Separate searches are carried out for prefix and exec_prefix.
406 file or directory is found. If no prefix or exec_prefix is found, a [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
getpath.c | 10 For the EDK II, UEFI, implementation of Python, PREFIX and EXEC_PREFIX
13 EXEC_PREFIX = PREFIX
66 #ifndef EXEC_PREFIX
67 #define EXEC_PREFIX PREFIX
87 static char exec_prefix[MAXPATHLEN+1];
variable 331 dependent directory (exec_prefix), containing the shared library
332 modules. Note that prefix and exec_prefix are the same directory
335 Separate searches are carried out for prefix and exec_prefix.
337 file or directory is found. If no prefix or exec_prefix is found, a
339 EXEC_PREFIX are used (even though they may not work); python carries on [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
sysconfig.py | 23 EXEC_PREFIX = os.path.normpath(sys.exec_prefix)
70 sys.exec_prefix -- i.e., ignore 'plat_specific'.
73 prefix = plat_specific and EXEC_PREFIX or PREFIX
111 sys.exec_prefix -- i.e., ignore 'plat_specific'.
114 prefix = plat_specific and EXEC_PREFIX or PREFIX
491 # Normalized versions of prefix and exec_prefix are handy to have;
495 _config_vars['exec_prefix'] = EXEC_PREFIX
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
sysconfig.py | 23 EXEC_PREFIX = os.path.normpath(sys.exec_prefix) 75 sys.exec_prefix -- i.e., ignore 'plat_specific'. 78 prefix = plat_specific and EXEC_PREFIX or PREFIX 118 sys.exec_prefix -- i.e., ignore 'plat_specific'. 121 prefix = plat_specific and EXEC_PREFIX or PREFIX 469 # Normalized versions of prefix and exec_prefix are handy to have; 473 _config_vars['exec_prefix'] = EXEC_PREFIX
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
sysconfig.py | 23 EXEC_PREFIX = os.path.normpath(sys.exec_prefix) 75 sys.exec_prefix -- i.e., ignore 'plat_specific'. 78 prefix = plat_specific and EXEC_PREFIX or PREFIX 118 sys.exec_prefix -- i.e., ignore 'plat_specific'. 121 prefix = plat_specific and EXEC_PREFIX or PREFIX 469 # Normalized versions of prefix and exec_prefix are handy to have; 473 _config_vars['exec_prefix'] = EXEC_PREFIX
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
sysconfig.py | 23 EXEC_PREFIX = os.path.normpath(sys.exec_prefix) 75 sys.exec_prefix -- i.e., ignore 'plat_specific'. 78 prefix = plat_specific and EXEC_PREFIX or PREFIX 118 sys.exec_prefix -- i.e., ignore 'plat_specific'. 121 prefix = plat_specific and EXEC_PREFIX or PREFIX 469 # Normalized versions of prefix and exec_prefix are handy to have; 473 _config_vars['exec_prefix'] = EXEC_PREFIX
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
sysconfig.py | 23 EXEC_PREFIX = os.path.normpath(sys.exec_prefix) 75 sys.exec_prefix -- i.e., ignore 'plat_specific'. 78 prefix = plat_specific and EXEC_PREFIX or PREFIX 118 sys.exec_prefix -- i.e., ignore 'plat_specific'. 121 prefix = plat_specific and EXEC_PREFIX or PREFIX 469 # Normalized versions of prefix and exec_prefix are handy to have; 473 _config_vars['exec_prefix'] = EXEC_PREFIX
|
/external/ltp/testcases/open_posix_testsuite/scripts/ |
generate-makefiles.sh | 112 exec_prefix?= \$(prefix) 113 INSTALL_DIR= \$(DESTDIR)/\$(exec_prefix)/\$(subdir) 287 EXEC_PREFIX="${PREFIX}/bin"
|