Home
last modified time | relevance | path

Searched refs:exec_prefix (Results 1 – 25 of 498) sorted by relevance

12345678910>>...20

/external/python/cpython2/Modules/
Dgetpath.c109 static char exec_prefix[MAXPATHLEN+1]; variable
314 strncpy(exec_prefix, delim+1, MAXPATHLEN); in search_for_exec_prefix()
316 strncpy(exec_prefix, home, MAXPATHLEN); in search_for_exec_prefix()
317 joinpath(exec_prefix, lib_python); in search_for_exec_prefix()
318 joinpath(exec_prefix, "lib-dynload"); in search_for_exec_prefix()
325 strcpy(exec_prefix, argv0_path); in search_for_exec_prefix()
326 joinpath(exec_prefix, "pybuilddir.txt"); in search_for_exec_prefix()
327 if (isfile(exec_prefix)) { in search_for_exec_prefix()
328 FILE *f = fopen(exec_prefix, "r"); in search_for_exec_prefix()
337 strcpy(exec_prefix, argv0_path); in search_for_exec_prefix()
[all …]
/external/python/cpython3/Modules/
Dgetpath.c146 wchar_t *exec_prefix; member
647 wchar_t *exec_prefix, size_t exec_prefix_len, in calculate_pybuilddir() argument
681 if (safe_wcscpy(exec_prefix, argv0_path, exec_prefix_len) < 0) { in calculate_pybuilddir()
685 status = joinpath(exec_prefix, pybuilddir, exec_prefix_len); in calculate_pybuilddir()
701 wchar_t *exec_prefix, size_t exec_prefix_len, in search_for_exec_prefix() argument
711 if (safe_wcscpy(exec_prefix, delim+1, exec_prefix_len) < 0) { in search_for_exec_prefix()
716 if (safe_wcscpy(exec_prefix, pathconfig->home, exec_prefix_len) < 0) { in search_for_exec_prefix()
720 status = joinpath(exec_prefix, calculate->lib_python, exec_prefix_len); in search_for_exec_prefix()
724 status = joinpath(exec_prefix, L"lib-dynload", exec_prefix_len); in search_for_exec_prefix()
735 exec_prefix, exec_prefix_len, found); in search_for_exec_prefix()
[all …]
/external/freetype/builds/unix/
Dfreetype-config.in27 exec_prefix=`%PKG_CONFIG% --variable exec_prefix freetype2`
39 exec_prefix="%exec_prefix%"
56 orig_exec_prefix=$exec_prefix
62 lib_suffix=`echo $libdir | sed "s|$exec_prefix||"`
116 exec_prefix=$optarg
155 exec_prefix=$prefix
162 libdir=${exec_prefix}${lib_suffix}
178 echo ${SYSROOT}$exec_prefix
/external/libxml2/
Dxml2-config.in4 exec_prefix=@exec_prefix@
18 --exec-prefix=DIR change libxml exec prefix [default $exec_prefix]
52 exec_prefix=$optarg
53 libdir=$exec_prefix/lib
57 echo $exec_prefix
/external/python/cpython2/Lib/distutils/command/
Dinstall.py168 self.exec_prefix = None
256 if ((self.prefix or self.exec_prefix or self.home) and
262 if self.home and (self.prefix or self.exec_prefix):
266 if self.user and (self.prefix or self.exec_prefix or self.home or
273 if self.exec_prefix:
275 self.exec_prefix = None
300 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
309 'sys_exec_prefix': exec_prefix,
310 'exec_prefix': exec_prefix,
425 if self.exec_prefix is not None:
[all …]
/external/python/cpython3/Lib/distutils/command/
Dinstall.py151 self.exec_prefix = None
240 if ((self.prefix or self.exec_prefix or self.home) and
246 if self.home and (self.prefix or self.exec_prefix):
250 if self.user and (self.prefix or self.exec_prefix or self.home or
257 if self.exec_prefix:
259 self.exec_prefix = None
284 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
298 'sys_exec_prefix': exec_prefix,
299 'exec_prefix': exec_prefix,
418 if self.exec_prefix is not None:
[all …]
/external/pcre/dist2/
Dpcre2-config.in4 exec_prefix=@exec_prefix@
55 exec_prefix=$optarg
62 exec_prefix=$optarg
66 echo $exec_prefix
/external/python/cpython2/Tools/freeze/
Dfreeze.py113 exec_prefix = None # settable with -P option
178 exec_prefix = a
209 if not exec_prefix:
211 exec_prefix = prefix
213 exec_prefix = sys.exec_prefix
226 binlib = exec_prefix
228 config_h_dir = exec_prefix
231 makefile_in = os.path.join(exec_prefix, 'Makefile')
233 frozendllmain_c = os.path.join(exec_prefix, 'Pc\\frozen_dllmain.c')
235 binlib = os.path.join(exec_prefix,
[all …]
/external/python/cpython3/Tools/freeze/
Dfreeze.py113 exec_prefix = None # settable with -P option
177 exec_prefix = a
208 if not exec_prefix:
210 exec_prefix = prefix
212 exec_prefix = sys.exec_prefix
229 binlib = exec_prefix
231 config_h_dir = exec_prefix
234 makefile_in = os.path.join(exec_prefix, 'Makefile')
236 frozendllmain_c = os.path.join(exec_prefix, 'Pc\\frozen_dllmain.c')
238 binlib = os.path.join(exec_prefix,
[all …]
/external/ImageMagick/Magick++/bin/
DMagick++-config.in9 exec_prefix=@exec_prefix@
35 exec_prefix=$optarg
38 echo $exec_prefix
/external/ImageMagick/MagickWand/
DMagickWand-config.in8 exec_prefix=@exec_prefix@
32 exec_prefix=$optarg
35 echo $exec_prefix
/external/ImageMagick/MagickCore/
DMagickCore-config.in8 exec_prefix=@exec_prefix@
32 exec_prefix=$optarg
35 echo $exec_prefix
/external/libpng/scripts/
Dmakefile.dec30 exec_prefix=$(prefix)
32 LIBPATH=$(exec_prefix)/lib
34 BINPATH=$(exec_prefix)/bin
83 -e s!@exec_prefix@!$(exec_prefix)! \
Dmakefile.darwin15 exec_prefix=$(prefix)
46 LIBPATH=$(exec_prefix)/lib
48 BINPATH=$(exec_prefix)/bin
94 -e s!@exec_prefix@!$(exec_prefix)! \
Dmakefile.sggcc32 exec_prefix=$(prefix)
55 LIBPATH=$(exec_prefix)/lib
58 BINPATH=$(exec_prefix)/bin
99 -e s!@exec_prefix@!$(exec_prefix)! \
Dmakefile.hpux42 exec_prefix=$(prefix)
44 LIBPATH=$(exec_prefix)/lib
46 BINPATH=$(exec_prefix)/bin
98 -e s!@exec_prefix@!$(exec_prefix)! \
Dmakefile.sco33 exec_prefix=$(prefix)
46 LIBPATH=$(exec_prefix)/lib
48 BINPATH=$(exec_prefix)/bin
94 -e s!@exec_prefix@!$(exec_prefix)! \
Dmakefile.sgi32 exec_prefix=$(prefix)
58 LIBPATH=$(exec_prefix)/lib
61 BINPATH=$(exec_prefix)/bin
100 -e s!@exec_prefix@!$(exec_prefix)! \
Dmakefile.beos51 exec_prefix=$(prefix)
53 LIBPATH=$(exec_prefix)/lib
55 BINPATH=$(exec_prefix)/bin
98 -e s!@exec_prefix@!$(exec_prefix)! \
Dmakefile.hp6450 exec_prefix=$(prefix)
52 LIBPATH=$(exec_prefix)/lib
54 BINPATH=$(exec_prefix)/bin
100 -e s!@exec_prefix@!$(exec_prefix)! \
Dmakefile.32sunu34 exec_prefix=$(prefix)
53 LIBPATH=$(exec_prefix)/lib
55 BINPATH=$(exec_prefix)/bin
98 -e s!@exec_prefix@!$(exec_prefix)! \
Dmakefile.hpgcc34 exec_prefix=$(prefix)
63 LIBPATH=$(exec_prefix)/lib
65 BINPATH=$(exec_prefix)/bin
104 -e s!@exec_prefix@!$(exec_prefix)! \
Dmakefile.so934 exec_prefix=$(prefix)
56 LIBPATH=$(exec_prefix)/lib
58 BINPATH=$(exec_prefix)/bin
104 -e s!@exec_prefix@!$(exec_prefix)! \
/external/tensorflow/tensorflow/c/
Dgenerate-pc.sh64 exec_prefix=\${prefix}
65 libdir=\${exec_prefix}/${LIBDIR}
78 exec_prefix=\${prefix}
79 libdir=\${exec_prefix}/${LIBDIR}
/external/libcups/config-scripts/
Dcups-directories.m417 dnl Fix "exec_prefix" variable if it hasn't been specified...
18 if test "$exec_prefix" = "NONE"; then
20 exec_prefix="/usr"
22 exec_prefix="$prefix"
27 if test "$bindir" = "\${exec_prefix}/bin"; then
28 bindir="$exec_prefix/bin"
34 if test "$sbindir" = "\${exec_prefix}/sbin"; then
35 sbindir="$exec_prefix/sbin"
97 if test "$libdir" = "\${exec_prefix}/lib"; then
101 libdir="$exec_prefix/lib64"
[all …]

12345678910>>...20