Searched refs:VMS (Results 1 – 24 of 24) sorted by relevance
/openssl-master/doc/ |
A D | build.info.in | 40 # 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)
|
/openssl-master/VMS/ |
A D | test-includes.com | 2 $! on VMS, even when the VMS macro isn't defined.
|
/openssl-master/Configurations/ |
A D | descrip.mms.tmpl | 660 install_startup : [.VMS]openssl_startup.com [.VMS]openssl_shutdown.com - 675 [.VMS]openssl_startup.com : vmsconfig.pm {- sourcefile("VMS", "openssl_startup.com.in") -} 676 - CREATE/DIR [.VMS] 681 [.VMS]openssl_utils.com : vmsconfig.pm {- sourcefile("VMS", "openssl_utils.com.in") -} 682 - CREATE/DIR [.VMS] 685 > [.VMS]openssl_utils.com 687 [.VMS]openssl_shutdown.com : vmsconfig.pm {- sourcefile("VMS", "openssl_shutdown.com.in") -} 688 - CREATE/DIR [.VMS] 693 [.VMS]openssl_ivp.com : vmsconfig.pm {- sourcefile("VMS", "openssl_ivp.com.in") -} 694 - CREATE/DIR [.VMS] [all …]
|
A D | README.md | 166 and "VMS". 471 `descrip.mms` for MMS on VMS, `makefile` for `nmake` on Windows, etc.
|
A D | unix-Makefile.tmpl | 1133 ( cd $(SRCDIR); $(PERL) VMS/VMSify-conf.pl \
|
/openssl-master/ |
A D | NOTES-VMS.md | 26 We have only tested with DEC C (aka HP VMS C / VSI C) and require 39 contains periods very well. Unfortunately, some versions of VMS tar 64 If you build for debugging, the default on VMS is that image 106 Should you need it, you can find UnZip for VMS here:
|
A D | NOTES-PERL.md | 6 - [Perl on VMS](#perl-on-vms) 46 Perl on VMS 51 `README-VMS.md` and follow the instructions. Another way is to download a 120 Note: on VMS, you must quote any argument that contains upper case
|
A D | e_os.h | 192 # define VMS 1 macro
|
A D | README.md | 112 * [Notes for the OpenVMS platform](NOTES-VMS.md)
|
A D | INSTALL.md | 66 * [Notes for the OpenVMS platform](NOTES-VMS.md) 408 **On VMS:** this is the filename of the zlib library (with or without a path). 1053 VMS). This can be used instead of using 1071 libraries on VMS. 1132 $ perl configdata.pm --help # Windows and VMS 1718 On VMS, shareable images (VMS speak for shared libraries) are named
|
A D | Configure | 675 { VMS => qr/(?<!\^),/,
|
A D | CHANGES.md | 916 volume names and system directory names on VMS. 1776 * *[VMS only]* The header files that the VMS compilers include automatically, 3481 platforms we support. With it comes new support for VMS. 3485 or lookalikes), or one descrip.mms (for VMS). 13271 For VMS, there's a currently-empty rand_vms.c. 13672 * Add VMS support for the Rijndael code. 14921 * On VMS, stdout may very well lead to a file that is written to 14933 Currently, it's a VMS-only method, because that's where it has 14956 * Add DSO method for VMS. 17489 * Improvements for VMS support. [all …]
|
/openssl-master/test/recipes/20-test_dhparam_check_data/invalid/ |
A D | dh_p2048_t1862_pkcs3.pem | 11 tGnJpClSpWwVl5xakDI/P3TFH5fbcEjlsKqLjetUD7bSP78F+toltrzWEgh7+VMS
|
/openssl-master/util/ |
A D | build.info | 1 IF[{- $target{build_scheme}->[1] eq "VMS" -}]
|
A D | mkdef.pl | 116 VMS => { writer => \&writer_VMS, 118 platforms => { VMS => 1 } },
|
A D | libcrypto.num | 1633 OCSP_crlID_new 1673 3_0_0 EXIST:!VMS:FUNCTION:OCSP 1634 OCSP_crlID2_new 1673 3_0_0 EXIST:VMS:FUNCTION:OCSP 2064 ERR_load_CRYPTO_strings 2112 3_0_0 EXIST:!VMS:FUNCTION:DEPRECATEDIN_3_0 2065 ERR_load_CRYPTOlib_strings 2112 3_0_0 EXIST:VMS:FUNCTION:DEPRECATEDIN_3_0
|
/openssl-master/Configurations/platform/ |
A D | VMS.pm | 1 package platform::VMS;
|
/openssl-master/doc/man3/ |
A D | RAND_load_file.pod | 49 =item On VMS 59 If C<$HOME> (on non-Windows and non-VMS system) is not set either, or
|
/openssl-master/include/openssl/ |
A D | e_os2.h | 105 # if defined(__VMS) || defined(VMS)
|
/openssl-master/include/internal/ |
A D | sockets.h | 94 # ifndef VMS
|
/openssl-master/crypto/modes/ |
A D | build.info | 10 # ghash-ia64.s doesn't work on VMS
|
/openssl-master/test/ |
A D | README.md | 94 (on Unix and Windows, BSD style wildcards are supported, while on VMS, 95 it's VMS style wildcards)
|
A D | build.info | 581 # and VMS, where the exported symbols are those listed in util/*.num), these
|
/openssl-master/doc/internal/man7/ |
A D | build.info.pod | 109 (possible on VMS, depending on policy). 599 F<Makefile>; on VMS, this is typically F<descrip.mms>.
|
Completed in 58 milliseconds