HomeSort by relevance Sort by last modified time
    Searched refs:OS (Results 1 - 25 of 55) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/cpio/
README 10 # or http://www.opensolaris.org/os/licensing.
28 These sources should be kept compilable on all OS releases back to
  /onnv/onnv-gate/usr/src/lib/libc/i386/sys/
xmknod.s 9 * or http://www.opensolaris.org/os/licensing.
28 / OS library -- _xmknod
xstat.s 9 * or http://www.opensolaris.org/os/licensing.
28 / OS library -- _xstat
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
MM.pm 15 ExtUtils::MM - OS adjusted ExtUtils::MakeMaker subclass
27 chooses the appropriate OS specific subclass for you
67 my($OS) = keys %Is;
70 my $class = "ExtUtils::MM_$OS";
71 eval "require $class" unless $INC{"ExtUtils/MM_$OS.pm"};
MM_OS2.pm 141 OS/2 is OS/2
146 return('OS/2');
Liblist.pm 105 Unix-OS/2 version in several respects:
115 their extensions to be portable to Unix or OS/2 should use the Unix
116 prefixes, since the Unix-OS/2 version of ext() requires them.
153 Unix-OS/2 version in several respects:
190 who wish their extensions to be portable to Unix or OS/2 should use the
191 prefixes, since the Unix-OS/2 version of ext() requires them.
  /onnv/onnv-gate/usr/src/cmd/syslogd/
README 10 # or http://www.opensolaris.org/os/licensing.
28 all OS releases back to Solaris 2.6 for patch releases.
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/utils/lib/ExtUtils/
MM.pm 19 ExtUtils::MM - OS adjusted ExtUtils::MakeMaker subclass
31 chooses the appropriate OS specific subclass for you
82 my($OS) = keys %Is;
85 my $class = "ExtUtils::MM_$OS";
86 eval "require $class" unless $INC{"ExtUtils/MM_$OS.pm"};
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWrmodr/
depend 12 # or http://www.opensolaris.org/os/licensing.
53 P SUNWos86r Platform Support, OS Functionality (Root)
  /onnv/onnv-gate/usr/src/uts/common/zmod/
inflate.h 26 OS, /* i: waiting for extra flags and operating system (gzip) */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
  /onnv/onnv-gate/usr/src/lib/udapl/libdat/include/dat/
dat_platform_specific.h 10 * or http://www.opensolaris.org/os/licensing.
53 /* OS, processor, compiler type definitions. Add OS's as needed. */
128 /* native to OS */
130 /* native to OS */
159 /* native to OS */
161 /* native to OS */
181 /* native to OS */
183 /* native to OS */
194 #error dat_platform_specific.h : OS type not define
    [all...]
  /onnv/onnv-gate/usr/src/ucblib/libcurses/
curses.c 51 bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL, XB, XN,
mapfile-vers 9 # or http://www.opensolaris.org/os/licensing.
124 OS;
  /onnv/onnv-gate/usr/src/grub/grub-0.97/docs/
menu.lst 58 # For booting OS/2
59 title OS/2
62 # chainload OS/2 bootloader from the first sector
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
Mac.pm 21 File::Spec::Mac - File::Spec for Mac OS (Classic)
37 On Mac OS, there's nothing to be done. Returns what it's given.
59 OS. Note that this may break some existing scripts.
144 C<rootdir()> is "/". Note that C<rootdir()> on Mac OS is the startup
277 operating systems, it will now also follow this convention on Mac OS.
322 Returns a string representing the current directory. On Mac OS, this is ":".
332 Returns a string representing the null device. On Mac OS, this is "Dev:Null".
346 name on Mac OS.
354 # There's no real root directory on Mac OS. The name of the startup
382 Returns a string representing the parent directory. On Mac OS, this is "::"
    [all...]
OS2.pm 33 # In OS/2 the "require Cwd" is unnecessary bloat.
235 File::Spec::OS2 - methods for OS/2 file specs
246 Amongst the changes made for OS/2 are...
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
sprintf.t 131 >%G< >1234567e96< >1.23457E+102< >exponent too big for OS/390<
132 >%G< >.1234567e-101< >1.23457E-102< >exponent too small for OS/390<
133 >%e< >1234567E96< >1.234567e+102< >exponent too big for OS/390<
134 >%e< >.1234567E-101< >1.234567e-102< >exponent too small for OS/390<
135 >%g< >.1234567E-101< >1.23457e-102< >exponent too small for OS/390<
136 >%g< >1234567E96< >1.23457e+102< >exponent too big for OS/390<
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
Copy.pm 97 && !($from_a_handle && $^O eq 'os2' ) # OS/2 cannot handle handles
223 # &syscopy is an XSUB under OS/2
339 second parameter, preserving OS-specific attributes and file
341 C<copy> routine, which doesn't preserve OS-specific attributes. For
342 VMS systems, this calls the C<rmscopy> routine (see below). For OS/2
346 On Mac OS (Classic), C<syscopy> calls C<Mac::MoreFiles::FSpFileCopy>,
349 =head2 Special behaviour if C<syscopy> is defined (OS/2, VMS and Win32)
360 The system copy routine may also be called directly under VMS and OS/2
414 On Mac OS (Classic), the path separator is ':', not '/', and the
Spec.pm 54 OS specific routines is available in a separate module, including:
62 The module appropriate for the current OS is automatically loaded by
64 only under that OS, it may not be possible to load all modules under all
161 This does not consult the local filesystem on Unix, Win32, OS/2, or
162 Mac OS (Classic). It does consult the working environment for VMS
295 OS/2 support by Ilya Zakharevich <ilya@math.ohio-state.edu>.
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
DirHandle.pm 34 On Mac OS (Classic), the path separator is ':', not '/', and the
  /onnv/onnv-gate/usr/src/lib/libxcurses/h/posix/
mkslocal.h 10 * or http://www.opensolaris.org/os/licensing.
589 #define M_MAKEOS "OS:=POSIX" /*for $(OS) in "make" */
591 * $(OS) variable expansion.
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/misc/
buildksh93.readme 9 # or http://www.opensolaris.org/os/licensing.
35 64bit S390x }) which are moved later to their matching OS/Net build
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
Glob.pm 386 Mac OS (Classic) users should note a few differences. Since
387 Mac OS is not Unix, when the glob code encounters a tilde glob (e.g.
391 Glob on Mac OS is case-insensitive by default (if you don't use any
395 The path separator is ':' (aka colon), not '/' (aka slash). Mac OS users
402 OS conventions: The path separator is a colon ':', not a slash '/'. A
404 OS must always begin with a ':', except when specifying a file or
420 Since a directory like 'lib:' is I<not> a valid I<relative> path on Mac OS,
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/TabsWrap/t/
fill.t 28 the Mac OS Runtime for Java and try it out!
47 install the Mac OS Runtime for Java and try it out!
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/bin/
nisserver.sh 10 # or http://www.opensolaris.org/os/licensing.
378 OS=`uname -r | cut -d. -f1`
729 if [ $OS -eq 5 ]
945 # current OS instantiation.
1101 if [ $OS -ne 5 -o $OSVER -lt 3 ]
1169 if [ $OS -ne 5 -o $OSVER -lt 3 ]
1367 if [ $OS -ne 5 -o $OSVER -lt 3 ]
1396 if [ $OS -ne 5 -o $OSVER -lt 3 ]
    [all...]

Completed in 6892 milliseconds

1 2 3