Home
last modified time | relevance | path

Searched refs:SYSTEM_NAME (Results 1 – 25 of 2920) sorted by relevance

12345678910>>...117

/dports/games/assaultcube/AssaultCube_v1.2.0.2/
H A Dserver.sh17 SYSTEM_NAME=`uname -s`
23 case ${SYSTEM_NAME} in
25 SYSTEM_NAME=linux_
28 SYSTEM_NAME=unknown_
40 if [ ${SYSTEM_NAME} != native_ ]
42 SYSTEM_NAME=native_
50 SYSTEM_NAME=native_
69 if [ -x "${CUBE_DIR}/bin_unix/${SYSTEM_NAME}${MACHINE_NAME}server" ]; then
71 …exec "${CUBE_DIR}/bin_unix/${SYSTEM_NAME}${MACHINE_NAME}server" ${CUBE_OPTIONS} ${CUBE_OPTIONFILE}…
72 elif [ -e "${CUBE_DIR}/bin_unix/${SYSTEM_NAME}${MACHINE_NAME}server" ]; then
H A Dassaultcube.sh15 SYSTEM_NAME=`uname -s`
21 case ${SYSTEM_NAME} in
23 SYSTEM_NAME=linux_
26 SYSTEM_NAME=unknown_
38 if [ ${SYSTEM_NAME} != native_ ]
40 SYSTEM_NAME=native_
48 SYSTEM_NAME=native_
87 if [ -x "${CUBE_DIR}/bin_unix/${SYSTEM_NAME}${MACHINE_NAME}client" ]; then
89 exec "${CUBE_DIR}/bin_unix/${SYSTEM_NAME}${MACHINE_NAME}client" ${CUBE_OPTIONS} "$@"
90 elif [ -e "${CUBE_DIR}/bin_unix/${SYSTEM_NAME}${MACHINE_NAME}client" ]; then
/dports/games/tesseract/tesseract/
H A Dtesseract_unix16 SYSTEM_NAME=`uname -s`
22 case ${SYSTEM_NAME} in
24 SYSTEM_NAME=linux_
27 SYSTEM_NAME=unknown_
39 if [ ${SYSTEM_NAME} != native_ ]
41 SYSTEM_NAME=native_
49 SYSTEM_NAME=native_
53 if [ -x ${TESS_BIN}/${SYSTEM_NAME}${MACHINE_NAME}client ]
56 exec ${TESS_BIN}/${SYSTEM_NAME}${MACHINE_NAME}client ${TESS_OPTIONS} "$@"
/dports/games/tesseract-data/tesseract/
H A Dtesseract_unix16 SYSTEM_NAME=`uname -s`
22 case ${SYSTEM_NAME} in
24 SYSTEM_NAME=linux_
27 SYSTEM_NAME=unknown_
39 if [ ${SYSTEM_NAME} != native_ ]
41 SYSTEM_NAME=native_
49 SYSTEM_NAME=native_
53 if [ -x ${TESS_BIN}/${SYSTEM_NAME}${MACHINE_NAME}client ]
56 exec ${TESS_BIN}/${SYSTEM_NAME}${MACHINE_NAME}client ${TESS_OPTIONS} "$@"
/dports/games/sauerbraten/sauerbraten/
H A Dsauerbraten_unix16 SYSTEM_NAME=`uname -s`
22 case ${SYSTEM_NAME} in
24 SYSTEM_NAME=linux_
27 SYSTEM_NAME=unknown_
39 if [ ${SYSTEM_NAME} != native_ ]
41 SYSTEM_NAME=native_
49 SYSTEM_NAME=native_
53 if [ -x ${SAUER_BIN}/${SYSTEM_NAME}${MACHINE_NAME}client ]
56 exec ${SAUER_BIN}/${SYSTEM_NAME}${MACHINE_NAME}client ${SAUER_OPTIONS} "$@"
/dports/www/links/links-2.25/
H A Dos_dep.h60 #define SYSTEM_NAME "Unix" macro
76 #define SYSTEM_NAME "OS/2" macro
95 #define SYSTEM_NAME "Win32" macro
132 #define SYSTEM_NAME "Interix" macro
152 #define SYSTEM_NAME "BeOS" macro
177 #define SYSTEM_NAME "RISC OS" macro
198 #define SYSTEM_NAME "Atheos" macro
210 #define SYSTEM_NAME "Spad" macro
227 #define SYSTEM_NAME "VMS" macro
248 #define SYSTEM_NAME "DOS" macro
[all …]
/dports/www/links1/links-1.04/
H A Dos_dep.h46 #define SYSTEM_NAME "Unix" macro
64 #define SYSTEM_NAME "OS/2" macro
82 #define SYSTEM_NAME "Win32" macro
114 #define SYSTEM_NAME "Interix" macro
135 #define SYSTEM_NAME "BeOS" macro
169 #define SYSTEM_NAME "RISC OS" macro
185 #define SYSTEM_NAME "Atheos" macro
196 #define SYSTEM_NAME "Spad" macro
216 #define SYSTEM_NAME "VMS" macro
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/cmake/
H A Dtbb_config_installer.cmake37 if (NOT DEFINED SYSTEM_NAME)
39 message(FATAL_ERROR "Required parameter SYSTEM_NAME is not defined")
47 tbb_install_config(INSTALL_DIR ${INSTALL_DIR} SYSTEM_NAME ${SYSTEM_NAME} ${optional_args})
/dports/devel/tbb/oneTBB-2020.3/cmake/
H A Dtbb_config_installer.cmake37 if (NOT DEFINED SYSTEM_NAME)
39 message(FATAL_ERROR "Required parameter SYSTEM_NAME is not defined")
47 tbb_install_config(INSTALL_DIR ${INSTALL_DIR} SYSTEM_NAME ${SYSTEM_NAME} ${optional_args})
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/cmake/
H A Dtbb_config_installer.cmake37 if (NOT DEFINED SYSTEM_NAME)
39 message(FATAL_ERROR "Required parameter SYSTEM_NAME is not defined")
47 tbb_install_config(INSTALL_DIR ${INSTALL_DIR} SYSTEM_NAME ${SYSTEM_NAME} ${optional_args})
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsFileAttributeViews.java156 private static final String SYSTEM_NAME = "system"; field in WindowsFileAttributeViews.Dos
163 READONLY_NAME, ARCHIVE_NAME, SYSTEM_NAME, HIDDEN_NAME, ATTRIBUTES_NAME);
186 if (attribute.equals(SYSTEM_NAME)) { in setAttribute()
209 if (builder.match(SYSTEM_NAME)) in readAttributes()
210 builder.add(SYSTEM_NAME, attrs.isSystem()); in readAttributes()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/linux/classes/sun/nio/fs/
H A DLinuxDosFileAttributeView.java50 private static final String SYSTEM_NAME = "system"; field in LinuxDosFileAttributeView
63 Util.newSet(basicAttributeNames, READONLY_NAME, ARCHIVE_NAME, SYSTEM_NAME, HIDDEN_NAME);
86 if (attribute.equals(SYSTEM_NAME)) { in setAttribute()
109 if (builder.match(SYSTEM_NAME)) in readAttributes()
110 builder.add(SYSTEM_NAME, attrs.isSystem()); in readAttributes()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsFileAttributeViews.java156 private static final String SYSTEM_NAME = "system"; field in WindowsFileAttributeViews.Dos
163 READONLY_NAME, ARCHIVE_NAME, SYSTEM_NAME, HIDDEN_NAME, ATTRIBUTES_NAME);
186 if (attribute.equals(SYSTEM_NAME)) { in setAttribute()
209 if (builder.match(SYSTEM_NAME)) in readAttributes()
210 builder.add(SYSTEM_NAME, attrs.isSystem()); in readAttributes()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/linux/classes/sun/nio/fs/
H A DLinuxDosFileAttributeView.java50 private static final String SYSTEM_NAME = "system"; field in LinuxDosFileAttributeView
63 Util.newSet(basicAttributeNames, READONLY_NAME, ARCHIVE_NAME, SYSTEM_NAME, HIDDEN_NAME);
86 if (attribute.equals(SYSTEM_NAME)) { in setAttribute()
109 if (builder.match(SYSTEM_NAME)) in readAttributes()
110 builder.add(SYSTEM_NAME, attrs.isSystem()); in readAttributes()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsFileAttributeViews.java156 private static final String SYSTEM_NAME = "system"; field in WindowsFileAttributeViews.Dos
163 READONLY_NAME, ARCHIVE_NAME, SYSTEM_NAME, HIDDEN_NAME, ATTRIBUTES_NAME);
186 if (attribute.equals(SYSTEM_NAME)) { in setAttribute()
209 if (builder.match(SYSTEM_NAME)) in readAttributes()
210 builder.add(SYSTEM_NAME, attrs.isSystem()); in readAttributes()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileAttributeViews.java156 private static final String SYSTEM_NAME = "system"; field in WindowsFileAttributeViews.Dos
163 READONLY_NAME, ARCHIVE_NAME, SYSTEM_NAME, HIDDEN_NAME, ATTRIBUTES_NAME);
186 if (attribute.equals(SYSTEM_NAME)) { in setAttribute()
209 if (builder.match(SYSTEM_NAME)) in readAttributes()
210 builder.add(SYSTEM_NAME, attrs.isSystem()); in readAttributes()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/nio/fs/
H A DLinuxDosFileAttributeView.java50 private static final String SYSTEM_NAME = "system"; field in LinuxDosFileAttributeView
63 Util.newSet(basicAttributeNames, READONLY_NAME, ARCHIVE_NAME, SYSTEM_NAME, HIDDEN_NAME);
86 if (attribute.equals(SYSTEM_NAME)) { in setAttribute()
109 if (builder.match(SYSTEM_NAME)) in readAttributes()
110 builder.add(SYSTEM_NAME, attrs.isSystem()); in readAttributes()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/linux/classes/sun/nio/fs/
H A DLinuxDosFileAttributeView.java50 private static final String SYSTEM_NAME = "system"; field in LinuxDosFileAttributeView
63 Util.newSet(basicAttributeNames, READONLY_NAME, ARCHIVE_NAME, SYSTEM_NAME, HIDDEN_NAME);
86 if (attribute.equals(SYSTEM_NAME)) { in setAttribute()
109 if (builder.match(SYSTEM_NAME)) in readAttributes()
110 builder.add(SYSTEM_NAME, attrs.isSystem()); in readAttributes()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsFileAttributeViews.java156 private static final String SYSTEM_NAME = "system"; field in WindowsFileAttributeViews.Dos
163 READONLY_NAME, ARCHIVE_NAME, SYSTEM_NAME, HIDDEN_NAME, ATTRIBUTES_NAME);
186 if (attribute.equals(SYSTEM_NAME)) { in setAttribute()
209 if (builder.match(SYSTEM_NAME)) in readAttributes()
210 builder.add(SYSTEM_NAME, attrs.isSystem()); in readAttributes()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/linux/classes/sun/nio/fs/
H A DLinuxDosFileAttributeView.java50 private static final String SYSTEM_NAME = "system"; field in LinuxDosFileAttributeView
63 Util.newSet(basicAttributeNames, READONLY_NAME, ARCHIVE_NAME, SYSTEM_NAME, HIDDEN_NAME);
86 if (attribute.equals(SYSTEM_NAME)) { in setAttribute()
109 if (builder.match(SYSTEM_NAME)) in readAttributes()
110 builder.add(SYSTEM_NAME, attrs.isSystem()); in readAttributes()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsFileAttributeViews.java156 private static final String SYSTEM_NAME = "system"; field in WindowsFileAttributeViews.Dos
163 READONLY_NAME, ARCHIVE_NAME, SYSTEM_NAME, HIDDEN_NAME, ATTRIBUTES_NAME);
186 if (attribute.equals(SYSTEM_NAME)) { in setAttribute()
209 if (builder.match(SYSTEM_NAME)) in readAttributes()
210 builder.add(SYSTEM_NAME, attrs.isSystem()); in readAttributes()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsFileAttributeViews.java156 private static final String SYSTEM_NAME = "system"; field in WindowsFileAttributeViews.Dos
163 READONLY_NAME, ARCHIVE_NAME, SYSTEM_NAME, HIDDEN_NAME, ATTRIBUTES_NAME);
186 if (attribute.equals(SYSTEM_NAME)) { in setAttribute()
209 if (builder.match(SYSTEM_NAME)) in readAttributes()
210 builder.add(SYSTEM_NAME, attrs.isSystem()); in readAttributes()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/linux/classes/sun/nio/fs/
H A DLinuxDosFileAttributeView.java50 private static final String SYSTEM_NAME = "system"; field in LinuxDosFileAttributeView
63 Util.newSet(basicAttributeNames, READONLY_NAME, ARCHIVE_NAME, SYSTEM_NAME, HIDDEN_NAME);
86 if (attribute.equals(SYSTEM_NAME)) { in setAttribute()
109 if (builder.match(SYSTEM_NAME)) in readAttributes()
110 builder.add(SYSTEM_NAME, attrs.isSystem()); in readAttributes()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/linux/classes/sun/nio/fs/
H A DLinuxDosFileAttributeView.java50 private static final String SYSTEM_NAME = "system"; field in LinuxDosFileAttributeView
63 Util.newSet(basicAttributeNames, READONLY_NAME, ARCHIVE_NAME, SYSTEM_NAME, HIDDEN_NAME);
86 if (attribute.equals(SYSTEM_NAME)) { in setAttribute()
109 if (builder.match(SYSTEM_NAME)) in readAttributes()
110 builder.add(SYSTEM_NAME, attrs.isSystem()); in readAttributes()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsFileAttributeViews.java156 private static final String SYSTEM_NAME = "system"; field in WindowsFileAttributeViews.Dos
163 READONLY_NAME, ARCHIVE_NAME, SYSTEM_NAME, HIDDEN_NAME, ATTRIBUTES_NAME);
186 if (attribute.equals(SYSTEM_NAME)) { in setAttribute()
209 if (builder.match(SYSTEM_NAME)) in readAttributes()
210 builder.add(SYSTEM_NAME, attrs.isSystem()); in readAttributes()

12345678910>>...117