| /minix3/external/bsd/llvm/dist/llvm/test/tools/gold/ |
| H A D | emit-llvm.ll | 8 ; RUN: FileCheck --check-prefix=API %s < %T/../apifile.txt 78 ; API: f1 PREVAILING_DEF_IRONLY 79 ; API: f2 PREVAILING_DEF_IRONLY 80 ; API: f3 PREVAILING_DEF_IRONLY_EXP 81 ; API: f4 PREVAILING_DEF_IRONLY_EXP 82 ; API: f5 PREVAILING_DEF_IRONLY_EXP 83 ; API: f6 PREVAILING_DEF_IRONLY_EXP 84 ; API: f7 PREVAILING_DEF_IRONLY_EXP 85 ; API: f8 PREVAILING_DEF_IRONLY_EXP 86 ; API: g7 UNDEF [all …]
|
| /minix3/minix/lib/liblwip/dist/src/ |
| H A D | FILES | 1 api/ - The code for the high-level wrapper API. Not needed if 2 you use the lowel-level call-back/raw API. 5 with the lwIP low-level raw API. 8 memory and buffer management, and the low-level raw API.
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| H A D | kadm5_err.et | 43 error_code BAD_STRUCT_VERSION, "Programmer error! Bad API structure version" 44 error_code OLD_STRUCT_VERSION, "API structure version specified by application is no longer support… 45 error_code NEW_STRUCT_VERSION, "API structure version specified by application is unknown to librar… 46 error_code BAD_API_VERSION, "Programmer error! Bad API version" 47 error_code OLD_LIB_API_VERSION, "API version specified by application is no longer supported by lib… 48 error_code OLD_SERVER_API_VERSION,"API version specified by application is no longer supported by s… 49 error_code NEW_LIB_API_VERSION, "API version specified by application is unknown to libraries" 50 error_code NEW_SERVER_API_VERSION,"API version specified by application is unknown to server"
|
| /minix3/crypto/external/bsd/openssl/dist/doc/crypto/ |
| H A D | RAND_set_rand_method.pod | 22 information about how these RAND API functions are affected by the use of 23 B<ENGINE> API calls. 34 API is being used, so this function is no longer recommended. 62 default ENGINE is specified for RAND functionality using an ENGINE API function, 63 that will override any RAND defaults set using the RAND API (ie. 64 RAND_set_rand_method()). For this reason, the ENGINE API is the recommended way 79 reverted as the ENGINE API transparently overrides RAND defaults if used, 80 otherwise RAND API functions work as before. RAND_set_rand_engine() was also
|
| H A D | DH_set_method.pod | 28 important information about how these DH API functions are affected by the use 29 of B<ENGINE> API calls. 40 API is being used, so this function is no longer recommended. 104 default ENGINE is specified for DH functionality using an ENGINE API function, 105 that will override any DH defaults set using the DH API (ie. 106 DH_set_default_method()). For this reason, the ENGINE API is the recommended way 123 0.9.7, the handling of defaults in the ENGINE API was restructured so that this 125 the previous behaviour. The behaviour of defaults in the ENGINE API now 126 transparently overrides the behaviour of defaults in the DH API without
|
| H A D | DSA_set_method.pod | 28 important information about how these DSA API functions are affected by the use 29 of B<ENGINE> API calls. 40 whether the ENGINE API is being used, so this function is no longer 118 default ENGINE is specified for DSA functionality using an ENGINE API function, 119 that will override any DSA defaults set using the DSA API (ie. 120 DSA_set_default_method()). For this reason, the ENGINE API is the recommended way 137 0.9.7, the handling of defaults in the ENGINE API was restructured so that this 139 the previous behaviour. The behaviour of defaults in the ENGINE API now 140 transparently overrides the behaviour of defaults in the DSA API without
|
| H A D | RSA_set_method.pod | 34 important information about how these RSA API functions are affected by the 35 use of B<ENGINE> API calls. 46 whether the ENGINE API is being used, so this function is no longer 167 ENGINE API function, that will override any RSA defaults set using the RSA 168 API (ie. RSA_set_default_method()). For this reason, the ENGINE API is the 200 API was restructured so that this change was reversed, and behaviour of the 202 behaviour of defaults in the ENGINE API now transparently overrides the 203 behaviour of defaults in the RSA API without requiring changing these
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXMCExpr.cpp | 42 APInt API = APF.bitcastToAPInt(); in PrintImpl() local 43 std::string HexStr(utohexstr(API.getZExtValue())); in PrintImpl() 46 OS << utohexstr(API.getZExtValue()); in PrintImpl()
|
| /minix3/crypto/external/bsd/heimdal/dist/po/heim_com_err43787520/ |
| H A D | heim_com_err43787520.pot | 180 msgid "Programmer error! Bad API structure version" 185 msgid "API structure version specified by application is no longer supported" 190 msgid "API structure version specified by application is unknown to libraries" 195 msgid "Programmer error! Bad API version" 201 "API version specified by application is no longer supported by libraries" 206 msgid "API version specified by application is no longer supported by server" 211 msgid "API version specified by application is unknown to libraries" 216 msgid "API version specified by application is unknown to server"
|
| /minix3/crypto/external/bsd/heimdal/dist/doc/ |
| H A D | oid.txt | 7 1.2.752.43.13 Heimdal GSS-API extentions 8 1.2.752.43.14 Heimdal GSS-API mechs
|
| /minix3/minix/lib/liblwip/dist/doc/ |
| H A D | ppp.txt | 8 2 - Raw API PPP example for all protocols 9 3 - PPPoS input path (raw API, IRQ safe API, TCPIP API) 10 4 - Thread safe PPP API (PPPAPI) 48 2 Raw API PPP example for all protocols 51 As usual, raw API for lwIP means the lightweight API which *MUST* only be used 378 3 PPPoS input path (raw API, IRQ safe API, TCPIP API) 394 using the TCPIP API. This is thread safe in all cases but you should avoid 421 4 Thread safe PPP API (PPPAPI) 424 There is a thread safe API for all corresponding ppp_* functions, you have to 476 PPP API was fully reworked between 1.4.x and 2.0.x releases. However porting [all …]
|
| H A D | rawapi.txt | 7 * low-level "core" / "callback" or "raw" API. 8 * higher-level "sequential" API. 9 * BSD-style socket API. 11 The raw API (sometimes called native API) is an event-driven API designed 13 receive. This API is also used by the core stack for interaction between 14 the various protocols. It is the only API available when running lwIP 17 The sequential API provides a way for ordinary, sequential, programs 18 to use the lwIP stack. It is quite similar to the BSD socket API. The 24 The socket API is a compatibility API for existing applications, 25 currently it is built on top of the sequential API. It is meant to [all …]
|
| /minix3/crypto/external/bsd/libsaslc/dist/ref/ |
| H A D | rfc4752.txt | 33 Service Application Program Interface (GSS-API) Kerberos V5 in the 68 3. Kerberos V5 GSS-API Mechanism ...................................2 85 ([GSS-API]) mechanism [RFC4121]. The authentication sequence is 104 3. Kerberos V5 GSS-API Mechanism 106 The SASL mechanism name for the Kerberos V5 GSS-API mechanism 108 the mechanism is specifically tied to Kerberos V5 and GSS-API's 123 The implementation MAY set any GSS-API flags or arguments not 138 GSS-API mechanism [KRB5GSS], chan_binding of NULL, and targ_name 163 GSS-API implementations that require integ_req_flag to be true. No 216 Kerberos V GSS-API mechanism [KRB5GSS]. [all …]
|
| /minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/ |
| H A D | README_j.txt | 69 2.2. �����Ώۂ�API 71 idn wrapper ��WINSOCK �̖��O�����Ɋ֘A����API �ɂ��Ă̂ݕt���I�ȏ� 72 �����s�Ȃ��܂��B�����̑ΏۂƂȂ�WINSOCK API�͈ȉ��̂��̂ł��B 87 �A�v���P�[�V�����ɂ���ẮA������API ���g��Ȃ��œƎ��Ƀh���C���� 88 �̉������s�Ȃ����̂�����܂��B�Ⴆ�Anslookup�́A������API ���g�� 93 ���FWINSOCK 2.0 �ɂ́AWIDE CHARACTER �x�[�X�̖��O������API �Ƃ��� 98 ������܂����A�����ɂ��Ă̓��b�v���܂���B������API �̓} 103 2.3. �����ΏۊO��API 105 ��L�ȊO��WINSOCK API �ɂ��ẮAidn wrapper �͂Ȃɂ����Ȃ��ŁA���� 106 WINSOCK API ���Ăяo���܂��B [all …]
|
| /minix3/crypto/ |
| H A D | TODO | 3 - Make the Heimdal Kerberos V API much more like the MIT API. The
|
| /minix3/external/bsd/lutok/dist/ |
| H A D | README | 1 Lutok is a lightweight C++ API library for Lua. 3 Lutok provides thin C++ wrappers around the Lua C API to ease the 14 that go against the original spirit of the Lua C API and thus degrade
|
| /minix3/external/bsd/flex/dist/doc/ |
| H A D | flex.info-2 | 272 * reentrant, API explanation: Reentrant Overview. (line 6) 553 * -+: Code-Level And API Options. 563 * --array: Code-Level And API Options. 568 * --bison-bridge: Code-Level And API Options. 570 * --bison-locations: Code-Level And API Options. 572 * --c++: Code-Level And API Options. 593 * --main: Code-Level And API Options. 600 * --noline: Code-Level And API Options. 602 * --nounistd: Code-Level And API Options. 605 * --option-ansi-definitions: Code-Level And API Options. [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Config/ |
| H A D | llvm-config.h.in | 83 /* Define if we have the Intel JIT API runtime support library */ 89 /* Major version of the LLVM API */ 92 /* Minor version of the LLVM API */ 95 /* Patch version of the LLVM API */
|
| H A D | llvm-config.h.cmake | 83 /* Define if we have the Intel JIT API runtime support library */ 89 /* Major version of the LLVM API */ 92 /* Minor version of the LLVM API */ 95 /* Patch version of the LLVM API */
|
| /minix3/external/bsd/llvm/config/llvm/Config/ |
| H A D | llvm-config.h.in | 86 /* Define if we have the Intel JIT API runtime support library */ 92 /* Major version of the LLVM API */ 95 /* Minor version of the LLVM API */ 98 /* Patch version of the LLVM API */
|
| /minix3/crypto/external/bsd/openssl/dist/ |
| H A D | INSTALL.W64 | 12 - API might change within 0.9.8 life-span, *but* in a manner which 16 to re-compile, even if future minor release features modified API. 17 - Above mentioned API modifications have everything to do with
|
| /minix3/external/bsd/bind/dist/doc/misc/ |
| H A D | ipv6 | 16 socket API to be usable. The systems which do not follow this will 42 Partly because of these problems, the latest IPv6 API introduces an 46 In bind9, we first check if both the advanced API and the IPV6_V6ONLY 55 wildcard port regardless of the availability of the API support. 110 3542: Advanced Sockets Application Program Interface (API) for IPv6
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 423 APInt API = getAllOnesValue(numBits); in getSignedMaxValue() local 424 API.clearBit(numBits - 1); in getSignedMaxValue() 425 return API; in getSignedMaxValue() 433 APInt API(numBits, 0); in getSignedMinValue() 434 API.setBit(numBits - 1); in getSignedMinValue() 435 return API; in getSignedMinValue() 583 APInt API(*this); 585 return API; 597 APInt API(*this); 599 return API;
|
| /minix3/minix/lib/liblwip/dist/ |
| H A D | UPGRADING | 19 addresses) should now have a zone set on them before being passed to the core API, although 25 core API directly, it is highly recommended to enable LWIP_IPV6_SCOPES_DEBUG at least for 50 +++ Raw API: 54 +++ Socket API: 64 to let abc.h only contain the actual application programmer's API 126 +++ Raw API: 131 * When calling tcp_abort() from a raw API TCP callback function, 135 +++ Netconn API: 139 +++ Socket API: 156 the actual application programmer's API
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/ |
| H A D | gssapi.asn1 | 3 GSS-API DEFINITIONS ::= BEGIN
|