Home
last modified time | relevance | path

Searched refs:Is_W32 (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dinstall_lib.pl7 use vars qw($Is_VMS $Is_W32 $Is_OS2 $Is_Cygwin $Is_Darwin $Is_AmigaOS
47 $Is_W32 = $^O eq 'MSWin32';
61 chmod 0777, $name if ($Is_OS2 || $Is_W32 || $Is_Cygwin || $Is_AmigaOS);
131 return (lc($p1) eq lc($p2)) if ($Is_W32);
Dinstallperl14 our ($Is_VMS, $Is_W32, $Is_OS2, $Is_Cygwin, $Is_Darwin, $Is_AmigaOS,
30 my $scr_ext = ($Is_VMS ? '.Com' : $Is_W32 ? '.bat' : '');
238 #-f 't/rantests' || $Is_W32
341 } elsif ($Is_W32) {
367 if ($Is_W32) { #linking lib isn't made in root but in CORE on Win32
409 !$versiononly && !$opts{notify} && !$Is_W32 && !$Is_VMS && -t STDIN && -t STDERR
503 my $pod = ($Is_Cygwin || $Is_Darwin || $Is_VMS || $Is_W32) ? 'pods' : 'pod';
544 chmod 0777, $name if ($Is_OS2 || $Is_W32);
689 ($name =~ /^(.*)\.(?:h|lib)$/i && $Is_W32) ||
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dposix.t27 $Is_W32 = $^O eq 'MSWin32';
83 skip("no sigaction support on win32", 6) if $Is_W32;
288 if ($Is_W32
449 if $Is_W32 || $Is_VMS;