Home
last modified time | relevance | path

Searched refs:host_os (Results 51 – 75 of 26675) sorted by relevance

12345678910>>...1067

/dports/security/fwbuilder/fwbuilder-5.3.7/src/pflib/
H A DOSConfigurator_bsd.cpp94 string host_os = fw->getStr("host_OS"); in printFunctions() local
138 update_addresses.setVariable("freebsd", host_os == "freebsd"); in printFunctions()
139 update_addresses.setVariable("openbsd", host_os == "openbsd"); in printFunctions()
147 update_vlans.setVariable("freebsd", host_os == "freebsd"); in printFunctions()
148 update_vlans.setVariable("openbsd", host_os == "openbsd"); in printFunctions()
156 update_bridge.setVariable("freebsd", host_os == "freebsd"); in printFunctions()
157 if (host_os == "openbsd") in printFunctions()
173 update_carp.setVariable("freebsd", host_os == "freebsd"); in printFunctions()
174 update_carp.setVariable("openbsd", host_os == "openbsd"); in printFunctions()
182 update_pfsync.setVariable("freebsd", host_os == "freebsd"); in printFunctions()
[all …]
/dports/security/libassuan/libassuan-2.5.5/src/
H A Dmkheader.c24 static const char *host_os; variable
82 if (strstr (host_os, "mingw32")) in write_special()
89 if (!strcmp (host_os, "mingw32ce")) in write_special()
98 if (!strcmp (host_os, "mingw32ce")) in write_special()
107 if (strstr (host_os, "mingw32")) in write_special()
114 if (!strcmp (host_os, "mingw32ce")) in write_special()
116 else if (strstr (host_os, "mingw32")) in write_special()
123 if (strstr (host_os, "mingw32")) in write_special()
130 if (strstr (host_os, "mingw32")) in write_special()
137 if (!strcmp (host_os, "mingw32ce")) in write_special()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/tools/
H A Dbuiltin.py96 if host_os == 'NT': host_os = 'windows'
97 elif host_os == 'AS400': host_os = 'unix'
98 elif host_os == 'MINGW': host_os = 'windows'
99 elif host_os == 'BSDI': host_os = 'bsd'
100 elif host_os == 'COHERENT': host_os = 'unix'
101 elif host_os == 'DRAGONFLYBSD': host_os = 'bsd'
102 elif host_os == 'IRIX': host_os = 'sgi'
103 elif host_os == 'MACOSX': host_os = 'darwin'
104 elif host_os == 'KFREEBSD': host_os = 'freebsd'
105 elif host_os == 'LINUX': host_os = 'linux'
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/tools/
H A Dbuiltin.py96 if host_os == 'NT': host_os = 'windows'
97 elif host_os == 'AS400': host_os = 'unix'
98 elif host_os == 'MINGW': host_os = 'windows'
99 elif host_os == 'BSDI': host_os = 'bsd'
100 elif host_os == 'COHERENT': host_os = 'unix'
101 elif host_os == 'DRAGONFLYBSD': host_os = 'bsd'
102 elif host_os == 'IRIX': host_os = 'sgi'
103 elif host_os == 'MACOSX': host_os = 'darwin'
104 elif host_os == 'KFREEBSD': host_os = 'freebsd'
105 elif host_os == 'LINUX': host_os = 'linux'
[all …]
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/tools/
H A Dbuiltin.py96 if host_os == 'NT': host_os = 'windows'
97 elif host_os == 'AS400': host_os = 'unix'
98 elif host_os == 'MINGW': host_os = 'windows'
99 elif host_os == 'BSDI': host_os = 'bsd'
100 elif host_os == 'COHERENT': host_os = 'unix'
101 elif host_os == 'DRAGONFLYBSD': host_os = 'bsd'
102 elif host_os == 'IRIX': host_os = 'sgi'
103 elif host_os == 'MACOSX': host_os = 'darwin'
104 elif host_os == 'KFREEBSD': host_os = 'freebsd'
105 elif host_os == 'LINUX': host_os = 'linux'
[all …]
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/tools/
H A Dbuiltin.py96 if host_os == 'NT': host_os = 'windows'
97 elif host_os == 'AS400': host_os = 'unix'
98 elif host_os == 'MINGW': host_os = 'windows'
99 elif host_os == 'BSDI': host_os = 'bsd'
100 elif host_os == 'COHERENT': host_os = 'unix'
101 elif host_os == 'DRAGONFLYBSD': host_os = 'bsd'
102 elif host_os == 'IRIX': host_os = 'sgi'
103 elif host_os == 'MACOSX': host_os = 'darwin'
104 elif host_os == 'KFREEBSD': host_os = 'freebsd'
105 elif host_os == 'LINUX': host_os = 'linux'
[all …]
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/tools/
H A Dbuiltin.py96 if host_os == 'NT': host_os = 'windows'
97 elif host_os == 'AS400': host_os = 'unix'
98 elif host_os == 'MINGW': host_os = 'windows'
99 elif host_os == 'BSDI': host_os = 'bsd'
100 elif host_os == 'COHERENT': host_os = 'unix'
101 elif host_os == 'DRAGONFLYBSD': host_os = 'bsd'
102 elif host_os == 'IRIX': host_os = 'sgi'
103 elif host_os == 'MACOSX': host_os = 'darwin'
104 elif host_os == 'KFREEBSD': host_os = 'freebsd'
105 elif host_os == 'LINUX': host_os = 'linux'
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/chromium/scripts/
H A Dbuild_ffmpeg.py111 host_os = 'linux'
113 host_os = 'mac'
115 host_os = 'win'
134 return (host_os, host_arch)
443 if target_os in (host_os, host_os + '-noasm', 'android',
518 host_os, host_arch = host_tuple
521 if target_os.split('-', 1)[0] != host_os and (host_os != 'linux' or
541 host_os,
822 if host_os != 'mac' and host_os != 'linux':
828 if host_os != 'mac':
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/chromium/scripts/
H A Dbuild_ffmpeg.py122 host_os = 'linux'
124 host_os = 'mac'
126 host_os = 'win'
145 return (host_os, host_arch)
474 if target_os in (host_os, host_os + '-noasm', 'android',
549 host_os, host_arch = host_tuple
552 if target_os.split('-', 1)[0] != host_os and (host_os != 'linux' or
572 host_os,
853 if host_os != 'mac' and host_os != 'linux':
859 if host_os != 'mac':
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/build/src/tools/
H A Dbuiltin.py96 if host_os == 'NT': host_os = 'windows'
97 elif host_os == 'AS400': host_os = 'unix'
98 elif host_os == 'MINGW': host_os = 'windows'
99 elif host_os == 'BSDI': host_os = 'bsd'
100 elif host_os == 'COHERENT': host_os = 'unix'
101 elif host_os == 'DRAGONFLYBSD': host_os = 'bsd'
102 elif host_os == 'IRIX': host_os = 'sgi'
103 elif host_os == 'MACOSX': host_os = 'darwin'
104 elif host_os == 'KFREEBSD': host_os = 'freebsd'
105 elif host_os == 'LINUX': host_os = 'linux'
[all …]
/dports/devel/boost-docs/boost_1_72_0/tools/build/src/tools/
H A Dbuiltin.py96 if host_os == 'NT': host_os = 'windows'
97 elif host_os == 'AS400': host_os = 'unix'
98 elif host_os == 'MINGW': host_os = 'windows'
99 elif host_os == 'BSDI': host_os = 'bsd'
100 elif host_os == 'COHERENT': host_os = 'unix'
101 elif host_os == 'DRAGONFLYBSD': host_os = 'bsd'
102 elif host_os == 'IRIX': host_os = 'sgi'
103 elif host_os == 'MACOSX': host_os = 'darwin'
104 elif host_os == 'KFREEBSD': host_os = 'freebsd'
105 elif host_os == 'LINUX': host_os = 'linux'
[all …]
/dports/devel/boost-libs/boost_1_72_0/tools/build/src/tools/
H A Dbuiltin.py96 if host_os == 'NT': host_os = 'windows'
97 elif host_os == 'AS400': host_os = 'unix'
98 elif host_os == 'MINGW': host_os = 'windows'
99 elif host_os == 'BSDI': host_os = 'bsd'
100 elif host_os == 'COHERENT': host_os = 'unix'
101 elif host_os == 'DRAGONFLYBSD': host_os = 'bsd'
102 elif host_os == 'IRIX': host_os = 'sgi'
103 elif host_os == 'MACOSX': host_os = 'darwin'
104 elif host_os == 'KFREEBSD': host_os = 'freebsd'
105 elif host_os == 'LINUX': host_os = 'linux'
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/src/tools/
H A Dbuiltin.py96 if host_os == 'NT': host_os = 'windows'
97 elif host_os == 'AS400': host_os = 'unix'
98 elif host_os == 'MINGW': host_os = 'windows'
99 elif host_os == 'BSDI': host_os = 'bsd'
100 elif host_os == 'COHERENT': host_os = 'unix'
101 elif host_os == 'DRAGONFLYBSD': host_os = 'bsd'
102 elif host_os == 'IRIX': host_os = 'sgi'
103 elif host_os == 'MACOSX': host_os = 'darwin'
104 elif host_os == 'KFREEBSD': host_os = 'freebsd'
105 elif host_os == 'LINUX': host_os = 'linux'
[all …]
/dports/devel/boost_build/build-29baa79/src/tools/
H A Dbuiltin.py96 if host_os == 'NT': host_os = 'windows'
97 elif host_os == 'AS400': host_os = 'unix'
98 elif host_os == 'MINGW': host_os = 'windows'
99 elif host_os == 'BSDI': host_os = 'bsd'
100 elif host_os == 'COHERENT': host_os = 'unix'
101 elif host_os == 'DRAGONFLYBSD': host_os = 'bsd'
102 elif host_os == 'IRIX': host_os = 'sgi'
103 elif host_os == 'MACOSX': host_os = 'darwin'
104 elif host_os == 'KFREEBSD': host_os = 'freebsd'
105 elif host_os == 'LINUX': host_os = 'linux'
[all …]
/dports/devel/hyperscan/boost_1_75_0/tools/build/src/tools/
H A Dbuiltin.py96 if host_os == 'NT': host_os = 'windows'
97 elif host_os == 'AS400': host_os = 'unix'
98 elif host_os == 'MINGW': host_os = 'windows'
99 elif host_os == 'BSDI': host_os = 'bsd'
100 elif host_os == 'COHERENT': host_os = 'unix'
101 elif host_os == 'DRAGONFLYBSD': host_os = 'bsd'
102 elif host_os == 'IRIX': host_os = 'sgi'
103 elif host_os == 'MACOSX': host_os = 'darwin'
104 elif host_os == 'KFREEBSD': host_os = 'freebsd'
105 elif host_os == 'LINUX': host_os = 'linux'
[all …]
/dports/games/senken/senken-0.3.0/
H A Dconfig.rpath51 case "$host_os" in
95 case "$host_os" in
111 case "$host_os" in
163 case "$host_os" in
355 case "$host_os" in
406 case "$host_os" in
564 case "$host_os" in
608 case "$host_os" in
624 case "$host_os" in
676 case "$host_os" in
[all …]
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/util/bot/
H A DDEPS69 'condition': 'host_os == "linux"',
81 'condition': 'host_os == "linux"',
91 'condition': 'host_os == "mac"',
103 'condition': 'host_os == "mac"',
113 'condition': 'host_os == "win"',
125 'condition': 'host_os == "win"',
135 'condition': 'host_os == "win"',
147 'condition': 'host_os == "win"',
170 'condition': 'host_os == "win"',
207 'condition': 'checkout_sde and host_os == "win"',
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/util/bot/
H A DDEPS69 'condition': 'host_os == "linux"',
81 'condition': 'host_os == "linux"',
91 'condition': 'host_os == "mac"',
103 'condition': 'host_os == "mac"',
113 'condition': 'host_os == "win"',
125 'condition': 'host_os == "win"',
135 'condition': 'host_os == "win"',
147 'condition': 'host_os == "win"',
182 'condition': 'host_os == "win"',
219 'condition': 'checkout_sde and host_os == "win"',
[all …]
/dports/security/boringssl/boringssl-6a71840/util/bot/
H A DDEPS72 'condition': 'host_os == "linux"',
84 'condition': 'host_os == "linux"',
94 'condition': 'host_os == "mac"',
106 'condition': 'host_os == "mac"',
116 'condition': 'host_os == "win"',
128 'condition': 'host_os == "win"',
138 'condition': 'host_os == "win"',
150 'condition': 'host_os == "win"',
185 'condition': 'host_os == "win"',
222 'condition': 'checkout_sde and host_os == "win"',
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/util/bot/
H A DDEPS72 'condition': 'host_os == "linux"',
84 'condition': 'host_os == "linux"',
94 'condition': 'host_os == "mac"',
106 'condition': 'host_os == "mac"',
116 'condition': 'host_os == "win"',
128 'condition': 'host_os == "win"',
138 'condition': 'host_os == "win"',
150 'condition': 'host_os == "win"',
185 'condition': 'host_os == "win"',
222 'condition': 'checkout_sde and host_os == "win"',
[all …]
/dports/devel/rbenv/rbenv-1.2.0/src/
H A Dconfigure22 host_os="darwin$(uname -r)"
25 host_os="freebsd$(uname -r)"
28 host_os="openbsd$(uname -r)"
31 host_os="linux-gnu"
34 eval "$("$src_dir"/shobj-conf -C "$CC" -o "$host_os")"
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/asan/
H A Dlit.cfg.py53 if config.host_os == 'Darwin' and config.target_arch == 'x86_64':
66 if config.host_os not in ['FreeBSD', 'NetBSD']:
120 if config.host_os in ['Linux', 'FreeBSD', 'NetBSD', 'SunOS']:
122 elif config.host_os == 'Darwin':
199 leak_detection_mac = (config.host_os == 'Darwin') and (config.target_arch == 'x86_64')
200 leak_detection_netbsd = (config.host_os == 'NetBSD') and (config.target_arch in ['x86_64', 'i386'])
215 if config.host_os == 'Windows' and config.asan_dynamic:
222 if config.host_os == 'Darwin':
225 if config.host_os == 'Windows':
235 if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'SunOS', 'Windows', 'NetBSD']:
[all …]
/dports/archivers/arj/arj-3.10.22/
H A Darjtypes.c31 #define is_unix(host_os) (host_os==OS_UNIX||host_os==OS_NEXT) argument
47 void fm_store(struct file_mode *dest, int host_os, int mode) in fm_store() argument
49 if(host_os==OS_SPECIAL) in fm_store()
64 unsigned int fm_native(struct file_mode *fm, int host_os) in fm_native() argument
66 return(is_unix(host_os)?fm->native:fm->dos); in fm_native()
252 void ts_store(struct timestamp *dest, int host_os, unsigned long value) in ts_store() argument
254 if(host_os==OS_SPECIAL) in ts_store()
256 else if(is_unix(host_os)) in ts_store()
270 unsigned long ts_native(struct timestamp *ts, int host_os) in ts_native() argument
272 return(is_unix(host_os)?ts->unixtime:ts->dos); in ts_native()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/asan/
H A Dlit.cfg.py53 if config.host_os == 'Darwin' and config.target_arch == 'x86_64':
66 if config.host_os not in ['FreeBSD', 'NetBSD']:
120 if config.host_os in ['Linux', 'FreeBSD', 'NetBSD', 'SunOS']:
122 elif config.host_os == 'Darwin':
199 leak_detection_mac = (config.host_os == 'Darwin') and (config.target_arch == 'x86_64')
200 leak_detection_netbsd = (config.host_os == 'NetBSD') and (config.target_arch in ['x86_64', 'i386'])
215 if config.host_os == 'Windows' and config.asan_dynamic:
222 if config.host_os == 'Darwin':
225 if config.host_os == 'Windows':
235 if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'SunOS', 'Windows', 'NetBSD']:
[all …]
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/asan/
H A Dlit.cfg.py53 if config.host_os == 'Darwin' and config.target_arch == 'x86_64':
66 if config.host_os not in ['FreeBSD', 'NetBSD']:
123 if config.host_os in ['Linux', 'FreeBSD', 'NetBSD', 'SunOS']:
125 elif config.host_os == 'Darwin':
202 leak_detection_mac = (config.host_os == 'Darwin') and (config.target_arch == 'x86_64')
203 leak_detection_netbsd = (config.host_os == 'NetBSD') and (config.target_arch in ['x86_64', 'i386'])
218 if config.host_os == 'Windows' and config.asan_dynamic:
225 if config.host_os == 'Darwin':
228 if config.host_os == 'Windows':
238 if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'SunOS', 'Windows', 'NetBSD']:
[all …]

12345678910>>...1067