Home
last modified time | relevance | path

Searched full:vms (Results 1 – 25 of 1103) sorted by relevance

12345678910>>...45

/openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dx-vms1 # Under VMS, directory names cannot contain dots.
7 # a VMS host.
9 vms-ld.o : $(srcdir)/config/alpha/vms-ld.c
11 ld.exe : vms-ld.o
12 $(CC) -o $@ vms-ld.o ../libiberty/libiberty.a
14 vms-cc.o : $(srcdir)/config/alpha/vms-cc.c
16 decc.exe : vms-cc.o
17 $(CC) -o $@ vms-cc.o ../libiberty/libiberty.a
19 # These extra parts can only be compiled on a VMS host and are only needed
20 # on a VMS target. The rules are in t-vms.
[all …]
H A Dt-vms3 # VMS_EXTRA_PARTS is defined in x-vms and represent object files that
4 # are only needed for VMS targets, but can only be compiled on a VMS host
6 EXTRA_PARTS = vms-dwarf2.o vms-dwarf2eh.o $(VMS_EXTRA_PARTS)
9 # vms-ld handles it automatically when passed -g.
10 vms-dwarf2.o : $(srcdir)/config/alpha/vms-dwarf2.asm
13 vms-dwarf2eh.o : $(srcdir)/config/alpha/vms-dwarf2eh.asm
18 decc -c /names=as_is $(srcdir)/config/alpha/vms-crt0.c -o vcrt0.o
21 decc -c /names=as_is $(srcdir)/config/alpha/vms-psxcrt0.c -o pcrt0.o
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dx-vms1 # Under VMS, directory names cannot contain dots.
7 # a VMS host.
9 vms-ld.o : $(srcdir)/config/alpha/vms-ld.c
11 ld.exe : vms-ld.o
12 $(CC) -o $@ vms-ld.o ../libiberty/libiberty.a
14 vms-cc.o : $(srcdir)/config/alpha/vms-cc.c
16 decc.exe : vms-cc.o
17 $(CC) -o $@ vms-cc.o ../libiberty/libiberty.a
19 # These extra parts can only be compiled on a VMS host and are only needed
20 # on a VMS target. The rules are in t-vms.
H A Dt-vms3 # VMS_EXTRA_PARTS is defined in x-vms and represent object files that
4 # are only needed for VMS targets, but can only be compiled on a VMS host
6 EXTRA_PARTS = vms-dwarf2.o vms-dwarf2eh.o $(VMS_EXTRA_PARTS)
9 # vms-ld handles it automatically when passed -g.
10 vms-dwarf2.o : $(srcdir)/config/alpha/vms-dwarf2.asm
13 vms-dwarf2eh.o : $(srcdir)/config/alpha/vms-dwarf2eh.asm
18 decc -c /names=as_is $(srcdir)/config/alpha/vms-crt0.c -o vcrt0.o
21 decc -c /names=as_is $(srcdir)/config/alpha/vms-psxcrt0.c -o pcrt0.o
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dmakefile.vms4 # For use with gnu-make for vms
24 ihex.obj,stab-syms.obj,vms.obj,vms-hdr.obj,vms-gsd.obj,vms-tir.obj,\
25 vms-misc.obj,$(TARGETOBJS)
61 vms.c: vms.h
62 vms-mhd.c: vms.h
63 vms-gsd.c: vms.h
64 vms-tir.c: vms.h
65 vms-misc.c: vms.h
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dmakefile.vms4 # For use with gnu-make for vms
24 ihex.obj,stab-syms.obj,vms.obj,vms-hdr.obj,vms-gsd.obj,vms-tir.obj,\
25 vms-misc.obj,$(TARGETOBJS)
61 vms.c: vms.h
62 vms-mhd.c: vms.h
63 vms-gsd.c: vms.h
64 vms-tir.c: vms.h
65 vms-misc.c: vms.h
/openbsd-src/gnu/usr.bin/perl/t/run/
H A Dexit.t14 $code = "\"" . $code . "\"" if $^O eq 'VMS'; #VMS needs quotes for this.
19 $numtests = ($^O eq 'VMS') ? 16 : 17;
25 if ($^O eq 'VMS') {
26 if (eval 'require VMS::Feature') {
27 $vms_exit_mode = !(VMS::Feature::current("posix_exit"));
46 $native_success = 1 if $^O eq 'VMS';
73 skip("Skip signals and core dump tests on Win32 and VMS", 7)
74 if ($^O eq 'MSWin32' || $^O eq 'VMS');
76 #TODO VMS will backtrace on this test and exits with code of 0
96 if ($^O eq 'VMS') {
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/t/
H A DSpec.t12 if ($^O eq 'VMS') {
13 if (eval 'require VMS::Feature') {
14 $vms_unix_rpt = VMS::Feature::current("filename_unix_report");
22 my $skip_exception = "Needs VMS::Filespec (and thus VMS)" ;
25 require VMS::Filespec ;
30 # on VMS. It might be better to change File::Spec::VMS to do this,
32 # VMS paths.
34 sub File::Spec::VMS::vmsify { die "$skip_exception" }
35 sub File::Spec::VMS::unixify { die "$skip_exception" }
36 sub File::Spec::VMS::vmspath { die "$skip_exception" }
[all …]
H A Dcrossplatform.t9 my @platforms = qw(Cygwin Epoc Mac OS2 Unix VMS Win32);
17 if ($^O eq 'VMS') {
19 if (eval 'require VMS::Feature') {
20 $vms_unix_rpt = VMS::Feature::current("filename_unix_report");
21 $vms_efs = VMS::Feature::current("efs_charset");
29 # Traditional VMS mode only if VMS is not in UNIX compatible mode.
47 VMS => 'v',
53 VMS => 'w',
105 if ($vms_unix_mode and $platform eq 'VMS') {
107 # If VMS is in UNIX mode, so is the result, but having the volume
[all …]
/openbsd-src/gnu/usr.bin/perl/ext/VMS-Stdio/t/
H A Dvms_stdio.t1 # Tests for VMS::Stdio v2.2
2 use VMS::Stdio;
3 import VMS::Stdio qw(&flush &getname &rewind &sync &tmpnam);
8 #VMS can pretend that it is UNIX.
10 $perl = VMS::Filespec::vmsify($perl) if $^O eq 'VMS';
14 $fh = VMS::Stdio::vmsopen("+>$name",'ctx=rec','shr=put','fop=dlt','dna=.tmp');
38 ($gotname) = (VMS::Filespec::vmsify(getname($fh)) =~/\](.*)/);
42 $sfh = VMS::Stdio::vmssysopen($name, O_RDONLY, 0,
53 print +(&VMS::Stdio::tmpnam ? '' : 'not '),"ok 14\n";
57 # print +(VMS::Stdio::writeof(P) ? '' : 'not '),"ok 15\n";
[all …]
/openbsd-src/gnu/usr.bin/perl/ext/VMS-Filespec/lib/VMS/
H A DFilespec.pm1 # Perl hooks into the routines in vms.c for interconversion
2 # of VMS and Unix file specification syntax.
10 VMS::Filespec - convert between VMS and Unix file specification syntax
14 use VMS::Filespec;
15 $fullspec = rmsexpand('[.VMS]file.specification'[, 'default:[file.spec]']);
17 $unixspec = unixify('my:[VMS]file.specification');
18 $path = pathify('my:[VMS.or.Unix.directory]specification.dir');
19 $dirfile = fileify('my:[VMS.or.Unix.directory.specification]');
20 $vmsdir = vmspath('my/VMS/or/Unix/directory/specification.dir');
21 $unixdir = unixpath('my:[VMS.or.Unix.directory]specification.dir');
[all …]
/openbsd-src/gnu/usr.bin/cvs/
H A DREADME.VMS1 CVS port to VMS
6 VMS-specific quirks are known and the port cannot be considered as
15 Most (all?) work to date has been done on OpenVMS/AXP 6.2. Other VMS
26 CVS client. The tests were run by hand because the VMS POSIX shell
46 3. rsh - unprivileged (on VMS side)
58 VMS's RSH is unusable for CVS's purposes (that is, the one in UCX.
61 via rshd. Unfortunately, this requires the VMS CVS client to be
66 security is due to the fact that on VMS or UNIX, a non privileged
72 under VMS to produce such a connection.
84 port is "non-privileged", the CVS VMS client will allow you to define the
[all …]
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlvms.pod3 perlvms - VMS-specific documentation for Perl
8 behavior on VMS. They are a supplement to the regular Perl 5
10 5 functions differently under VMS than it does under Unix,
18 sleep when writing Perl scripts on VMS. If you find we've
25 the file F<README.vms> in the main source directory of the
119 VMS support for this process in the current release of Perl
158 We have tried to make Perl aware of both VMS-style and Unix-style file
161 styles within a single file specification. VMS Perl interprets Unix
163 of an absolute path is read as the device name for the VMS file
165 C<VMS::Filespec> package for explicit interconversion between VMS and
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dmaketext_filter.t21 is( ExtUtils::MM_VMS->maketext_filter($text), $vms_text, 'VMS filter' );
25 # VMS filter puts a space after the target
26 test_filter(<<'END', <<'VMS');
32 VMS
36 test_filter(<<'END', <<'VMS');
48 VMS
52 test_filter(<<'END', <<'VMS');
62 VMS
/openbsd-src/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.pm1 # VMS::Stdio - VMS extensions to Perl's stdio calls
8 package VMS::Stdio;
28 bootstrap VMS::Stdio $VERSION;
35 defined $val or croak("Unknown VMS::Stdio constant $constname");
56 VMS::Stdio - standard I/O functions via VMS extensions
60 use VMS::Stdio qw( &flush &getname &remove &rewind &setdef &sync
82 This package gives Perl scripts access via VMS extensions to several
97 use VMS::Stdio; # same as use VMS::Stdio qw( :DEFAULT );
99 use VMS::Stdio qw( !:CONSTANTS :FUNCTIONS );
101 use VMS::Stdio qw( :CONSTANTS :FUNCTIONS );
[all …]
/openbsd-src/gnu/usr.bin/cvs/vms/
H A DChangeLog13 * filesubr.c: Changes to handle VMS DEC C 5.7 {open,read,close}dir
14 (expand_wild): Handle comma-separated lists of files for VMS 7.2 and
16 * config.h: Changes to handle VMS DEC C 5.7 {open,read,close}dir
25 * filesubr.c (expand_wild): rewrote for VMS 7.x. Actually
26 globs vms wildcarded filespecs now.
28 now typedefed in VMS 7.x
30 version of VMS since it changes.
31 * vms.h: put conditional compilation macros around mode_t as
32 it is defined as of VMS 7.x, and fixed prototype of unlink
64 version was sometimes dying with a traceback on VMS 7.1 (I don't
[all …]
H A Dvms-types.h7 * Miscellaneous VMS types that are not normally defined
11 /* VMS I/O status block */
18 /* VMS Item List 3 structure */
27 /* VMS Lock status block with value block */
35 /* VMS Exit Handler Control block */
/openbsd-src/gnu/usr.bin/perl/lib/
H A Dvmsish.pm7 vmsish - Perl pragma to control VMS-specific language features
26 If no import list is supplied, all possible VMS-specific features are
27 assumed. Currently, there are four VMS-specific features available:
30 If you're not running VMS, this module does nothing.
36 This makes C<$?> and C<system> return the native VMS exit status
54 This suppresses printing of VMS status messages to SYS$OUTPUT and
57 VMS error messages. It does not suppress any messages from Perl
77 The status of the hushed flag also affects output of VMS error
114 my $IsVMS = $^O eq 'VMS';
120 # Those hints are defined in vms/vmsish.h :
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DREADME-vms1 This document explains a couple of things that are specific to VMS.
3 issues, and the second deals with the VMS debugger and GNU-CC.
7 ****************** Notes for Cross Assembly with VMS ******************
10 If you wish to build gas on a non-VMS system to cross-assemble,
13 configure ${hosttype} -target=vms
17 getting them to the VMS machine. The format of the object file is
19 writes the records in the same format that VMS would expect,
22 If you try to copy the file to a VMS system using ftp, the ftp
28 file itself will not be corrupt, but VMS will think that the file contains
65 If you have NFS running on the VMS system, what you need to do
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dmakefile.vms-in4 # For use with gnu-make for vms
14 TARGET=""vms-alpha""
16 TARGET=""vms-vax""
74 $(MAKE) -f makefile.vms "CC=$(CC)"
78 $(MAKE) -f makefile.vms "CC=$(CC)"
83 $(MAKE) -f makefile.vms "CC=$(CC)"
88 $(MAKE) -f makefile.vms "CC=$(CC)"
98 $(RM) makefile.vms;
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dmakefile.vms-in4 # For use with gnu-make for vms
14 TARGET=""vms-alpha""
16 TARGET=""vms-vax""
74 $(MAKE) -f makefile.vms "CC=$(CC)"
78 $(MAKE) -f makefile.vms "CC=$(CC)"
83 $(MAKE) -f makefile.vms "CC=$(CC)"
88 $(MAKE) -f makefile.vms "CC=$(CC)"
98 $(RM) makefile.vms;
/openbsd-src/gnu/usr.bin/perl/dist/threads/t/
H A Dexit.t57 local $TODO = 'VMS exit semantics not like POSIX exit semantics' if $^O eq 'VMS';
107 local $TODO = 'VMS exit semantics not like POSIX exit semantics' if $^O eq 'VMS';
121 local $TODO = 'VMS exit semantics not like POSIX exit semantics' if $^O eq 'VMS';
138 local $TODO = 'VMS exit semantics not like POSIX exit semantics' if $^O eq 'VMS';
153 local $TODO = 'VMS exit semantics not like POSIX exit semantics' if $^O eq 'VMS';
/openbsd-src/gnu/usr.bin/perl/vms/
H A Ddescrip_mms.template2 # Descrip.MMS for perl5 on VMS
114 #: __DEBUG__: builds images with full VMS debugger support
149 # C preprocessor manifest "DEBUGGING" ==> perl -D, not the VMS debugger
216 c4 = run.c scope.c sv.c taint.c time64.c toke.c universal.c utf8.c util.c vms.c keywords.c
224 obj5 = regexec$(O) run$(O) scope$(O) sv$(O) taint$(O) time64$(O) toke$(O) universal$(O) utf8$(O) util$(O) vms$(O)
326 vmspipe.com : [.vms]vmspipe.com
360 @ @[.vms]genopt "PerlShr.Opt/Write" "|" "''F$Environment("Default")'$(DBG)PerlShr$(E)/Share"
393 $(DBG)perlshr_xtras.ts : perl.h config.h vmsish.h proto.h [.vms]gen_shrfls.pl $(MINIPERL_EXE) $(MAKEFILE) $(CRTL)
394 @ $(MINIPERL) makedef.pl "PLATFORM=vms" > makedef.lis
397 $(MINIPERL) [.vms]gen_shrfl
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/vax/
H A Dvms.h46 builtin_define_std ("vms"); \
47 builtin_define_std ("VMS"); \
48 builtin_assert ("system=vms"); \
56 /* These match the definitions used in VAXCRTL, the VMS C run-time library */
66 /* Strictly speaking, VMS does not use DBX at all, but the interpreter built
72 #define TARGET_NAME "vax/vms"
74 /* The structure return address arrives as an "argument" on VMS. */
82 VMS exception handling and setjmp/longjmp in the same program) requires
96 /* Under VMS we write the actual size of the storage to be allocated even
98 symbols a size of 0 (as unix does), the VMS linker does not make the
[all …]
/openbsd-src/usr.bin/file/magdir/
H A Dvms1 # $OpenBSD: vms,v 1.3 2004/06/03 03:14:20 tedu Exp $
4 # vms: file(1) magic for VMS executables (experimental)
6 # VMS .exe formats, both VAX and AXP (Greg Roelofs, newt@uchicago.edu)
15 0 string \xb0\0\x30\0 VMS VAX executable
27 0 belong 0x03000000 VMS Alpha executable

12345678910>>...45