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

  /external/ltp/testcases/open_posix_testsuite/
Makefile 33 exec_prefix?= $(prefix) macro
  /external/openssh/contrib/cygwin/
Makefile 4 exec_prefix=$(prefix) macro
  /external/python/cpython2/RISCOS/Modules/
getpath_riscos.c 4 static char *prefix, *exec_prefix, *progpath, *module_search_path=NULL; variable
24 exec_prefix = prefix;
51 return exec_prefix;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Makefile 43 exec_prefix = ${prefix} macro
44 libdir = ${exec_prefix}/lib
93 -@if [ ! -d $(exec_prefix) ]; then mkdir -p $(exec_prefix); fi
  /external/lz4/lib/
Makefile 139 EXEC_PREFIX ?= $(prefix)
140 exec_prefix ?= $(EXEC_PREFIX) macro
141 LIBDIR ?= $(exec_prefix)/lib
  /external/lz4/programs/
Makefile 126 EXEC_PREFIX ?= $(prefix)
127 exec_prefix ?= $(EXEC_PREFIX) macro
128 BINDIR ?= $(exec_prefix)/bin
  /external/python/cpython3/Include/internal/
pystate.h 47 wchar_t *exec_prefix; member in struct:__anon37086
  /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/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...]
  /external/python/cpython2/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
108 static char exec_prefix[MAXPATHLEN+1]; variable
    [all...]
  /external/python/cpython2/PC/os2vacpp/
getpathp.c 25 * dependent directory (exec_prefix), containing the shared library
26 * modules. Note that prefix and exec_prefix can be the same directory,
52 static char exec_prefix[MAXPATHLEN+1]; variable
332 /* Extract Any Optional Trailing EXEC_PREFIX */
333 /* e.g. PYTHONHOME=<prefix>:<exec_prefix> */
337 strcpy(exec_prefix, delim+1);
339 strcpy(exec_prefix, EXEC_PREFIX);
472 return exec_prefix;
  /external/python/cpython3/Modules/
getpath.c 18 * dependent directory (exec_prefix), containing the shared library
19 * modules. Note that prefix and exec_prefix can be the same directory,
22 * Py_GetPath() carries out separate searches for prefix and exec_prefix.
24 * file or directory is found. If no prefix or exec_prefix is found, a
26 * EXEC_PREFIX are used (even though they will not work); python carries on
44 * are performed for prefix and for exec_prefix, but with a different
51 * not quite, what we need). For exec_prefix, the landmark is
55 * lib/python$VERSION/os.py and the exec_prefix will always be
64 * it points to prefix and exec_prefix. $PYTHONHOME can be a single
65 * directory, which is used for both, or the prefix and exec_prefix
123 wchar_t *exec_prefix; \/* EXEC_PREFIX define *\/ member in struct:__anon37376
958 wchar_t exec_prefix[MAXPATHLEN+1]; local
    [all...]
  /external/libogg/win32/
Makefile 22 exec_prefix = ${prefix} macro
24 bindir = ${exec_prefix}/bin
25 sbindir = ${exec_prefix}/sbin
26 libexecdir = ${exec_prefix}/libexec
31 libdir = ${exec_prefix}/lib
  /external/python/cpython3/Include/
pystate.h 72 wchar_t *exec_prefix; /* sys.exec_prefix */ member in struct:__anon37120
102 PyObject *exec_prefix; /* sys.exec_prefix str */ member in struct:__anon37121
  /external/python/cpython3/Objects/
exceptions.c 2905 static PyObject *exec_prefix = NULL; local
    [all...]

Completed in 685 milliseconds