| /netbsd/src/external/apache2/mDNSResponder/dist/Clients/ |
| D | dns-sd.c | 642 … DNSServiceErrorType errorCode, const char *replyDomain, void *context) in enum_reply() argument 652 EXIT_IF_LIBDISPATCH_FATAL_ERROR(errorCode); in enum_reply() 657 if (errorCode) in enum_reply() 658 printf("Error code %d\n", errorCode); in enum_reply() 722 …(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in zonedata_resolve() argument 739 if (errorCode) { printf("Error code %d\n", errorCode); return; } in zonedata_resolve() 786 …(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in zonedata_browse() argument 793 EXIT_IF_LIBDISPATCH_FATAL_ERROR(errorCode); in zonedata_browse() 796 if (errorCode) { printf("Error code %d\n", errorCode); return; } in zonedata_browse() 803 …(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in browse_reply() argument [all …]
|
| /netbsd/src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| D | DotZLib.cs | 94 …public ZLibException(int errorCode, string msg) : base(String.Format("ZLib error {0} {1}", errorCo… in ZLibException() argument 103 public ZLibException(int errorCode) : base(String.Format("ZLib error {0}", errorCode)) in ZLibException() argument
|
| /netbsd/src/external/mit/expat/dist/examples/ |
| D | element_declarations.c | 221 enum XML_Error errorCode = XML_GetErrorCode(parser); in main() local 222 if (errorCode == XML_ERROR_ABORTED) { in main() 223 errorCode = XML_ERROR_NO_MEMORY; in main() 227 XML_GetCurrentLineNumber(parser), XML_ErrorString(errorCode)); in main()
|
| /netbsd/src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| D | dns_sd.h | 1181 DNSServiceErrorType errorCode, 1298 DNSServiceErrorType errorCode, 1693 DNSServiceErrorType errorCode, 1809 DNSServiceErrorType errorCode, 1977 DNSServiceErrorType errorCode, 2104 DNSServiceErrorType errorCode, 2229 DNSServiceErrorType errorCode, 2423 DNSServiceErrorType errorCode, 3060 DNSServiceErrorType errorCode,
|
| D | dnssd_clientstub.c | 2852 DNSServiceErrorType errorCode, void *context) in SleepKeepaliveCallback() argument 2862 ((DNSServiceSleepKeepaliveReply)ka->AppCallback)(sdRef, errorCode, ka->AppContext); in SleepKeepaliveCallback()
|
| /netbsd/src/external/mit/expat/dist/tests/ |
| D | common.h | 104 extern void _expect_failure(const char *text, enum XML_Error errorCode, 108 # define expect_failure(text, errorCode, errorMessage) \ argument 109 _expect_failure((text), (errorCode), (errorMessage), __FILE__, __LINE__)
|
| D | common.c | 222 _expect_failure(const char *text, enum XML_Error errorCode, in _expect_failure() argument 229 if (XML_GetErrorCode(g_parser) != errorCode) in _expect_failure()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| D | gdb.exp | 146 global errorInfo errorCode 147 return -code error -errorinfo $errorInfo -errorcode $errorCode $result 1445 global errorInfo errorCode 1446 return -code error -errorinfo $errorInfo -errorcode $errorCode $string 2893 global errorInfo errorCode 2894 return -code $code -errorinfo $errorInfo -errorcode $errorCode $result 2911 global errorInfo errorCode 2912 return -code $code -errorinfo $errorInfo -errorcode $errorCode $result 3014 global errorInfo errorCode 3015 return -code $code -errorinfo $errorInfo -errorcode $errorCode $result [all …]
|
| D | gdb-utils.exp | 206 global errorInfo errorCode 207 return -code $code -errorinfo $errorInfo -errorcode $errorCode $result
|
| D | cache.exp | 40 global errorInfo errorCode 41 return -code error -errorinfo $errorInfo -errorcode $errorCode $result
|
| D | mi-support.exp | 2927 global errorInfo errorCode 2928 return -code $code -errorinfo $errorInfo -errorcode $errorCode $result
|
| D | dwarf.exp | 331 global errorInfo errorCode 332 return -code error -errorinfo $errorInfo -errorcode $errorCode $result
|
| /netbsd/src/external/bsd/pdisk/dist/ |
| D | DoSCSICommand.c | 213 sensePtr->errorCode = 0; in DoSCSICommand() 267 && sensePtr->errorCode != 0 in DoSCSICommand() 335 sensePtr->errorCode = 0; in DoOriginalSCSICommand()
|
| D | MacSCSICommand.h | 189 uint8_t errorCode; /* 0 Class code, valid lbn */ member
|
| /netbsd/src/external/apache2/mDNSResponder/nss/ |
| D | nss_mdnsd.c | 753 DNSServiceErrorType errorCode, in _mdns_addrinfo_cb() argument 766 if (errorCode == kDNSServiceErr_NoError) { in _mdns_addrinfo_cb() 798 DNSServiceErrorType errorCode, in _mdns_hostent_cb() argument 819 if (errorCode == kDNSServiceErr_NoError) { in _mdns_hostent_cb() 844 } else if (errorCode == kDNSServiceErr_NoSuchRecord) { in _mdns_hostent_cb()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/ldaptcl/ |
| D | CHANGES | 23 - Sets errorCode with LDAP macro string value (better to test than the more
|
| D | neoXldap.c | 309 int errorCode; local 397 if ((errorCode = ldap_result2error (ldap, resultMessage, 0)) 402 ldap_err2string(errorCode), 406 LDAP_SetErrorCode(ldaptcl, errorCode, interp);
|
| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| D | cmp_server_test.c | 100 || !TEST_int_eq(ASN1_INTEGER_get(errorContent->errorCode), in execute_test_handle_request()
|
| /netbsd/src/external/bsd/openldap/dist/doc/rfc/ |
| D | rfc2589.txt | 269 If the operation was successful, the errorCode field in the 273 the errorCode field will contain an appropriate value, as follows: If 274 the entry named by entryName could not be located, the errorCode 276 errorCode field will contain "objectClassViolation". If the 287 errorCode field will contain "insufficientAccessRights". If the 288 requestTtl field is too large, the errorCode field will contain
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/kdc/ |
| D | announce.c | 212 DNSServiceErrorType errorCode __attribute__((unused)), in dnsCallback() argument
|
| /netbsd/src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| D | mDNS.c | 807 UErrorCode errorCode = U_ZERO_ERROR; in PunycodeConvert() local 809 … UIDNA *uts46 = uidna_openUTS46(UIDNA_USE_STD3_RULES|UIDNA_NONTRANSITIONAL_TO_UNICODE, &errorCode); in PunycodeConvert() 810 …UTF8(uts46, (const char *)src+1, src[0], (char *)dst+1, (int32_t)(end-(dst+1)), &info, &errorCode); in PunycodeConvert() 813 if (errorCode) LogMsg("uidna_nameToASCII_UTF8(%##s) failed errorCode %d", src, errorCode); in PunycodeConvert() 817 if (errorCode || info.errors || len > MAX_DOMAIN_LABEL) return mDNSNULL; in PunycodeConvert()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/ |
| D | ChangeLog-1993-2013 | 28715 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
|