/osnet-11/usr/src/lib/libxcurses/src/libc/mks/ |
H A D | m_cmdnam.c | 55 #if defined(DOS) || defined(OS2) || defined(NT) 58 /* Lowercase command name on DOS, OS2 and NT. */
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/ |
H A D | stash.t | 53 @got = grep { ! /^(Cwd|File|File::Copy|OS2)$/ } @got if $^O eq 'os2'; 73 use vars '$OS2::is_aout'; 77 && !($^O eq 'os2' and $OS2::is_aout)
|
/osnet-11/usr/src/lib/libparted/common/lib/ |
H A D | localcharset.c | 44 # ifndef OS2 45 # define OS2 macro 66 #if defined OS2 366 #if !(defined WIN32_NATIVE || defined OS2) 473 #elif defined OS2
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | localcharset.c | 42 # ifndef OS2 43 # define OS2 macro 64 #if defined OS2 364 #if !(defined WIN32_NATIVE || defined OS2) 471 #elif defined OS2
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | nostdio.h | 78 #ifndef OS2 95 #ifndef OS2 124 #ifndef OS2
|
H A D | configpm | 353 if ($OS2::is_aout) { 360 $preconfig{d_fork} = undef unless $OS2::can_fork; # Some funny cases can't
|
H A D | util.c | 1806 #if (!defined(DOSISH) || defined(HAS_FORK) || defined(AMIGAOS)) && !defined(OS2) && !defined(VMS) && !defined(__OPEN_VM) && !defined(EPOC) && !defined(MACOS_TRADITIONAL) && !defined(NETWARE) 1949 #ifdef OS2 1999 #ifndef OS2 2019 #endif /* defined OS2 */ 2389 #ifdef OS2 2427 #if (!defined(DOSISH) || defined(OS2) || defined(WIN32) || defined(NETWARE)) && !defined(MACOS_TRADITIONAL) 2498 #endif /* !DOSISH || OS2 || WIN32 || NETWARE */ 2514 #if defined(atarist) || defined(OS2) || defined(EPOC) 2613 #if defined(DOSISH) && !defined(OS2) && !defined(atarist) 2617 #ifdef OS2 [all...] |
H A D | mg.c | 599 #ifdef OS2 871 #ifdef OS2 962 #if !defined(OS2) && !defined(AMIGAOS) && !defined(WIN32) && !defined(MSDOS) 1012 #endif /* neither OS2 nor AMIGAOS nor WIN32 nor MSDOS */ 2078 # ifdef OS2
|
H A D | perl.h | 1908 #if defined(OS2) || defined(MACOS_TRADITIONAL) 1918 # if defined(OS2) 2058 # ifdef OS2 2079 # endif /* OS2 */ 2323 #if !defined(OS2) && !defined(MACOS_TRADITIONAL)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/t/ |
H A D | crossplatform.t | 8 my @platforms = qw(Cygwin Epoc Mac OS2 Unix VMS Win32); 15 OS2 => 'A:', 21 OS2 => 'B:',
|
H A D | Spec.t | 31 require File::Spec::OS2 ; 342 [ "OS2->case_tolerant()", '1' ], 344 [ "OS2->catdir('A:/d1','B:/d2','d3','')", 'A:/d1/B:/d2/d3' ], 346 [ "OS2->catfile('a','b','c')", 'a/b/c' ], 347 [ "OS2->catfile('a','b','./c')", 'a/b/c' ], 348 [ "OS2->catfile('./a','b','c')", 'a/b/c' ], 349 [ "OS2->catfile('c')", 'c' ], 350 [ "OS2->catfile('./c')", 'c' ], 352 [ "OS2->catdir('/', '../')", '/' ], 353 [ "OS2 [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/ |
H A D | Functions.pm | 66 L<File::Spec::OS2>, L<File::Spec::Win32>, or L<File::Spec::VMS>. 98 File::Spec, File::Spec::Unix, File::Spec::Mac, File::Spec::OS2,
|
H A D | OS2.pm | 1 package File::Spec::OS2; 235 File::Spec::OS2 - methods for OS/2 file specs 239 require File::Spec::OS2; # Done internally by File::Spec if needed
|
H A D | Unix.pm | 65 OS2. Of course, if this is the root directory, don't cut off the
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | MM_OS2.pm | 37 Define TO_UNIX to convert OS2 linefeeds to Unix style. 133 $self->{PERL_ARCHIVE_AFTER} = $OS2::is_aout
|
H A D | MM.pm | 48 $Is{OS2} = 1 if $^O eq 'os2';
|
H A D | Mksymlists.pm | 235 from the NAME attribute. It is presently used only by OS2 and Win32.
|
/osnet-11/usr/src/cmd/perl/5.8.4/utils/lib/ExtUtils/ |
H A D | MM.pm | 52 $Is{OS2} = 1 if $^O eq 'os2';
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | Spec.pm | 10 os2 => 'OS2', 14 dos => 'OS2', # Yes, File::Spec::OS2 works on DJGPP. 58 File::Spec::OS2 95 OS2. Of course, if this is the root directory, don't cut off the 280 L<File::Spec::Mac>, L<File::Spec::OS2>, L<File::Spec::Win32>, or 285 L<File::Spec::Unix>, L<File::Spec::Mac>, L<File::Spec::OS2>,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/ |
H A D | DProf.xs | 78 # ifdef OS2 /* times() has significant overhead */ 134 #ifdef OS2 175 #ifdef OS2 183 #ifdef OS2 203 #else /* !OS2 */ 226 # else /* !VMS && !OS2 */
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | write.t | 517 ($^O eq 'os2' and not eval '$OS2::can_fork')) {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
H A D | a2py.c | 12 #if defined(OS2) || defined(WIN32) || defined(NETWARE) 40 #if defined(OS2) || defined(WIN32) || defined(NETWARE) 106 #if defined(OS2) || defined(WIN32) || defined(NETWARE) 119 #if defined(OS2) || defined(WIN32) || defined(NETWARE)
|
H A D | a2p.h | 118 # if defined(OS2)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/ |
H A D | Socket.xs | 314 # ifdef OS2 /* Name should start with \socket\ and contain backslashes! */ 337 # else /* !( defined OS2 ) */
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/ |
H A D | sdbm.c | 132 #if defined(OS2) || defined(MSDOS) || defined(WIN32) || defined(__CYGWIN__)
|