Home
last modified time | relevance | path

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

12345678910>>...20

/external/python/cpython2/Modules/
Dgetpath.c108 static char exec_prefix[MAXPATHLEN+1]; variable
309 strncpy(exec_prefix, delim+1, MAXPATHLEN); in search_for_exec_prefix()
311 strncpy(exec_prefix, home, MAXPATHLEN); in search_for_exec_prefix()
312 joinpath(exec_prefix, lib_python); in search_for_exec_prefix()
313 joinpath(exec_prefix, "lib-dynload"); in search_for_exec_prefix()
320 strcpy(exec_prefix, argv0_path); in search_for_exec_prefix()
321 joinpath(exec_prefix, "pybuilddir.txt"); in search_for_exec_prefix()
322 if (isfile(exec_prefix)) { in search_for_exec_prefix()
323 FILE *f = fopen(exec_prefix, "r"); in search_for_exec_prefix()
332 strcpy(exec_prefix, argv0_path); in search_for_exec_prefix()
[all …]
/external/libxml2/
Dxml2-config.in4 exec_prefix=@exec_prefix@
16 --exec-prefix=DIR change libxml exec prefix [default $exec_prefix]
52 exec_prefix=$optarg
53 libdir=$exec_prefix/lib
57 echo $exec_prefix
/external/libvncserver/
Dlibvncserver-config.in4 exec_prefix=@exec_prefix@
35 exec_prefix=$optarg
42 exec_prefix=$optarg
46 echo $exec_prefix
/external/libusb-compat/
Dlibusb-config.in4 exec_prefix=@exec_prefix@
37 exec_prefix=$optarg
44 exec_prefix=$optarg
74 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/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/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.sgi32 exec_prefix=$(prefix)
58 LIBPATH=$(exec_prefix)/lib
61 BINPATH=$(exec_prefix)/bin
100 -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.beos51 exec_prefix=$(prefix)
53 LIBPATH=$(exec_prefix)/lib
55 BINPATH=$(exec_prefix)/bin
98 -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.darwin15 exec_prefix=$(prefix)
46 LIBPATH=$(exec_prefix)/lib
48 BINPATH=$(exec_prefix)/bin
94 -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.so934 exec_prefix=$(prefix)
56 LIBPATH=$(exec_prefix)/lib
58 BINPATH=$(exec_prefix)/bin
104 -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.32sunu34 exec_prefix=$(prefix)
53 LIBPATH=$(exec_prefix)/lib
55 BINPATH=$(exec_prefix)/bin
98 -e s!@exec_prefix@!$(exec_prefix)! \
Dmakefile.solaris32 exec_prefix=$(prefix)
52 LIBPATH=$(exec_prefix)/lib
54 BINPATH=$(exec_prefix)/bin
100 -e s!@exec_prefix@!$(exec_prefix)! \
Dmakefile.solaris-x8632 exec_prefix=$(prefix)
51 LIBPATH=$(exec_prefix)/lib
53 BINPATH=$(exec_prefix)/bin
99 -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.64sunu34 exec_prefix=$(prefix)
53 LIBPATH=$(exec_prefix)/lib
55 BINPATH=$(exec_prefix)/bin
98 -e s!@exec_prefix@!$(exec_prefix)! \
Dmakefile.linux34 exec_prefix=$(prefix)
60 LIBPATH=$(exec_prefix)/lib
62 BINPATH=$(exec_prefix)/bin
108 -e s!@exec_prefix@!$(exec_prefix)! \

12345678910>>...20