/external/python/cpython2/Modules/ |
D | getpath.c | 108 static char exec_prefix[MAXPATHLEN+1]; variable 313 strncpy(exec_prefix, delim+1, MAXPATHLEN); in search_for_exec_prefix() 315 strncpy(exec_prefix, home, MAXPATHLEN); in search_for_exec_prefix() 316 joinpath(exec_prefix, lib_python); in search_for_exec_prefix() 317 joinpath(exec_prefix, "lib-dynload"); in search_for_exec_prefix() 324 strcpy(exec_prefix, argv0_path); in search_for_exec_prefix() 325 joinpath(exec_prefix, "pybuilddir.txt"); in search_for_exec_prefix() 326 if (isfile(exec_prefix)) { in search_for_exec_prefix() 327 FILE *f = fopen(exec_prefix, "r"); in search_for_exec_prefix() 336 strcpy(exec_prefix, argv0_path); in search_for_exec_prefix() [all …]
|
/external/python/cpython3/Modules/ |
D | getpath.c | 128 wchar_t *exec_prefix; /* EXEC_PREFIX macro */ member 554 wchar_t *exec_prefix, size_t exec_prefix_len, in calculate_pybuilddir() argument 598 if (safe_wcscpy(exec_prefix, argv0_path, exec_prefix_len) < 0) { in calculate_pybuilddir() 602 status = joinpath(exec_prefix, pybuilddir, exec_prefix_len); in calculate_pybuilddir() 619 wchar_t *exec_prefix, size_t exec_prefix_len, in search_for_exec_prefix() argument 629 if (safe_wcscpy(exec_prefix, delim+1, exec_prefix_len) < 0) { in search_for_exec_prefix() 634 if (safe_wcscpy(exec_prefix, pathconfig->home, exec_prefix_len) < 0) { in search_for_exec_prefix() 638 status = joinpath(exec_prefix, calculate->lib_python, exec_prefix_len); in search_for_exec_prefix() 642 status = joinpath(exec_prefix, L"lib-dynload", exec_prefix_len); in search_for_exec_prefix() 652 status = calculate_pybuilddir(argv0_path, exec_prefix, exec_prefix_len, in search_for_exec_prefix() [all …]
|
/external/libxml2/ |
D | xml2-config.in | 4 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/freetype/builds/unix/ |
D | freetype-config.in | 27 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/python/cpython2/Lib/distutils/command/ |
D | install.py | 168 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/ |
D | install.py | 151 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, 417 if self.exec_prefix is not None: [all …]
|
/external/pcre/dist2/ |
D | pcre2-config.in | 4 exec_prefix=@exec_prefix@ 55 exec_prefix=$optarg 62 exec_prefix=$optarg 66 echo $exec_prefix
|
/external/python/cpython3/Tools/freeze/ |
D | freeze.py | 113 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/python/cpython2/Tools/freeze/ |
D | freeze.py | 113 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/MagickWand/ |
D | MagickWand-config.in | 8 exec_prefix=@exec_prefix@ 32 exec_prefix=$optarg 35 echo $exec_prefix
|
/external/ImageMagick/Magick++/bin/ |
D | Magick++-config.in | 9 exec_prefix=@exec_prefix@ 35 exec_prefix=$optarg 38 echo $exec_prefix
|
/external/ImageMagick/MagickCore/ |
D | MagickCore-config.in | 8 exec_prefix=@exec_prefix@ 32 exec_prefix=$optarg 35 echo $exec_prefix
|
/external/libpng/scripts/ |
D | makefile.dec | 30 exec_prefix=$(prefix) 32 LIBPATH=$(exec_prefix)/lib 34 BINPATH=$(exec_prefix)/bin 83 -e s!@exec_prefix@!$(exec_prefix)! \
|
D | makefile.hpux | 42 exec_prefix=$(prefix) 44 LIBPATH=$(exec_prefix)/lib 46 BINPATH=$(exec_prefix)/bin 98 -e s!@exec_prefix@!$(exec_prefix)! \
|
D | makefile.sgi | 32 exec_prefix=$(prefix) 58 LIBPATH=$(exec_prefix)/lib 61 BINPATH=$(exec_prefix)/bin 100 -e s!@exec_prefix@!$(exec_prefix)! \
|
D | makefile.darwin | 15 exec_prefix=$(prefix) 46 LIBPATH=$(exec_prefix)/lib 48 BINPATH=$(exec_prefix)/bin 94 -e s!@exec_prefix@!$(exec_prefix)! \
|
D | makefile.sggcc | 32 exec_prefix=$(prefix) 55 LIBPATH=$(exec_prefix)/lib 58 BINPATH=$(exec_prefix)/bin 99 -e s!@exec_prefix@!$(exec_prefix)! \
|
D | makefile.sco | 33 exec_prefix=$(prefix) 46 LIBPATH=$(exec_prefix)/lib 48 BINPATH=$(exec_prefix)/bin 94 -e s!@exec_prefix@!$(exec_prefix)! \
|
D | makefile.beos | 51 exec_prefix=$(prefix) 53 LIBPATH=$(exec_prefix)/lib 55 BINPATH=$(exec_prefix)/bin 98 -e s!@exec_prefix@!$(exec_prefix)! \
|
D | makefile.32sunu | 34 exec_prefix=$(prefix) 53 LIBPATH=$(exec_prefix)/lib 55 BINPATH=$(exec_prefix)/bin 98 -e s!@exec_prefix@!$(exec_prefix)! \
|
D | makefile.hpgcc | 34 exec_prefix=$(prefix) 63 LIBPATH=$(exec_prefix)/lib 65 BINPATH=$(exec_prefix)/bin 104 -e s!@exec_prefix@!$(exec_prefix)! \
|
D | makefile.so9 | 34 exec_prefix=$(prefix) 56 LIBPATH=$(exec_prefix)/lib 58 BINPATH=$(exec_prefix)/bin 104 -e s!@exec_prefix@!$(exec_prefix)! \
|
D | makefile.hp64 | 50 exec_prefix=$(prefix) 52 LIBPATH=$(exec_prefix)/lib 54 BINPATH=$(exec_prefix)/bin 100 -e s!@exec_prefix@!$(exec_prefix)! \
|
D | makefile.solaris | 32 exec_prefix=$(prefix) 51 LIBPATH=$(exec_prefix)/lib 53 BINPATH=$(exec_prefix)/bin 99 -e s!@exec_prefix@!$(exec_prefix)! \
|
/external/tensorflow/tensorflow/c/ |
D | generate-pc.sh | 64 exec_prefix=\${prefix} 65 libdir=\${exec_prefix}/${LIBDIR} 78 exec_prefix=\${prefix} 79 libdir=\${exec_prefix}/${LIBDIR}
|