Home
last modified time | relevance | path

Searched refs:mms (Results 1 – 16 of 16) sorted by relevance

/src/sbin/dhclient/
H A Doptions.c382 int mms, struct tree_cache **options, in cons_options() argument
400 if (!mms && in cons_options()
405 mms = getUShort( in cons_options()
408 if (mms) in cons_options()
409 main_buffer_size = mms - DHCP_FIXED_LEN; in cons_options()
/src/crypto/openssl/test/
H A DREADME.md8 $ mms test ! OpenVMS
27 $ mms /macro=(V=1) test ! OpenVMS
44 $ mms/macro="TESTS=test_rsa test_dsa" test ! OpenVMS
55 $ mms list-tests ! OpenVMS
/src/crypto/openssl/VMS/
H A Dmsg_install.com1 $ ! Used by the main descrip.mms to print the installation complete
H A Dmsg_staging.com1 $ ! Used by the main descrip.mms to print the statging installation
/src/contrib/byacc/
H A Dvmsbuild.com198 $ mms/ignore=warning/macro=('comp','mmstar','arch') 'p3
H A DCHANGES2735 * descrip.mms:
2737 the descrip.mms to include some extra c-source files and some dependenxcies
2740 The patched descrip.mms file can be found at:
3394 * descrip.mms: rename skeleton
5750 * descrip.mms: original version
H A DMANIFEST25 descrip.mms build-script for VMS
/src/crypto/openssl/Configurations/
H A Ddescrip.mms.tmpl1 ## descrip.mms to build OpenSSL on OpenVMS
589 - DELETE descrip.mms;*
591 depend : descrip.mms
795 descrip.mms : configdata.pm {- join(" ", @{$config{build_file_templates}}) -}
799 @ WRITE SYS$OUTPUT "*** Please run the same mms command again ***"
808 @ WRITE SYS$OUTPUT "*** Please run the same mms command again ***"
866 # 2. Text to insert into descrip.mms (may be the empty string)
H A DREADME.md484 `descrip.mms` for MMS on VMS, `makefile` for `nmake` on Windows, etc.
/src/crypto/openssl/
H A DINSTALL.md159 $ mms
160 $ mms test
229 $ mms install
1432 and `descrip.mms` on OpenVMS) from a suitable template in `Configurations/`,
1479 $ mms ! (or mmk) OpenVMS
1497 $ mms test ! OpenVMS
1513 $ mms install ! OpenVMS
1589 $ mms/macro="DESTDIR=TMP:[PACKAGE-ROOT]" install ! OpenVMS
1640 "descrip.mms" on OpenVMS). This requires that there is a
1876 $ mms clean ! (or mmk) OpenVMS
H A DNOTES-VMS.md7 - [About MMS and DCL](#about-mms-and-dcl)
H A DCHANGES.md3629 $ mms /macro=(VF=1) test ! OpenVMS
6098 or lookalikes), or one descrip.mms (for VMS).
6100 The source of information to make the Makefile / descrip.mms is
6104 descrip.mms.tmpl.
/src/usr.sbin/services_mkdb/
H A Dservices1187 ieee-mms 651/tcp #IEEE MMS
1188 ieee-mms 651/udp #IEEE MMS
1277 ieee-mms-ssl 695/tcp
1278 ieee-mms-ssl 695/udp
/src/crypto/openssl/doc/internal/man7/
H A Dbuild.info.pod632 F<Makefile>; on VMS, this is typically F<descrip.mms>.
/src/contrib/flex/
H A DONEWS88 - The descrip.mms file for building flex under VMS has been updated,
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4731 def mms_bitfields : Flag<["-"], "mms-bitfields">, Group<m_Group>,