Home
last modified time | relevance | path

Searched refs:IS_UNIX (Results 1 – 25 of 70) sorted by relevance

123

/dports/sysutils/cdrkit/cdrkit-1.1.11/include/
H A Dmconfig.h71 #ifndef IS_UNIX
73 # define IS_UNIX macro
77 #ifndef IS_UNIX
79 # define IS_UNIX macro
212 # ifndef IS_UNIX
221 # ifndef IS_UNIX
222 # define IS_UNIX macro
263 # ifndef IS_UNIX
264 # define IS_UNIX macro
277 # ifndef IS_UNIX
[all …]
/dports/sysutils/genisoimage/cdrkit-1.1.11/include/
H A Dmconfig.h71 #ifndef IS_UNIX
73 # define IS_UNIX macro
77 #ifndef IS_UNIX
79 # define IS_UNIX macro
212 # ifndef IS_UNIX
221 # ifndef IS_UNIX
222 # define IS_UNIX macro
263 # ifndef IS_UNIX
264 # define IS_UNIX macro
277 # ifndef IS_UNIX
[all …]
/dports/devel/sunpromake/schily-2021-09-18/include/schily/
H A Dmconfig.h76 #ifndef IS_UNIX
78 # define IS_UNIX macro
82 #ifndef IS_UNIX
85 # define IS_UNIX macro
248 # ifndef IS_UNIX
257 # ifndef IS_UNIX
258 # define IS_UNIX macro
299 # ifndef IS_UNIX
300 # define IS_UNIX macro
315 # ifndef IS_UNIX
[all …]
/dports/devel/smake/schily-2021-09-18/include/schily/
H A Dmconfig.h76 #ifndef IS_UNIX
78 # define IS_UNIX macro
82 #ifndef IS_UNIX
85 # define IS_UNIX macro
248 # ifndef IS_UNIX
257 # ifndef IS_UNIX
258 # define IS_UNIX macro
299 # ifndef IS_UNIX
300 # define IS_UNIX macro
315 # ifndef IS_UNIX
[all …]
/dports/devel/sccs/schily-2021-09-18/include/schily/
H A Dmconfig.h76 #ifndef IS_UNIX
78 # define IS_UNIX macro
82 #ifndef IS_UNIX
85 # define IS_UNIX macro
248 # ifndef IS_UNIX
257 # ifndef IS_UNIX
258 # define IS_UNIX macro
299 # ifndef IS_UNIX
300 # define IS_UNIX macro
315 # ifndef IS_UNIX
[all …]
/dports/devel/schilybase/schily-2021-09-18/include/schily/
H A Dmconfig.h76 #ifndef IS_UNIX
78 # define IS_UNIX macro
82 #ifndef IS_UNIX
85 # define IS_UNIX macro
248 # ifndef IS_UNIX
257 # ifndef IS_UNIX
258 # define IS_UNIX macro
299 # ifndef IS_UNIX
300 # define IS_UNIX macro
315 # ifndef IS_UNIX
[all …]
/dports/net/rscsi/schily-2021-09-18/include/schily/
H A Dmconfig.h76 #ifndef IS_UNIX
78 # define IS_UNIX macro
82 #ifndef IS_UNIX
85 # define IS_UNIX macro
248 # ifndef IS_UNIX
257 # ifndef IS_UNIX
258 # define IS_UNIX macro
299 # ifndef IS_UNIX
300 # define IS_UNIX macro
315 # ifndef IS_UNIX
[all …]
/dports/archivers/star/schily-2021-09-18/include/schily/
H A Dmconfig.h76 #ifndef IS_UNIX
78 # define IS_UNIX macro
82 #ifndef IS_UNIX
85 # define IS_UNIX macro
248 # ifndef IS_UNIX
257 # ifndef IS_UNIX
258 # define IS_UNIX macro
299 # ifndef IS_UNIX
300 # define IS_UNIX macro
315 # ifndef IS_UNIX
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/include/schily/
H A Dmconfig.h76 #ifndef IS_UNIX
78 # define IS_UNIX macro
82 #ifndef IS_UNIX
85 # define IS_UNIX macro
248 # ifndef IS_UNIX
257 # ifndef IS_UNIX
258 # define IS_UNIX macro
299 # ifndef IS_UNIX
300 # define IS_UNIX macro
315 # ifndef IS_UNIX
[all …]
/dports/editors/ved/schily-2021-09-18/include/schily/
H A Dmconfig.h76 #ifndef IS_UNIX
78 # define IS_UNIX macro
82 #ifndef IS_UNIX
85 # define IS_UNIX macro
248 # ifndef IS_UNIX
257 # ifndef IS_UNIX
258 # define IS_UNIX macro
299 # ifndef IS_UNIX
300 # define IS_UNIX macro
315 # ifndef IS_UNIX
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/include/schily/
H A Dmconfig.h76 #ifndef IS_UNIX
78 # define IS_UNIX macro
82 #ifndef IS_UNIX
85 # define IS_UNIX macro
248 # ifndef IS_UNIX
257 # ifndef IS_UNIX
258 # define IS_UNIX macro
299 # ifndef IS_UNIX
300 # define IS_UNIX macro
315 # ifndef IS_UNIX
[all …]
/dports/sysutils/cdrdao/cdrdao-1.2.4/scsilib/include/
H A Dmconfig.h125 #ifndef IS_UNIX
127 # define IS_UNIX macro
131 #ifndef IS_UNIX
266 # ifndef IS_UNIX
275 # ifndef IS_UNIX
276 # define IS_UNIX macro
317 # ifndef IS_UNIX
318 # define IS_UNIX macro
331 # ifndef IS_UNIX
332 # define IS_UNIX macro
[all …]
/dports/devel/py-frictionless/frictionless-4.18.2/tests/extract/
H A Dtest_package.py5 IS_UNIX = not helpers.is_platform("windows") variable
12 path = "data/table.csv" if IS_UNIX else "data\\table.csv"
20 path = "data/table.csv" if IS_UNIX else "data\\table.csv"
30 path = "data/table.csv" if IS_UNIX else "data\\table.csv"
42 path = "data/table.csv" if IS_UNIX else "data\\table.csv"
H A Dtest_main.py4 IS_UNIX = not helpers.is_platform("windows") variable
18 path = "data/table.csv" if IS_UNIX else "data\\table.csv"
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/util/
H A DPlatformUtils.java34 private static Boolean IS_UNIX; field in PlatformUtils
70 if (IS_UNIX == null) { in isUnix()
72 IS_UNIX = osName.startsWith("linux") || osName.startsWith("solaris") || in isUnix()
76 return IS_UNIX; in isUnix()
/dports/devel/py-frictionless/frictionless-4.18.2/tests/describe/
H A Dtest_package.py4 IS_UNIX = not helpers.is_platform("windows") variable
13 if IS_UNIX:
54 if IS_UNIX:
116 if IS_UNIX:
H A Dtest_main.py5 IS_UNIX = not helpers.is_platform("windows") variable
34 if IS_UNIX:
H A Dtest_resource.py4 IS_UNIX = not helpers.is_platform("windows") variable
33 if IS_UNIX:
/dports/devel/py-frictionless/frictionless-4.18.2/tests/validate/
H A Dtest_resource.py214 if IS_UNIX:
678 if IS_UNIX:
685 if IS_UNIX:
694 if IS_UNIX:
701 if IS_UNIX:
710 if IS_UNIX:
717 if IS_UNIX:
726 if IS_UNIX:
733 if IS_UNIX:
745 if IS_UNIX:
[all …]
H A Dtest_package.py8 IS_UNIX = not helpers.is_platform("windows") variable
255 if IS_UNIX:
274 if IS_UNIX:
292 if IS_UNIX:
/dports/databases/vfront/vfront-0.96c/admin/
H A Dexport_sql.php26 $IS_UNIX = (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') ? 0:1; variable
31 if($IS_UNIX){
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/file/Files/probeContentType/
H A DBasic.java42 private static final boolean IS_UNIX = field in Basic
63 if (IS_UNIX) { in checkContentTypes()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/file/Files/probeContentType/
H A DBasic.java42 private static final boolean IS_UNIX = field in Basic
63 if (IS_UNIX) { in checkContentTypes()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/file/Files/probeContentType/
H A DBasic.java41 private static final boolean IS_UNIX = field in Basic
79 if (IS_UNIX) { in checkContentTypes()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/file/Files/probeContentType/
H A DBasic.java41 private static final boolean IS_UNIX = field in Basic
79 if (IS_UNIX) { in checkContentTypes()

123