Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/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
/freebsd/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
/freebsd/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
/freebsd/crypto/openssl/Configurations/
H A Ddescrip.mms.tmpl1 ## descrip.mms to build OpenSSL on OpenVMS
551 - DELETE descrip.mms;*
553 depend : descrip.mms
757 descrip.mms : configdata.pm {- join(" ", @{$config{build_file_templates}}) -}
761 @ WRITE SYS$OUTPUT "*** Please run the same mms command again ***"
770 @ WRITE SYS$OUTPUT "*** Please run the same mms command again ***"
828 # 2. Text to insert into descrip.mms (may be the empty string)
H A DREADME.md477 `descrip.mms` for MMS on VMS, `makefile` for `nmake` on Windows, etc.
/freebsd/crypto/openssl/
H A DINSTALL.md165 $ mms
166 $ mms test
234 $ mms install
1217 and `descrip.mms` on OpenVMS) from a suitable template in `Configurations/`,
1264 $ mms ! (or mmk) OpenVMS
1282 $ mms test ! OpenVMS
1298 $ mms install ! OpenVMS
1374 $ mms/macro="DESTDIR=TMP:[PACKAGE-ROOT]" install ! OpenVMS
1425 "descrip.mms" on OpenVMS). This requires that there is a
1655 $ mms clean ! (or mmk) OpenVMS
H A DNOTES-VMS.md7 - [About MMS and DCL](#about-mms-and-dcl)
H A DCHANGES.md1951 $ mms /macro=(VF=1) test ! OpenVMS
4418 or lookalikes), or one descrip.mms (for VMS).
4420 The source of information to make the Makefile / descrip.mms is
4424 descrip.mms.tmpl.
/freebsd/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
/freebsd/crypto/openssl/doc/internal/man7/
H A Dbuild.info.pod599 F<Makefile>; on VMS, this is typically F<descrip.mms>.
/freebsd/contrib/flex/
H A DONEWS88 - The descrip.mms file for building flex under VMS has been updated,
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4731 def mms_bitfields : Flag<["-"], "mms-bitfields">, Group<m_Group>,