Home
last modified time | relevance | path

Searched refs:IS_WIN32 (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/games/wxlauncher/wxLauncher-release-0.10.0/code/apis/
H A DJoystickManager.cpp39 #if IS_WIN32
68 #if IS_WIN32 in IsInitialized()
100 #if IS_WIN32 in Initialize()
203 #if IS_WIN32 in DeInitialize()
232 #if IS_WIN32 in NumberOfJoysticks()
288 #if IS_WIN32
304 #if IS_WIN32
326 #if IS_WIN32
/dports/games/wxlauncher/wxLauncher-release-0.10.0/code/global/
H A Dconfigure_launcher.h.in32 #cmakedefine01 IS_WIN32
36 #if (IS_WIN32 + IS_LINUX + IS_APPLE) > 1
37 #error "Only one of IS_WIN32, IS_LINUX, and IS_APPLE may evaluate to true"
38 #elif (IS_WIN32 + IS_LINUX + IS_APPLE) < 1
39 #error "One of IS_WIN32, IS_LINUX, IS_APPLE must evaluate to true"
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/wxlauncher/code/global/
H A Dconfigure_launcher.h.in33 #cmakedefine01 IS_WIN32
37 #if (IS_WIN32 + IS_LINUX + IS_APPLE) > 1
38 #error "Only one of IS_WIN32, IS_LINUX, and IS_APPLE may evaluate to true"
39 #elif (IS_WIN32 + IS_LINUX + IS_APPLE) < 1
40 #error "One of IS_WIN32, IS_LINUX, IS_APPLE must evaluate to true"
/dports/x11-toolkits/p5-Alien-wxWidgets/Alien-wxWidgets-0.69/inc/inc_IPC-Cmd/IPC/
H A DCmd.pm8 use constant IS_WIN32 => $^O eq 'MSWin32' ? 1 : 0; constant
9 use constant IS_WIN98 => (IS_WIN32 and !Win32::IsWinNT()) ? 1 : 0;
20 $USE_IPC_RUN = IS_WIN32 && !IS_WIN98;
148 return 1 if $USE_IPC_OPEN3 && $self->can_use_ipc_open3 && !IS_WIN32;
409 my @fds_to_dup = ( IS_WIN32 && !$verbose
418 (IS_WIN32 ? '>&STDOUT' : $kidout),
419 (IS_WIN32 ? '>&STDERR' : $kiderror),
427 (IS_WIN32 ? \*STDERR : $kiderror),
429 (IS_WIN32 ? \*STDOUT : $kidout)
/dports/sysutils/py-plumbum/plumbum-1.7.1/plumbum/machines/
H A Dlocal.py15 from plumbum.lib import IS_WIN32, ProcInfo, StaticProperty, six
58 if IS_WIN32:
71 CASE_SENSITIVE = not IS_WIN32
77 if IS_WIN32 and "HOME" not in self and self.home is not None:
165 if IS_WIN32:
267 elif IS_WIN32:
279 if IS_WIN32 and "startupinfo" not in kwargs and stdin not in (sys.stdin, None):
298 if IS_WIN32 and (
355 if IS_WIN32:
360 if IS_WIN32:
[all …]
/dports/games/lincity/lincity-1.13.1/
H A Dlcwin32.h20 #define IS_WIN32 TRUE macro
22 #define IS_WIN32 FALSE macro
24 #define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x80000000)
25 #define IS_WIN32S IS_WIN32 && (BOOL)(!(IS_NT) && (LOBYTE(LOWORD(GetVersion()))<4))
26 #define IS_WIN95 (BOOL)(!(IS_NT) && !(IS_WIN32S)) && IS_WIN32
/dports/lang/perl5.34/perl-5.34.0/cpan/Test-Simple/lib/Test2/
H A DUtil.pm43 *IS_WIN32 = ($^O eq 'MSWin32') ? sub() { 1 } : sub() { 0 };
63 return 0 unless IS_WIN32 || $^O eq 'NetWare';
123 if (IS_WIN32 && $] < 5.020002) {
206 if (IS_WIN32) {
254 unless(IS_WIN32) {
/dports/lang/perl5.30/perl-5.30.3/cpan/Test-Simple/lib/Test2/
H A DUtil.pm43 *IS_WIN32 = ($^O eq 'MSWin32') ? sub() { 1 } : sub() { 0 };
63 return 0 unless IS_WIN32 || $^O eq 'NetWare';
123 if (IS_WIN32 && $] < 5.020002) {
206 if (IS_WIN32) {
254 unless(IS_WIN32) {
/dports/lang/perl5.32/perl-5.32.1/cpan/Test-Simple/lib/Test2/
H A DUtil.pm43 *IS_WIN32 = ($^O eq 'MSWin32') ? sub() { 1 } : sub() { 0 };
63 return 0 unless IS_WIN32 || $^O eq 'NetWare';
123 if (IS_WIN32 && $] < 5.020002) {
206 if (IS_WIN32) {
254 unless(IS_WIN32) {
/dports/devel/p5-Test-Simple/Test-Simple-1.302188/lib/Test2/
H A DUtil.pm43 *IS_WIN32 = ($^O eq 'MSWin32') ? sub() { 1 } : sub() { 0 };
64 return 0 unless IS_WIN32 || $^O eq 'NetWare';
124 if (IS_WIN32 && $] < 5.020002) {
207 if (IS_WIN32) {
255 unless(IS_WIN32) {
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Test-Simple/lib/Test2/
H A DUtil.pm43 *IS_WIN32 = ($^O eq 'MSWin32') ? sub() { 1 } : sub() { 0 };
63 return 0 unless IS_WIN32 || $^O eq 'NetWare';
123 if (IS_WIN32 && $] < 5.020002) {
206 if (IS_WIN32) {
254 unless(IS_WIN32) {
/dports/devel/svk/SVK-v2.2.3/lib/SVK/
H A DUtil.pm148 use constant IS_WIN32 => ($^O eq 'MSWin32'); constant
149 use constant TEXT_MODE => IS_WIN32 ? ':crlf' : '';
150 use constant DEFAULT_EDITOR => IS_WIN32 ? 'notepad.exe' : 'vi';
162 our $EOL = IS_WIN32 ? "\015\012" : "\012";
194 Term::ReadKey::ReadMode(IS_WIN32 ? 'normal' : 'raw');
195 my $out = (IS_WIN32 ? sub { 1 } : sub { print @_ });
198 if (!IS_WIN32 && -t) {
260 if ( IS_WIN32 ) {
571 if (!IS_WIN32) {
686 IS_WIN32 ? ($devnull ||= tmpfile('', UNLINK => 1))
[all …]
/dports/games/wxlauncher/wxLauncher-release-0.10.0/cmake/
H A DwxLauncherInstaller.cmake2 # using IS_WIN32, IS_APPLE, IS_LINUX
5 if(IS_WIN32) # and WIN64
20 endif() # IS_WIN32
41 if(IS_WIN32)
64 if( IS_WIN32 AND NOT UNIX )
83 if(IS_WIN32)
113 if(IS_WIN32)
139 if(IS_WIN32)
/dports/lang/perl5.30/perl-5.30.3/cpan/IPC-Cmd/lib/IPC/
H A DCmd.pm13 use constant QUOTE => do { IS_WIN32 ? q["] : q['] };
26 $USE_IPC_RUN = IS_WIN32 && !IS_WIN98;
39 require Win32 if IS_WIN32;
41 $CAN_USE_RUN_FORKED = $@ || !IS_VMS && !IS_WIN32;
246 ( IS_WIN32 ? File::Spec->curdir : () )
1517 my @fds_to_dup = ( IS_WIN32 && !$verbose
1533 (IS_WIN32 ? '>&STDOUT' : $kidout),
1534 (IS_WIN32 ? '>&STDERR' : $kiderror),
1550 (IS_WIN32 ? \*STDERR : $kiderror),
1552 (IS_WIN32 ? \*STDOUT : $kidout)
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/IPC-Cmd/lib/IPC/
H A DCmd.pm13 use constant QUOTE => do { IS_WIN32 ? q["] : q['] };
26 $USE_IPC_RUN = IS_WIN32 && !IS_WIN98;
39 require Win32 if IS_WIN32;
41 $CAN_USE_RUN_FORKED = $@ || !IS_VMS && !IS_WIN32;
246 ( IS_WIN32 ? File::Spec->curdir : () )
1517 my @fds_to_dup = ( IS_WIN32 && !$verbose
1533 (IS_WIN32 ? '>&STDOUT' : $kidout),
1534 (IS_WIN32 ? '>&STDERR' : $kiderror),
1550 (IS_WIN32 ? \*STDERR : $kiderror),
1552 (IS_WIN32 ? \*STDOUT : $kidout)
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/IPC-Cmd/lib/IPC/
H A DCmd.pm13 use constant QUOTE => do { IS_WIN32 ? q["] : q['] };
26 $USE_IPC_RUN = IS_WIN32 && !IS_WIN98;
39 require Win32 if IS_WIN32;
41 $CAN_USE_RUN_FORKED = $@ || !IS_VMS && !IS_WIN32;
246 ( IS_WIN32 ? File::Spec->curdir : () )
1517 my @fds_to_dup = ( IS_WIN32 && !$verbose
1533 (IS_WIN32 ? '>&STDOUT' : $kidout),
1534 (IS_WIN32 ? '>&STDERR' : $kiderror),
1550 (IS_WIN32 ? \*STDERR : $kiderror),
1552 (IS_WIN32 ? \*STDOUT : $kidout)
[all …]
/dports/devel/p5-IPC-Cmd/IPC-Cmd-1.04/lib/IPC/
H A DCmd.pm13 use constant QUOTE => do { IS_WIN32 ? q["] : q['] };
26 $USE_IPC_RUN = IS_WIN32 && !IS_WIN98;
39 require Win32 if IS_WIN32;
41 $CAN_USE_RUN_FORKED = $@ || !IS_VMS && !IS_WIN32;
246 ( IS_WIN32 ? File::Spec->curdir : () )
1517 my @fds_to_dup = ( IS_WIN32 && !$verbose
1533 (IS_WIN32 ? '>&STDOUT' : $kidout),
1534 (IS_WIN32 ? '>&STDERR' : $kiderror),
1550 (IS_WIN32 ? \*STDERR : $kiderror),
1552 (IS_WIN32 ? \*STDOUT : $kidout)
[all …]
/dports/devel/p5-CPANPLUS/CPANPLUS-0.9912/inc/bundle/IPC/
H A DCmd.pm13 use constant QUOTE => do { IS_WIN32 ? q["] : q['] };
26 $USE_IPC_RUN = IS_WIN32 && !IS_WIN98;
39 require Win32 if IS_WIN32;
41 $CAN_USE_RUN_FORKED = $@ || !IS_VMS && !IS_WIN32;
246 ( IS_WIN32 ? File::Spec->curdir : () )
1517 my @fds_to_dup = ( IS_WIN32 && !$verbose
1533 (IS_WIN32 ? '>&STDOUT' : $kidout),
1534 (IS_WIN32 ? '>&STDERR' : $kiderror),
1550 (IS_WIN32 ? \*STDERR : $kiderror),
1552 (IS_WIN32 ? \*STDOUT : $kidout)
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/IPC-Cmd/lib/IPC/
H A DCmd.pm13 use constant QUOTE => do { IS_WIN32 ? q["] : q['] };
26 $USE_IPC_RUN = IS_WIN32 && !IS_WIN98;
39 require Win32 if IS_WIN32;
41 $CAN_USE_RUN_FORKED = $@ || !IS_VMS && !IS_WIN32;
246 ( IS_WIN32 ? File::Spec->curdir : () )
1517 my @fds_to_dup = ( IS_WIN32 && !$verbose
1533 (IS_WIN32 ? '>&STDOUT' : $kidout),
1534 (IS_WIN32 ? '>&STDERR' : $kiderror),
1550 (IS_WIN32 ? \*STDERR : $kiderror),
1552 (IS_WIN32 ? \*STDOUT : $kidout)
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/wxlauncher/cmake/
H A DwxLauncherInstaller.cmake2 # using IS_WIN32, IS_APPLE, IS_LINUX
5 if(IS_WIN32) # and WIN64
29 endif() # IS_WIN32
50 if(IS_WIN32)
73 if( IS_WIN32 AND NOT UNIX )
92 if(IS_WIN32)
122 if(IS_WIN32)
148 if(IS_WIN32)
/dports/devel/p5-Path-Tiny/Path-Tiny-0.120/t/
H A Dsubsumes.t12 my $IS_WIN32 = $^O eq 'MSWin32';
57 [ '/foo/bar' => '/foo/bar/../baz' => $IS_WIN32 ? 0 : 1 ],
58 [ '/foo/../bar' => '/bar' => $IS_WIN32 ? 1 : 0 ],
64 if ($IS_WIN32) {
/dports/www/mod_perl2/mod_perl-2.0.11/Apache-SizeLimit/lib/Apache/
H A DSizeLimit.pm25 use constant IS_WIN32 => $Config{'osname'} eq 'MSWin32' ? 1 : 0; constant
93 if (IS_WIN32 || $class->_platform_getppid() > 1) {
102 if (IS_WIN32) {
/dports/lang/perl5.34/perl-5.34.0/cpan/Test-Harness/lib/TAP/Parser/Iterator/
H A DProcess.pm11 my $IS_WIN32 = ( $^O =~ /^(MS)?Win32$/ );
95 return unless $Config{d_fork} || $IS_WIN32;
150 if ($IS_WIN32) {
340 $status = 0 if $IS_WIN32 && $status == -1;
/dports/lang/perl5.30/perl-5.30.3/cpan/Test-Harness/lib/TAP/Parser/Iterator/
H A DProcess.pm11 my $IS_WIN32 = ( $^O =~ /^(MS)?Win32$/ );
95 return unless $Config{d_fork} || $IS_WIN32;
150 if ($IS_WIN32) {
340 $status = 0 if $IS_WIN32 && $status == -1;
/dports/lang/perl5.32/perl-5.32.1/cpan/Test-Harness/lib/TAP/Parser/Iterator/
H A DProcess.pm11 my $IS_WIN32 = ( $^O =~ /^(MS)?Win32$/ );
95 return unless $Config{d_fork} || $IS_WIN32;
150 if ($IS_WIN32) {
340 $status = 0 if $IS_WIN32 && $status == -1;

12345678