| /freebsd/contrib/unbound/ |
| H A D | acx_python.m4 | 33 # 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 D | ax_python_devel.m4 | 193 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 D | zfs-build.m4 | 650 initconfdir=/etc/sysconfig
|
| /freebsd/contrib/ldns/ |
| H A D | ax_python_devel.m4 | 155 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 D | configure | 5133 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 D | ti_mbox.c | 135 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 D | sshd.init | 19 [ -f /etc/sysconfig/sshd ] && . /etc/sysconfig/sshd
|
| H A D | openssh.spec | 578 - modify init script to source /etc/sysconfig/sshd and pass $OPTIONS to sshd
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | unbound.init_fedora | 29 [ -e /etc/sysconfig/unbound ] && . /etc/sysconfig/unbound
|
| H A D | unbound.init_yocto | 30 [ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
|
| H A D | unbound.init | 30 [ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
|
| H A D | unbound.spec_fedora | 5 %{!?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 D | zfs.spec.in | 41 %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 D | phy-miphy365x.txt | 9 - st,syscfg : Phandle / integer array property. Phandle of sysconfig group 12 register offset inside the sysconfig group.
|
| H A D | phy-stih407-usb.txt | 8 - st,syscfg : phandle of sysconfig bank plus integer array containing phyparam and phyctrl registe…
|
| /freebsd/sys/contrib/openzfs/scripts/ |
| H A D | dkms.mkconf | 5 pkgcfg=/etc/sysconfig/zfs
|
| /freebsd/crypto/openssh/contrib/suse/ |
| H A D | rc.sshd | 24 SSHD_SYSCONFIG=/etc/sysconfig/ssh
|
| H A D | openssh.spec | 163 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 D | omap36xx.dtsi | 194 * 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 D | kbdmap.c | 54 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 D | zfs.spec.in | 41 %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 D | sti-dwmac.txt | 27 - sti-clkconf: this is an extra sysconfig register, available in new SoCs,
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap-bpf.c | 1625 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 D | configure | 4462 if test -x /sbin/sysconfig; then 4463 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
|
| /freebsd/contrib/libevent/ |
| H A D | configure | 5855 if test -x /sbin/sysconfig; then 5856 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
|