Home
last modified time | relevance | path

Searched refs:DOSISH (Results 1 – 21 of 21) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/t/io/
Dlayers.t30 my $DOSISH = $^O =~ /^(?:MSWin32|os2|dos|NetWare|mint)$/ ? 1 : 0;
31 $DOSISH = 1 if !$DOSISH and $^O =~ /^uwin/;
46 my $NTEST = 44 - (($DOSISH || !$FASTSTDIO) ? 7 : 0) - ($DOSISH ? 5 : 0)
93 } elsif (!$FASTSTDIO && !$DOSISH) {
98 } elsif ($DOSISH) {
104 if ($DOSISH && grep { $_ eq 'crlf' } @$expected) {
179 unless ($DOSISH || !$FASTSTDIO) {
/mirbsd/src/gnu/usr.bin/perl/ext/File/Glob/
DChanges44 - Hack to make patterns like C:* work on DOSISH systems
45 - Add support for either \ or / as separators on DOSISH systems
46 - Limit effect of \ as a quoting operator on DOSISH systems to
Dbsd_glob.c131 #ifdef DOSISH
283 #ifdef DOSISH
362 #ifdef DOSISH
773 #ifdef DOSISH
803 #ifdef DOSISH
818 #ifdef DOSISH
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/
DInstalled.pm14 my $DOSISH = ($^O =~ /^(MSWin\d\d|os2|dos|mint)$/);
36 if ($DOSISH) {
93 if ($DOSISH) {
/mirbsd/src/gnu/usr.bin/perl/
Dutil.h30 # if defined( DOSISH) || defined(EPOC)
Dutil.c2018 #if (!defined(DOSISH) || defined(HAS_FORK) || defined(AMIGAOS)) && !defined(OS2) && !defined(VMS) &… in Perl_my_popen_list()
2148 #if (!defined(DOSISH) || defined(HAS_FORK) || defined(AMIGAOS)) && !defined(VMS) && !defined(__OPEN…
2575 #if (!defined(DOSISH) || defined(HAS_FORK) || defined(AMIGAOS)) && !defined(VMS) && !defined(__OPEN…
2637 #if (!defined(DOSISH) || defined(OS2) || defined(WIN32) || defined(NETWARE)) && !defined(MACOS_TRA…
2824 #if defined(DOSISH) && !defined(OS2) && !defined(atarist)
2898 #ifdef DOSISH
2941 #ifdef DOSISH
2956 #if defined(atarist) || defined(DOSISH)
2982 # if defined(atarist) || defined(__MINT__) || defined(DOSISH)
3017 #if !defined(DOSISH) && !defined(MACOS_TRADITIONAL)
[all …]
Ddoio.c837 #if !defined(DOSISH) && !defined(__CYGWIN__) && !defined(EPOC) in Perl_nextargv()
867 #if !defined(DOSISH) && !defined(AMIGAOS) in Perl_nextargv()
1916 #ifdef DOSISH in Perl_cando()
2439 #ifdef DOSISH in Perl_start_glob()
Dpp_sys.c420 #ifndef DOSISH in PP()
3395 #if defined(DOSISH) || defined(USEMYBINMODE) in PP()
4049 #if (!defined(DOSISH) || defined(OS2) || defined(WIN32)) && !defined(MACOS_TRADITIONAL) in PP()
4077 #if (!defined(DOSISH) || defined(OS2) || defined(WIN32)) && !defined(MACOS_TRADITIONAL) in PP()
Dperl.h350 #define DOSISH 1 macro
2248 #ifdef DOSISH
Dperl.c4864 #if defined(DOSISH) || defined(EPOC) || defined(SYMBIAN)
Dperlio.c122 #ifdef DOSISH
Dtoke.c2868 #if defined(DOSISH)
DChanges5.0041616 Title: "Fix spurious perldoc warnings on DOSISH platforms", #F091
3480 Title: "[PATCH] -S flag fixes for DOSISH platforms", "[RESEND] [PATCH] -S
3481 flag fixes for DOSISH platforms"
4536 Title: "Don't require executable bit on perl -S if DOSISH"
DChanges5.0059435 Log: add a txt_compare() routine to t/h2ph.t for DOSISH sanity
13332 Log: Title: "Fix spurious perldoc warnings on DOSISH platforms", #F091
DChanges5.68136 Log: various File::Glob fixes for DOSISH platforms
10965 contains "Perl" rather than "perl" on DOSISH platforms
DChanges5.8.17827 Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
/mirbsd/src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/
Dsdbm.c285 #if defined(DOSISH) || defined(WIN32) in makroom()
312 #if defined(DOSISH) || defined(WIN32) in makroom()
/mirbsd/src/gnu/usr.bin/perl/x2p/
Da2p.h115 #ifdef DOSISH
/mirbsd/src/gnu/usr.bin/perl/wince/
Dwin32.h113 #define DOSISH 1 /* no escaping our roots */ macro
/mirbsd/src/gnu/usr.bin/perl/win32/
Dwin32.h114 #define DOSISH 1 /* no escaping our roots */ macro
/mirbsd/src/gnu/usr.bin/perl/os2/
DChanges520 chmod() supporting DOSISH].