Home
last modified time | relevance | path

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

12345678910>>...42

/third_party/python/Modules/
Dgetpath.c145 wchar_t *exec_prefix; member
646 wchar_t *exec_prefix, size_t exec_prefix_len, in calculate_pybuilddir() argument
680 if (safe_wcscpy(exec_prefix, argv0_path, exec_prefix_len) < 0) { in calculate_pybuilddir()
684 status = joinpath(exec_prefix, pybuilddir, exec_prefix_len); in calculate_pybuilddir()
700 wchar_t *exec_prefix, size_t exec_prefix_len, in search_for_exec_prefix() argument
710 if (safe_wcscpy(exec_prefix, delim+1, exec_prefix_len) < 0) { in search_for_exec_prefix()
715 if (safe_wcscpy(exec_prefix, pathconfig->home, exec_prefix_len) < 0) { in search_for_exec_prefix()
719 status = joinpath(exec_prefix, calculate->lib_python, exec_prefix_len); in search_for_exec_prefix()
723 status = joinpath(exec_prefix, L"lib-dynload", exec_prefix_len); in search_for_exec_prefix()
734 exec_prefix, exec_prefix_len, found); in search_for_exec_prefix()
[all …]
/third_party/libpsl/msvc/
Dpc_base.py20 self.exec_prefix = ''
58 self.exec_prefix = '${prefix}'
60 if args.exec_prefix.startswith('${prefix}'):
62 input_exec_prefix = args.prefix + args.exec_prefix[len('${prefix}'):]
65 input_exec_prefix = args.exec_prefix
68 args.exec_prefix)
70 self.exec_prefix = args.exec_prefix.replace('\\','/')
72 self.exec_prefix = os.path.abspath(input_exec_prefix).replace('\\','/')
121 self.base_replace_items.update({'@exec_prefix@': self.exec_prefix})
/third_party/gstreamer/gstplugins_base/common/m4/
Das-ac-expand.m415 dnl first expand prefix and exec_prefix if necessary
17 exec_prefix_save=$exec_prefix
23 dnl if no exec_prefix given, then use prefix
24 if test "x$exec_prefix" = "xNONE"; then
25 exec_prefix=$prefix
40 dnl restore prefix and exec_prefix
42 exec_prefix=$exec_prefix_save
/third_party/gstreamer/gstplugins_good/common/m4/
Das-ac-expand.m415 dnl first expand prefix and exec_prefix if necessary
17 exec_prefix_save=$exec_prefix
23 dnl if no exec_prefix given, then use prefix
24 if test "x$exec_prefix" = "xNONE"; then
25 exec_prefix=$prefix
40 dnl restore prefix and exec_prefix
42 exec_prefix=$exec_prefix_save
/third_party/gstreamer/gstplugins_bad/common/m4/
Das-ac-expand.m415 dnl first expand prefix and exec_prefix if necessary
17 exec_prefix_save=$exec_prefix
23 dnl if no exec_prefix given, then use prefix
24 if test "x$exec_prefix" = "xNONE"; then
25 exec_prefix=$prefix
40 dnl restore prefix and exec_prefix
42 exec_prefix=$exec_prefix_save
/third_party/gstreamer/gst_libav/common/m4/
Das-ac-expand.m415 dnl first expand prefix and exec_prefix if necessary
17 exec_prefix_save=$exec_prefix
23 dnl if no exec_prefix given, then use prefix
24 if test "x$exec_prefix" = "xNONE"; then
25 exec_prefix=$prefix
40 dnl restore prefix and exec_prefix
42 exec_prefix=$exec_prefix_save
/third_party/gstreamer/gstreamer/common/m4/
Das-ac-expand.m415 dnl first expand prefix and exec_prefix if necessary
17 exec_prefix_save=$exec_prefix
23 dnl if no exec_prefix given, then use prefix
24 if test "x$exec_prefix" = "xNONE"; then
25 exec_prefix=$prefix
40 dnl restore prefix and exec_prefix
42 exec_prefix=$exec_prefix_save
/third_party/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
/third_party/flutter/skia/third_party/externals/sdl/
Dsdl2-config.in4 exec_prefix=@exec_prefix@
28 exec_prefix=$optarg
35 exec_prefix=$optarg
39 echo $exec_prefix
/third_party/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
/third_party/skia/third_party/externals/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
/third_party/flutter/skia/third_party/externals/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
/third_party/python/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 …]
/third_party/pcre2/pcre2/
Dpcre2-config.in4 exec_prefix=@exec_prefix@
55 exec_prefix=$optarg
62 exec_prefix=$optarg
66 echo $exec_prefix
/third_party/python/Tools/freeze/
Dfreeze.py114 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
230 configdir = exec_prefix
232 config_h_dir = exec_prefix
235 makefile_in = os.path.join(exec_prefix, 'Makefile')
237 frozendllmain_c = os.path.join(exec_prefix, 'Pc\\frozen_dllmain.c')
241 config_h_dir = os.path.join(exec_prefix, 'include',
[all …]
/third_party/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.beos51 exec_prefix=$(prefix)
53 LIBPATH=$(exec_prefix)/lib
55 BINPATH=$(exec_prefix)/bin
98 -e s!@exec_prefix@!$(exec_prefix)! \
/third_party/flutter/skia/third_party/externals/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)! \
/third_party/skia/third_party/externals/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.sco33 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.darwin15 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)! \

12345678910>>...42