Home
last modified time | relevance | path

Searched refs:sysconfig (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/contrib/unbound/
H A Dacx_python.m433 # For some systems, sysconfig exists, but has the wrong paths,
35 # and for older versions try distutils.sysconfig first. For newer
36 # versions>=3.10, where distutils.sysconfig is deprecated, use
37 # sysconfig first and then attempt the other one.
47 if test "$py_distutils_first" = "yes"; then m="distutils"; else m="sysconfig"; fi
59 if test "$py_distutils_first" = "yes"; then m2="sysconfig"; else m2="distutils"; fi
75 if test "$sysconfig_module" = "distutils"; then sysconfig_module="distutils.sysconfig"; fi
82 if test "$sysconfig_module" = "sysconfig"; then
83 python_path=`$PYTHON -c 'import sysconfig; \
84 print(sysconfig.get_path("include"));'`
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dax_python_devel.m4193 AC_MSG_CHECKING([for the sysconfig Python package])
194 ac_sysconfig_result=`$PYTHON -c "import sysconfig" 2>&1`
197 IMPORT_SYSCONFIG="import sysconfig"
202 ac_sysconfig_result=`$PYTHON -c "from distutils import sysconfig" 2>&1`
205 IMPORT_SYSCONFIG="from distutils import sysconfig"
225 if test "$IMPORT_SYSCONFIG" = "import sysconfig"; then
226 # sysconfig module has different functions
228 print (sysconfig.get_path ('include'));"`
230 print (sysconfig.get_path ('platinclude'));"`
234 print (sysconfig.get_python_inc ());"`
[all …]
H A Dzfs-build.m4650 initconfdir=/etc/sysconfig
/freebsd/contrib/ldns/
H A Dax_python_devel.m4155 python_path=`$PYTHON -c "import distutils.sysconfig; \
156 print (distutils.sysconfig.get_python_inc ());"`
157 plat_python_path=`$PYTHON -c "import distutils.sysconfig; \
158 print (distutils.sysconfig.get_python_inc (plat_specific=1));"`
182 from distutils.sysconfig import *
205 import distutils.sysconfig
206 e = distutils.sysconfig.get_config_var('LIBDIR')
214 import distutils.sysconfig
215 c = distutils.sysconfig.get_config_vars()
234 "from distutils.sysconfig import get_python_lib as f; \
[all …]
H A Dconfigure5133 if test -x /sbin/sysconfig; then
5134 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
15224 from distutils.sysconfig import *
15248 import distutils.sysconfig
15249 e = distutils.sysconfig.get_config_var('LIBDIR')
15257 import distutils.sysconfig
15258 c = distutils.sysconfig.get_config_vars()
/freebsd/sys/arm/ti/
H A Dti_mbox.c135 uint32_t rev, sysconfig; in ti_mbox_attach() local
170 sysconfig = ti_mbox_reg_read(sc, TI_MBOX_SYSCONFIG); in ti_mbox_attach()
171 DPRINTF("initial sysconfig %d\n", sysconfig); in ti_mbox_attach()
172 sysconfig |= TI_MBOX_SYSCONFIG_SOFTRST; in ti_mbox_attach()
173 ti_mbox_reg_write(sc, TI_MBOX_SYSCONFIG, sysconfig); in ti_mbox_attach()
/freebsd/crypto/openssh/contrib/redhat/
H A Dsshd.init19 [ -f /etc/sysconfig/sshd ] && . /etc/sysconfig/sshd
H A Dopenssh.spec578 - modify init script to source /etc/sysconfig/sshd and pass $OPTIONS to sshd
/freebsd/contrib/unbound/contrib/
H A Dunbound.init_fedora29 [ -e /etc/sysconfig/unbound ] && . /etc/sysconfig/unbound
H A Dunbound.init_yocto30 [ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
H A Dunbound.init30 [ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
H A Dunbound.spec_fedora5 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_py…
6 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_…
324 - enable DNSSEC only if it is enabled in sysconfig/dnssec
/freebsd/sys/contrib/openzfs/rpm/generic/
H A Dzfs.spec.in41 %global _initconfdir /etc/sysconfig
91 import sysconfig;
92 if hasattr(sysconfig, 'get_default_scheme'):
93 scheme = sysconfig.get_default_scheme()
95 scheme = sysconfig._get_default_scheme()
101 sitedir = sysconfig.get_path('purelib', scheme, vars={'base': prefix})
102 print(sitedir);" 2>/dev/null || %{__python} -Esc "from distutils import sysconfig; print(sysconfig.…
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-miphy365x.txt9 - st,syscfg : Phandle / integer array property. Phandle of sysconfig group
12 register offset inside the sysconfig group.
H A Dphy-stih407-usb.txt8 - st,syscfg : phandle of sysconfig bank plus integer array containing phyparam and phyctrl registe…
/freebsd/sys/contrib/openzfs/scripts/
H A Ddkms.mkconf5 pkgcfg=/etc/sysconfig/zfs
/freebsd/crypto/openssh/contrib/suse/
H A Drc.sshd24 SSHD_SYSCONFIG=/etc/sysconfig/ssh
H A Dopenssh.spec163 install -m744 contrib/suse/sysconfig.ssh \
233 %attr(0644,root,root) /var/adm/fillup-templates/sysconfig.ssh
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap36xx.dtsi194 * Note that the sysconfig register layout is a subset of the
196 * available while omap34xx has "ti,sysc-omap2" type sysconfig.
/freebsd/usr.sbin/kbdmap/
H A Dkbdmap.c54 static const char *sysconfig = DEFAULT_SYSCONFIG; variable
228 FILE *fp = fopen(sysconfig, "r"); in get_font()
249 fprintf(stderr, "Could not open %s for reading\n", sysconfig); in get_font()
/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs.spec.in41 %global _initconfdir /etc/sysconfig
91 import sysconfig;
92 if hasattr(sysconfig, 'get_default_scheme'):
93 scheme = sysconfig.get_default_scheme()
95 scheme = sysconfig._get_default_scheme()
101 sitedir = sysconfig.get_path('purelib', scheme, vars={'base': prefix})
102 print(sitedir);" 2>/dev/null || %{__python} -Esc "from distutils import sysconfig; print(sysconfig.get_python_lib(0,0))")
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsti-dwmac.txt27 - sti-clkconf: this is an extra sysconfig register, available in new SoCs,
/freebsd/contrib/libpcap/
H A Dpcap-bpf.c1625 if ((sysconfig(SYS_QUERYLOAD, (void *)&cfg_ld, sizeof(cfg_ld)) == -1) || in bpf_load()
1628 if (sysconfig(SYS_SINGLELOAD, (void *)&cfg_ld, sizeof(cfg_ld)) == -1) { in bpf_load()
1642 if (sysconfig(SYS_CFGKMOD, (void *)&cfg_km, sizeof(cfg_km)) == -1) { in bpf_load()
/freebsd/contrib/openbsm/
H A Dconfigure4462 if test -x /sbin/sysconfig; then
4463 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
/freebsd/contrib/libevent/
H A Dconfigure5855 if test -x /sbin/sysconfig; then
5856 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in

12