Home
last modified time | relevance | path

Searched refs:VMS (Results 1 – 25 of 635) sorted by relevance

12345678910>>...26

/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/
H A Doread_pwd.c87 #ifdef VMS /* prototypes for sys$whatever */
122 #if !defined(TERMIO) && !defined(TERMIOS) && !defined(VMS) && !defined(MSDOS) && !defined(MAC_OS_pr…
158 #if !defined(_LIBC) && !defined(MSDOS) && !defined(VMS) && !defined(MAC_OS_pre_X)
167 #ifdef VMS
234 #ifdef VMS in des_read_pw()
278 #if defined(TTY_get) && !defined(VMS) in des_read_pw()
297 #ifdef VMS in des_read_pw()
313 #if defined(TTY_set) && !defined(VMS) in des_read_pw()
321 #ifdef VMS in des_read_pw()
371 #if defined(TTY_set) && !defined(VMS) in des_read_pw()
[all …]
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/
H A Doread_pwd.c87 #ifdef VMS /* prototypes for sys$whatever */
122 #if !defined(TERMIO) && !defined(TERMIOS) && !defined(VMS) && !defined(MSDOS) && !defined(MAC_OS_pr…
158 #if !defined(_LIBC) && !defined(MSDOS) && !defined(VMS) && !defined(MAC_OS_pre_X)
167 #ifdef VMS
234 #ifdef VMS in des_read_pw()
278 #if defined(TTY_get) && !defined(VMS) in des_read_pw()
297 #ifdef VMS in des_read_pw()
313 #if defined(TTY_set) && !defined(VMS) in des_read_pw()
321 #ifdef VMS in des_read_pw()
371 #if defined(TTY_set) && !defined(VMS) in des_read_pw()
[all …]
/netbsd-src/external/gpl2/gmake/dist/
H A Dreadme.vms1 This is the VMS version of GNU Make, updated by Hartmut Becker
4 and new VMS CRTLs.
25 . In default.c define variable ARCH as IA64 for VMS on Itanium systems.
29 In newer version of the VMS CRTL there are glob and globfree implemented.
40 twice. One possible solution is to use the VMS versions of glob and
43 more, these functions return VMS file specifications, which is not
44 expected by the other make sources. There is a switch at run time (a VMS
48 initialization routine. This adds more complexity and more VMS specific
52 Some notes on case sensitive names in rules and on the disk. In the VMS
54 WANT_CASE_SENSITIVE_TARGETS. For recent version of VMS there is a case
[all …]
H A Ddefault.c39 #ifdef VMS
61 #ifdef VMS
79 #ifdef VMS
112 #ifdef VMS
307 #ifdef VMS
H A Ddir.c25 # ifdef VMS
51 #if (defined (POSIX) || defined (VMS) || defined (WINDOWS32)) && !defined (__GNU_LIBRARY__)
145 #ifdef VMS
233 #ifdef VMS
254 # ifdef VMS in directory_contents_hash_1()
277 # ifdef VMS in directory_contents_hash_2()
316 # ifdef VMS in directory_contents_hash_cmp()
435 #ifdef VMS in find_directory()
466 #ifdef VMS in find_directory()
498 # ifdef VMS in find_directory()
[all …]
H A Djob.c61 #elif defined (VMS)
95 #ifdef VMS
181 # ifndef VMS
385 #ifdef VMS in child_error()
521 #ifdef VMS in reap_children()
547 #ifdef VMS in reap_children()
974 #ifdef VMS in start_job_command()
1018 #ifdef VMS in start_job_command()
1038 #ifndef VMS in start_job_command()
1051 #ifndef VMS in start_job_command()
[all …]
H A Dmake.h105 # if defined (_POSIX_VERSION) && !defined (ultrix) && !defined (VMS)
190 #ifdef VMS
325 #ifdef VMS
352 #elif defined(VMS)
484 # ifndef VMS
491 # if !defined(VMS) && !defined(__DECC)
540 #ifdef VMS
/netbsd-src/crypto/external/bsd/openssl/dist/doc/
H A Dbuild.info.in40 # Especially, since VMS file specs use [ and ], the build.info parser
42 if ($^O eq 'VMS') {
43 $htmlfile = VMS::Filespec::unixify($htmlfile);
44 $manfile = VMS::Filespec::unixify($manfile);
45 $podfile = VMS::Filespec::unixify($podfile);
46 $podinfile = VMS::Filespec::unixify($podinfile)
/netbsd-src/external/gpl2/xcvs/dist/
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 …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dvms4 # 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
29 >8 ubelong 0xec020000 VMS Alpha executable
/netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/
H A Ddescrip.mms.tmpl472 @{- sourcefile("VMS", "msg_install.com") -} "$(SYSTARTUP)" "{- $osslver -}"
474 @{- sourcefile("VMS", "msg_staging.com") -} -
483 # Because VMS wants the generation number (or *) to delete files, we can't
499 - DELETE [.VMS]openssl_startup.com;*
500 - DELETE [.VMS]openssl_shutdown.com;*
510 @ $(PERL) {- sourcefile("util", "add-depends.pl") -} "VMS C"
589 install_startup : [.VMS]openssl_startup.com [.VMS]openssl_shutdown.com -
590 [.VMS]openssl_utils.com, check_INSTALLTOP
592 COPY/PROT=W:RE [.VMS]openssl_startup.com -
594 COPY/PROT=W:RE [.VMS]openssl_shutdown.com -
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/Configurations/
H A Ddescrip.mms.tmpl209 # in different directories does not work well with VMS C. We try to help by
513 @{- sourcefile("VMS", "msg_install.com") -} "$(SYSTARTUP)" "{- $osslver -}"
515 @{- sourcefile("VMS", "msg_staging.com") -} -
524 # Because VMS wants the generation number (or *) to delete files, we can't
544 - DELETE [.VMS]openssl_startup.com;*
545 - DELETE [.VMS]openssl_shutdown.com;*
662 install_startup : [.VMS]openssl_startup.com [.VMS]openssl_shutdown.com -
663 [.VMS]openssl_utils.com, check_INSTALLTOP
665 COPY/PROT=W:RE [.VMS]openssl_startup.com -
667 COPY/PROT=W:RE [.VMS]openssl_shutdown.com -
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/VMS/
H A Dtest-includes.com2 $! on VMS, even when the VMS macro isn't defined.
/netbsd-src/crypto/external/bsd/openssl.old/dist/VMS/
H A Dtest-includes.com2 $! on VMS, even when the VMS macro isn't defined.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/
H A Dxm-vms.h22 #ifndef VMS
23 #define VMS macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dxm-vms.h22 #ifndef VMS
23 #define VMS macro
/netbsd-src/external/gpl2/grep/dist/src/
H A Dgetpagesize.h17 # if !(defined VMS && __VMS_VER < 70000000)
22 #if !defined getpagesize && defined VMS
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dgetpagesize.h26 # if !(defined VMS && __VMS_VER < 70000000)
31 #if !defined getpagesize && defined VMS
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dxstrerror.c21 #ifdef VMS
57 #ifdef VMS in xstrerror()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dxstrerror.c21 #ifdef VMS
57 #ifdef VMS in xstrerror()
/netbsd-src/external/gpl3/gdb/dist/libiberty/
H A Dxstrerror.c21 #ifdef VMS
57 #ifdef VMS in xstrerror()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dxstrerror.c21 #ifdef VMS
57 #ifdef VMS in xstrerror()
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/
H A Dxstrerror.c21 #ifdef VMS
57 #ifdef VMS in xstrerror()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dxstrerror.c21 #ifdef VMS
57 #ifdef VMS in xstrerror()
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-vax.texi4 @c VAX/VMS description enhanced and corrected by Klaus K"aempf, kkaempf@progis.de
82 @cindex VMS (VAX) options
83 @cindex options for VAX/VMS
84 @cindex VAX/VMS options
86 @cindex symbols with uppercase, VAX/VMS
88 compiled for VMS:
91 @cindex @samp{-h} option, VAX/VMS
94 case sensitive on VAX/VMS and always mapped to upper case. This is
114 VMS library names. Such symbols are always mapped to upper case.
116 @cindex @samp{-+} option, VAX/VMS
[all …]

12345678910>>...26