Home
last modified time | relevance | path

Searched refs:osname (Results 1 – 25 of 1672) sorted by relevance

12345678910>>...67

/dports/devel/staf/src/staf/install/ia/classes/
H A DSTAFConsoleAdvancedOptions.java44 if ((osname.indexOf("Windows") > -1) && in executeConsoleAction()
98 (osname.indexOf("AIX") > -1) || in executeConsoleAction()
99 (osname.indexOf("Mac OS X") > -1)) in executeConsoleAction()
103 if (osname.indexOf("Mac OS X") > -1) in executeConsoleAction()
157 if ((osname.indexOf("Windows") > -1) || in executeConsoleAction()
162 (osname.indexOf("FreeBSD") > -1) || in executeConsoleAction()
163 (osname.indexOf("SunOS") > -1) || in executeConsoleAction()
164 (osname.indexOf("Mac OS X") > -1)) in executeConsoleAction()
171 (osname.indexOf("FreeBSD") > -1)) in executeConsoleAction()
196 else if (osname.indexOf("SunOS") > -1) in executeConsoleAction()
[all …]
H A DSTAFSetSilentDefaults.java15 String osname = ip.substitute("$prop.os.name$"); in install() local
58 if ((osname.indexOf("Windows") > -1) && (osarch.equals("x86")) || in install()
59 (osname.indexOf("Linux") > -1) && (osarch.equals("x86")) || in install()
60 (osname.indexOf("Linux") > -1) && (osarch.equals("amd64")) || in install()
62 (osname.indexOf("Linux") > -1) && (osarch.equals("ia64")) || in install()
63 (osname.indexOf("SunOS") > -1) || in install()
64 (osname.indexOf("Darwin") > -1)) in install()
76 else if (osname.indexOf("FreeBSD") > -1) in install()
80 else if (osname.indexOf("Darwin") > -1) in install()
91 if ((osname.indexOf("Windows") > -1) && (osarch.equals("x86"))) in install()
[all …]
H A DSTAFAdvancedUnixOptions.java128 if (osname.indexOf("Mac OS X") > -1) in setupUI()
169 (osname.indexOf("AIX") > -1) || in setupUI()
171 (osname.indexOf("Mac OS X") > -1)) in setupUI()
198 (osname.indexOf("FreeBSD") > -1) || in setupUI()
200 (osname.indexOf("SunOS") > -1)) in setupUI()
210 if (osname.indexOf("Mac OS X") > -1) in setupUI()
224 else if (osname.indexOf("SunOS") > -1) in setupUI()
273 if (osname.indexOf("FreeBSD") > -1) in setupUI()
295 (osname.indexOf("FreeBSD") > -1) || in setupUI()
296 (osname.indexOf("SunOS") > -1) || in setupUI()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundles_src/nativetest.a2/META-INF/
H A DMANIFEST.MF13 osname=AIX,
17 osname=HP-UX,
20 osname=HP-UX,
24 osname=Linux,
28 osname=Linux,
32 osname=Linux,
35 osname=Solaris;
36 osname=SunOS,
42 osname=Windows95;
48 osname=Win32,
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundles_src/nativetest.b2/META-INF/
H A DMANIFEST.MF13 osname=AIX,
17 osname=HP-UX,
20 osname=HP-UX,
24 osname=Linux,
28 osname=Linux,
32 osname=Linux,
35 osname=Solaris;
36 osname=SunOS,
42 osname=Windows95;
48 osname=Win32,
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundles_src/nativetest.a1/META-INF/
H A DMANIFEST.MF13 osname=AIX,
17 osname=HP-UX,
20 osname=HP-UX,
24 osname=Linux,
28 osname=Linux,
32 osname=Linux,
35 osname=Solaris;
36 osname=SunOS,
42 osname=Windows95;
48 osname=Win32,
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundles_src/nativetest.b1/META-INF/
H A DMANIFEST.MF13 osname=AIX,
17 osname=HP-UX,
20 osname=HP-UX,
24 osname=Linux,
28 osname=Linux,
32 osname=Linux,
35 osname=Solaris;
36 osname=SunOS,
42 osname=Windows95;
48 osname=Win32,
[all …]
/dports/devel/p5-Devel-Platform-Info/Devel-Platform-Info-1.00/lib/Devel/Platform/Info/
H A DWin32.pm74 my ($osname);
88 $osname = 'Windows XP';
91 $osname = 'Windows 2000';
94 $osname = 'Windows 7';
100 $osname = 'Windows Vista';
106 $osname = "Windows 95";
109 $osname = "Windows 98";
112 $osname = "Windows Me";
115 $osname = 'Windows NT 4';
118 $osname = "Windows NT 3.51";
[all …]
/dports/lang/parrot/parrot-8.1.0/config/auto/
H A Darch.pm50 my ( $cpuarch, $osname ) = split( /-/, $archname );
58 if ( !defined $osname ) {
59 ( $osname, $cpuarch ) = ( $cpuarch, q{} );
68 $osname = 'darwin';
77 $osname = 'MSWin32';
81 $osname = 'cygwin';
91 $osname = 'msys';
99 elsif ( $osname =~ /^VMS/ ) {
100 ($cpuarch = $osname) =~ s/^VMS_//;
101 $osname = 'VMS';
[all …]
/dports/net/rdist6/rdist-6.1.5/build/
H A Dbuildinfo62 X-osname)
123 osname="`${unameprog} -s`"
134 osname="${altname}"
142 if [ -z "${osname}" ]; then
148 osname="nextstep2"
151 osname="concentrix"
162 osname="`echo ${osname} | tr '[A-Z]' '[a-z]' | sed -e 's;-;;g'`"
168 case "${osname}" in
227 case "${osname}" in
254 case "${osname}" in
[all …]
/dports/lang/parrot/parrot-8.1.0/t/steps/auto/
H A Dreadline-01.t60 my ($osname, $cc);
61 $osname = 'mswin32';
65 osname => $osname,
73 $osname = 'mswin32';
77 osname => $osname,
85 $osname = 'foobar';
89 osname => $osname,
97 $osname = 'foobar';
102 osname => $osname,
H A Dopengl-01.t57 my ($osname, $cc, $initial_libs);
59 $osname = 'mswin32';
63 osname => $osname,
73 $osname = 'mswin32';
78 osname => $osname,
88 $osname = 'darwin';
93 osname => $osname,
103 $osname = 'foobar';
108 osname => $osname,
H A Dgettext-01.t56 my ($osname, $cc, $initial_value);
57 $osname = 'mswin32';
62 osname => $osname,
71 $osname = 'mswin32';
75 osname => $osname,
84 $osname = 'foobar';
89 osname => $osname,
98 $osname = 'foobar';
103 osname => $osname,
/dports/devel/p5-Inline-CPP/Inline-CPP-0.80/inc/ILCPPConfig/
H A DOldCompilerGuess.pm28 if ( $Config{osname} eq 'darwin' ) {
36 elsif ( $Config{osname} ne 'darwin'
43 elsif ( $Config{osname} =~ m/^MSWin/ ) {
47 elsif ( $Config{osname} eq 'linux' ) {
52 elsif ( $Config{osname} eq 'netbsd' || $Config{osname} eq 'dragonfly' ) {
56 elsif ( $Config{osname} eq 'cygwin' ) {
60 elsif ( $Config{osname} eq 'solaris' or $Config{osname} eq 'SunOS' ) {
74 elsif ( $Config{osname} eq 'mirbsd' ) {
82 elsif( $Config{osname} eq 'freebsd'
/dports/devel/p5-ExtUtils-CppGuess/ExtUtils-CppGuess-0.23/t/lib/
H A DTestGuess.pm31 if ( $self->{config}{osname} eq 'darwin' ) {
39 elsif ( $self->{config}{osname} ne 'darwin'
46 elsif ( $self->{config}{osname} =~ m/^MSWin/ ) {
50 elsif ( $self->{config}{osname} eq 'linux' ) {
55 elsif ( $self->{config}{osname} eq 'netbsd' || $self->{config}{osname} eq 'dragonfly' ) {
59 elsif ( $self->{config}{osname} eq 'cygwin' ) {
63 elsif ( $self->{config}{osname} eq 'solaris'
64 || $self->{config}{osname} eq 'SunOS' ) {
77 elsif ( $self->{config}{osname} eq 'mirbsd' ) {
85 elsif( $self->{config}{osname} eq 'freebsd'
/dports/devel/p5-FFI-Platypus/FFI-Platypus-1.56/lib/FFI/Build/
H A DPlatform.pm44 sub osname subroutine
46 _self(shift)->{config}->{osname};
59 my $osname = $self->osname;
61 if($osname eq 'darwin')
82 if($self->osname eq 'cygwin')
86 elsif($self->osname eq 'msys')
90 elsif($self->osname eq 'MSWin32')
167 if($self->osname eq 'darwin')
253 if($self->osname eq 'cygwin')
269 elsif($self->osname eq 'darwin')
[all …]
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/misc/
H A Dpripcsem.c26 const char *osname, PRIntn flags, PRIntn mode, PRUintn value) in _PR_MD_OPEN_SEMAPHORE() argument
50 PRStatus _PR_MD_DELETE_SEMAPHORE(const char *osname) in _PR_MD_DELETE_SEMAPHORE() argument
61 char osname[PR_IPC_NAME_SIZE]; in PR_OpenSemaphore() local
66 if (_PR_MakeNativeIPCName(name, osname, sizeof(osname), _PRIPCSem) in PR_OpenSemaphore()
70 return _PR_MD_OPEN_SEMAPHORE(osname, flags, mode, value); in PR_OpenSemaphore()
90 char osname[PR_IPC_NAME_SIZE]; in PR_DeleteSemaphore() local
95 if (_PR_MakeNativeIPCName(name, osname, sizeof(osname), _PRIPCSem) in PR_DeleteSemaphore()
99 return _PR_MD_DELETE_SEMAPHORE(osname); in PR_DeleteSemaphore()
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/misc/
H A Dpripcsem.c26 const char *osname, PRIntn flags, PRIntn mode, PRUintn value) in _PR_MD_OPEN_SEMAPHORE() argument
50 PRStatus _PR_MD_DELETE_SEMAPHORE(const char *osname) in _PR_MD_DELETE_SEMAPHORE() argument
61 char osname[PR_IPC_NAME_SIZE]; in PR_OpenSemaphore() local
66 if (_PR_MakeNativeIPCName(name, osname, sizeof(osname), _PRIPCSem) in PR_OpenSemaphore()
70 return _PR_MD_OPEN_SEMAPHORE(osname, flags, mode, value); in PR_OpenSemaphore()
90 char osname[PR_IPC_NAME_SIZE]; in PR_DeleteSemaphore() local
95 if (_PR_MakeNativeIPCName(name, osname, sizeof(osname), _PRIPCSem) in PR_DeleteSemaphore()
99 return _PR_MD_DELETE_SEMAPHORE(osname); in PR_DeleteSemaphore()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/misc/
H A Dpripcsem.c26 const char *osname, PRIntn flags, PRIntn mode, PRUintn value) in _PR_MD_OPEN_SEMAPHORE() argument
50 PRStatus _PR_MD_DELETE_SEMAPHORE(const char *osname) in _PR_MD_DELETE_SEMAPHORE() argument
61 char osname[PR_IPC_NAME_SIZE]; in PR_OpenSemaphore() local
64 if (_PR_MakeNativeIPCName(name, osname, sizeof(osname), _PRIPCSem) in PR_OpenSemaphore()
68 return _PR_MD_OPEN_SEMAPHORE(osname, flags, mode, value); in PR_OpenSemaphore()
88 char osname[PR_IPC_NAME_SIZE]; in PR_DeleteSemaphore() local
91 if (_PR_MakeNativeIPCName(name, osname, sizeof(osname), _PRIPCSem) in PR_DeleteSemaphore()
95 return _PR_MD_DELETE_SEMAPHORE(osname); in PR_DeleteSemaphore()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/misc/
H A Dpripcsem.c26 const char *osname, PRIntn flags, PRIntn mode, PRUintn value) in _PR_MD_OPEN_SEMAPHORE() argument
50 PRStatus _PR_MD_DELETE_SEMAPHORE(const char *osname) in _PR_MD_DELETE_SEMAPHORE() argument
61 char osname[PR_IPC_NAME_SIZE]; in PR_OpenSemaphore() local
64 if (_PR_MakeNativeIPCName(name, osname, sizeof(osname), _PRIPCSem) in PR_OpenSemaphore()
68 return _PR_MD_OPEN_SEMAPHORE(osname, flags, mode, value); in PR_OpenSemaphore()
88 char osname[PR_IPC_NAME_SIZE]; in PR_DeleteSemaphore() local
91 if (_PR_MakeNativeIPCName(name, osname, sizeof(osname), _PRIPCSem) in PR_DeleteSemaphore()
95 return _PR_MD_DELETE_SEMAPHORE(osname); in PR_DeleteSemaphore()
/dports/devel/nspr/nspr-4.33/nspr/pr/src/misc/
H A Dpripcsem.c26 const char *osname, PRIntn flags, PRIntn mode, PRUintn value) in _PR_MD_OPEN_SEMAPHORE() argument
50 PRStatus _PR_MD_DELETE_SEMAPHORE(const char *osname) in _PR_MD_DELETE_SEMAPHORE() argument
61 char osname[PR_IPC_NAME_SIZE]; in PR_OpenSemaphore() local
66 if (_PR_MakeNativeIPCName(name, osname, sizeof(osname), _PRIPCSem) in PR_OpenSemaphore()
70 return _PR_MD_OPEN_SEMAPHORE(osname, flags, mode, value); in PR_OpenSemaphore()
90 char osname[PR_IPC_NAME_SIZE]; in PR_DeleteSemaphore() local
95 if (_PR_MakeNativeIPCName(name, osname, sizeof(osname), _PRIPCSem) in PR_DeleteSemaphore()
99 return _PR_MD_DELETE_SEMAPHORE(osname); in PR_DeleteSemaphore()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/misc/
H A Dpripcsem.c26 const char *osname, PRIntn flags, PRIntn mode, PRUintn value) in _PR_MD_OPEN_SEMAPHORE() argument
50 PRStatus _PR_MD_DELETE_SEMAPHORE(const char *osname) in _PR_MD_DELETE_SEMAPHORE() argument
61 char osname[PR_IPC_NAME_SIZE]; in PR_OpenSemaphore() local
66 if (_PR_MakeNativeIPCName(name, osname, sizeof(osname), _PRIPCSem) in PR_OpenSemaphore()
70 return _PR_MD_OPEN_SEMAPHORE(osname, flags, mode, value); in PR_OpenSemaphore()
90 char osname[PR_IPC_NAME_SIZE]; in PR_DeleteSemaphore() local
95 if (_PR_MakeNativeIPCName(name, osname, sizeof(osname), _PRIPCSem) in PR_DeleteSemaphore()
99 return _PR_MD_DELETE_SEMAPHORE(osname); in PR_DeleteSemaphore()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/misc/
H A Dpripcsem.c26 const char *osname, PRIntn flags, PRIntn mode, PRUintn value) in _PR_MD_OPEN_SEMAPHORE() argument
50 PRStatus _PR_MD_DELETE_SEMAPHORE(const char *osname) in _PR_MD_DELETE_SEMAPHORE() argument
61 char osname[PR_IPC_NAME_SIZE]; in PR_OpenSemaphore() local
66 if (_PR_MakeNativeIPCName(name, osname, sizeof(osname), _PRIPCSem) in PR_OpenSemaphore()
70 return _PR_MD_OPEN_SEMAPHORE(osname, flags, mode, value); in PR_OpenSemaphore()
90 char osname[PR_IPC_NAME_SIZE]; in PR_DeleteSemaphore() local
95 if (_PR_MakeNativeIPCName(name, osname, sizeof(osname), _PRIPCSem) in PR_DeleteSemaphore()
99 return _PR_MD_DELETE_SEMAPHORE(osname); in PR_DeleteSemaphore()
/dports/net/p5-IO-Socket-Timeout/IO-Socket-Timeout-0.32/lib/IO/Socket/
H A DTimeout.pm36 my $osname = $Config{osname};
38 && ( $osname eq 'darwin' || $osname eq 'linux' || $osname eq 'freebsd' ) ) {
69 my $osname = $Config{osname};
71 $osname ne 'darwin' && $osname ne 'linux' && $osname ne 'freebsd'
94 my $osname = $Config{osname};
96 $osname ne 'darwin' && $osname ne 'linux' && $osname ne 'freebsd'
/dports/lang/python27/Python-2.7.18/Lib/distutils/
H A Dutil.py69 osname = string.lower(osname)
70 osname = string.replace(osname, '/', '')
74 if osname[:5] == "linux":
78 return "%s-%s" % (osname, machine)
79 elif osname[:5] == "sunos":
81 osname = "solaris"
90 return "%s-%s" % (osname, release)
91 elif osname[:3] == "aix":
93 elif osname[:6] == "cygwin":
94 osname = "cygwin"
[all …]

12345678910>>...67