Home
last modified time | relevance | path

Searched refs:ostype (Results 1 – 25 of 972) sorted by relevance

12345678910>>...39

/dports/security/nmap/nmap-7.91/nselib/data/
H A Dike-fingerprints.lua39 ostype = nil,
54 ostype = nil,
64 ostype = nil,
74 ostype = nil,
84 ostype = nil,
94 ostype = nil,
104 ostype = nil,
114 ostype = nil,
124 ostype = nil,
134 ostype = nil,
[all …]
/dports/mail/libmilter/sendmail-8.16.1/cf/cf/
H A DMakefile160 ${CFDIR}/ostype/aix3.m4 \
161 ${CFDIR}/ostype/aix4.m4 \
164 ${CFDIR}/ostype/a-ux.m4 \
167 ${CFDIR}/ostype/bsdi.m4 \
170 ${CFDIR}/ostype/dgux.m4 \
177 ${CFDIR}/ostype/gnu.m4 \
191 ${CFDIR}/ostype/osf1.m4 \
193 ${CFDIR}/ostype/ptx2.m4 \
194 ${CFDIR}/ostype/qnx.m4 \
205 ${CFDIR}/ostype/svr4.m4 \
[all …]
/dports/archivers/p5-PerlIO-gzip/PerlIO-gzip-0.20/
H A DMakefile.PL17 my $ostype;
20 $ostype = 0;
22 $ostype = 1;
24 $ostype = 2;
27 $ostype = 5;
29 $ostype = 6;
31 $ostype = 7;
33 $ostype = 11;
38 $ostype = 3;
41 $ostype = ''
[all …]
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/build/fbcode_builder/getdeps/
H A Dplatform.py55 if ostype is None:
61 ostype = "darwin"
63 ostype = "windows"
66 ostype = sys.platform
69 self.ostype = ostype
81 return self.ostype == "windows"
87 return self.ostype == "darwin"
90 return self.ostype == "linux"
94 self.ostype,
111 return HostType(ostype=ostype, distro=distro, distrovers=distrovers)
[all …]
/dports/net/fbzmq/fbzmq-2021.12.27.00/build/fbcode_builder/getdeps/
H A Dplatform.py55 if ostype is None:
61 ostype = "darwin"
63 ostype = "windows"
66 ostype = sys.platform
69 self.ostype = ostype
81 return self.ostype == "windows"
87 return self.ostype == "darwin"
90 return self.ostype == "linux"
94 self.ostype,
111 return HostType(ostype=ostype, distro=distro, distrovers=distrovers)
[all …]
/dports/net/fb303/fb303-83ae662219660d30b49ad8474f5c63bbfc6d5f6f/build/fbcode_builder/getdeps/
H A Dplatform.py55 if ostype is None:
61 ostype = "darwin"
63 ostype = "windows"
66 ostype = sys.platform
69 self.ostype = ostype
81 return self.ostype == "windows"
87 return self.ostype == "darwin"
90 return self.ostype == "linux"
94 self.ostype,
111 return HostType(ostype=ostype, distro=distro, distrovers=distrovers)
[all …]
/dports/www/proxygen/proxygen-2021.12.27.00/build/fbcode_builder/getdeps/
H A Dplatform.py55 if ostype is None:
61 ostype = "darwin"
63 ostype = "windows"
66 ostype = sys.platform
69 self.ostype = ostype
81 return self.ostype == "windows"
87 return self.ostype == "darwin"
90 return self.ostype == "linux"
94 self.ostype,
111 return HostType(ostype=ostype, distro=distro, distrovers=distrovers)
[all …]
/dports/devel/folly/folly-2021.12.27.00/build/fbcode_builder/getdeps/
H A Dplatform.py55 if ostype is None:
61 ostype = "darwin"
63 ostype = "windows"
66 ostype = sys.platform
69 self.ostype = ostype
81 return self.ostype == "windows"
87 return self.ostype == "darwin"
90 return self.ostype == "linux"
94 self.ostype,
111 return HostType(ostype=ostype, distro=distro, distrovers=distrovers)
[all …]
/dports/security/fizz/fizz-2021.12.27.00/build/fbcode_builder/getdeps/
H A Dplatform.py55 if ostype is None:
61 ostype = "darwin"
63 ostype = "windows"
66 ostype = sys.platform
69 self.ostype = ostype
81 return self.ostype == "windows"
87 return self.ostype == "darwin"
90 return self.ostype == "linux"
94 self.ostype,
111 return HostType(ostype=ostype, distro=distro, distrovers=distrovers)
[all …]
/dports/net/wangle/wangle-2021.12.27.00/build/fbcode_builder/getdeps/
H A Dplatform.py55 if ostype is None:
61 ostype = "darwin"
63 ostype = "windows"
66 ostype = sys.platform
69 self.ostype = ostype
81 return self.ostype == "windows"
87 return self.ostype == "darwin"
90 return self.ostype == "linux"
94 self.ostype,
111 return HostType(ostype=ostype, distro=distro, distrovers=distrovers)
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/build/fbcode_builder/getdeps/
H A Dplatform.py55 if ostype is None:
61 ostype = "darwin"
63 ostype = "windows"
66 ostype = sys.platform
69 self.ostype = ostype
81 return self.ostype == "windows"
87 return self.ostype == "darwin"
90 return self.ostype == "linux"
94 self.ostype,
111 return HostType(ostype=ostype, distro=distro, distrovers=distrovers)
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/sacloud/libsacloud/api/
H A Darchive.go29 findFuncMapPerOSType map[ostype.ArchiveOSTypes]func() (*sacloud.Archive, error)
74 ostype.CentOS: api.FindLatestStableCentOS,
75 ostype.CentOS8: api.FindLatestStableCentOS8,
76 ostype.CentOS7: api.FindLatestStableCentOS7,
77 ostype.CentOS6: api.FindLatestStableCentOS6,
78 ostype.Ubuntu: api.FindLatestStableUbuntu,
81 ostype.Debian: api.FindLatestStableDebian,
83 ostype.Debian9: api.FindLatestStableDebian9,
84 ostype.CoreOS: api.FindLatestStableCoreOS,
86 ostype.K3OS: api.FindLatestStableK3OS,
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/sacloud/libsacloud/api/
H A Darchive.go29 findFuncMapPerOSType map[ostype.ArchiveOSTypes]func() (*sacloud.Archive, error)
74 ostype.CentOS: api.FindLatestStableCentOS,
75 ostype.CentOS8: api.FindLatestStableCentOS8,
76 ostype.CentOS7: api.FindLatestStableCentOS7,
77 ostype.CentOS6: api.FindLatestStableCentOS6,
78 ostype.Ubuntu: api.FindLatestStableUbuntu,
81 ostype.Debian: api.FindLatestStableDebian,
83 ostype.Debian9: api.FindLatestStableDebian9,
84 ostype.CoreOS: api.FindLatestStableCoreOS,
86 ostype.K3OS: api.FindLatestStableK3OS,
[all …]
/dports/net/rdist6/rdist-6.1.5/build/
H A Drunmake47 test -z "$ostype" && test -f ./os-type && {
48 ostype="./os-type"
50 test -z "$ostype" && test -f build/os-type && {
51 ostype="build/os-type"
53 test -z "$ostype" && test -f ../build/os-type && {
54 ostype="../build/os-type"
56 if [ -z "$ostype" ]; then
70 OS="`$ostype`"
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/common/
H A DIOStream.cpp152 int ostype = SEEK_SET; in ConvertSeekTypeToOSWhence() local
157 ostype = FILE_BEGIN; in ConvertSeekTypeToOSWhence()
160 ostype = FILE_CURRENT; in ConvertSeekTypeToOSWhence()
163 ostype = FILE_END; in ConvertSeekTypeToOSWhence()
167 ostype = SEEK_SET; in ConvertSeekTypeToOSWhence()
170 ostype = SEEK_CUR; in ConvertSeekTypeToOSWhence()
173 ostype = SEEK_END; in ConvertSeekTypeToOSWhence()
181 return ostype; in ConvertSeekTypeToOSWhence()
/dports/dns/bind911/bind-9.11.37/util/
H A Dmksymtbl.pl25 my ($binname, $need_uscorefix, $outputfile, $nsyms, $ostype, $nm_prog);
38 $ostype = `uname -s`;
39 chop($ostype);
40 if ($ostype eq "SunOS" || $ostype eq "HP-UX") {
55 if ($ostype eq "SunOS") {
62 } elsif ($ostype eq "HP-UX") {
/dports/security/rnp/rnp-0.15.2/ci/
H A Dutils.inc.sh4 local ostype
5 ostype=$(<<< "$OSTYPE" tr '[:upper:]' '[:lower:]')
6 if [ -z "$ostype" ]; then
7 ostype=$(uname | tr '[:upper:]' '[:lower:]')
10 case $ostype in
/dports/lang/rust/rustc-1.58.1-src/src/bootstrap/
H A Dbootstrap.py207 ostype = ostype.decode(default_encoding)
222 if ostype in ostype_mapper:
223 ostype = ostype_mapper[ostype]
224 elif ostype == 'Linux':
231 elif ostype == 'SunOS':
232 ostype = 'pc-solaris'
248 ostype = 'pc-windows-gnu'
311 ostype += 'eabihf'
317 ostype += 'eabihf'
333 ostype += 'abi64'
[all …]
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/build/fbcode_builder/getdeps/test/
H A Dplatform_test.py16 self.assertNotEqual(p.ostype, None, msg="probed and returned something")
23 p = HostType(ostype="foo")
27 p = HostType(ostype="windows")
32 p = HostType(ostype="darwin")
37 p = HostType(ostype="linux")
/dports/net/fb303/fb303-83ae662219660d30b49ad8474f5c63bbfc6d5f6f/build/fbcode_builder/getdeps/test/
H A Dplatform_test.py16 self.assertNotEqual(p.ostype, None, msg="probed and returned something")
23 p = HostType(ostype="foo")
27 p = HostType(ostype="windows")
32 p = HostType(ostype="darwin")
37 p = HostType(ostype="linux")
/dports/net/fbzmq/fbzmq-2021.12.27.00/build/fbcode_builder/getdeps/test/
H A Dplatform_test.py16 self.assertNotEqual(p.ostype, None, msg="probed and returned something")
23 p = HostType(ostype="foo")
27 p = HostType(ostype="windows")
32 p = HostType(ostype="darwin")
37 p = HostType(ostype="linux")
/dports/security/fizz/fizz-2021.12.27.00/build/fbcode_builder/getdeps/test/
H A Dplatform_test.py16 self.assertNotEqual(p.ostype, None, msg="probed and returned something")
23 p = HostType(ostype="foo")
27 p = HostType(ostype="windows")
32 p = HostType(ostype="darwin")
37 p = HostType(ostype="linux")
/dports/www/proxygen/proxygen-2021.12.27.00/build/fbcode_builder/getdeps/test/
H A Dplatform_test.py16 self.assertNotEqual(p.ostype, None, msg="probed and returned something")
23 p = HostType(ostype="foo")
27 p = HostType(ostype="windows")
32 p = HostType(ostype="darwin")
37 p = HostType(ostype="linux")
/dports/devel/folly/folly-2021.12.27.00/build/fbcode_builder/getdeps/test/
H A Dplatform_test.py16 self.assertNotEqual(p.ostype, None, msg="probed and returned something")
23 p = HostType(ostype="foo")
27 p = HostType(ostype="windows")
32 p = HostType(ostype="darwin")
37 p = HostType(ostype="linux")
/dports/net/wangle/wangle-2021.12.27.00/build/fbcode_builder/getdeps/test/
H A Dplatform_test.py16 self.assertNotEqual(p.ostype, None, msg="probed and returned something")
23 p = HostType(ostype="foo")
27 p = HostType(ostype="windows")
32 p = HostType(ostype="darwin")
37 p = HostType(ostype="linux")

12345678910>>...39