/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | callbacks.h | 45 * dns_load_master / dns_rdata_fromtext call this to issue a error. 47 void (*error)(struct dns_rdatacallbacks *, const char *, ...); member in struct:dns_rdatacallbacks 70 * \li 'error' and 'warn' are set to default callbacks that print the 71 * error message through the DNS library log context.
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | gxba_test.c | 30 print_he(struct hostent *he, int error, const char *fun, const char *name) { argument 56 printf("%s(%s): error = %d (%s)\n", fun, name, error, 57 hstrerror(error)); 64 int error; local 91 he = getipnodebyaddr(addr, len, af, &error); 92 print_he(he, error, "getipnodebyaddr", argv[1]);
|
H A D | gxbn_test.c | 30 print_he(struct hostent *he, int error, const char *fun, const char *name) { argument 56 printf("%s(%s): error = %d (%s)\n", fun, name, error, 57 hstrerror(error)); 64 int error; local 73 &error); 74 print_he(he, error, "getipnodebyname", argv[1]); 79 &error); 80 print_he(he, error, "getipnodebyname", argv[1]);
|
/bind-9.6-ESV-R11/lib/dns/rdata/any_255/ |
H A D | tsig_250.h | 33 isc_uint16_t error; member in struct:dns_rdata_any_tsig
|
/bind-9.6-ESV-R11/lib/dns/rdata/generic/ |
H A D | tkey_249.h | 33 isc_uint16_t error; member in struct:dns_rdata_tkey
|
/bind-9.6-ESV-R11/contrib/pkcs11-keygen/ |
H A D | set_key_id.c | 26 int error = 0; local 98 error = 1; 113 error = 1; 120 error = 1; 129 error = 1; 140 error = 1; 149 error = 1; 158 exit(error);
|
H A D | destroyobj.c | 27 int error = 0; local 90 error = 1; 105 error = 1; 113 error = 1; 120 error = 1; 141 error = 1; 165 error = 1; 173 error = 1; 182 exit(error);
|
H A D | genkey.c | 43 int error = 0; local 134 error = 1; 149 error = 1; 157 error = 1; 163 error = 1; 168 error = 1; 189 error = 1; 196 error = 1; 205 exit(error);
|
H A D | listobjs.c | 27 int error = 0, public = 0, all = 0; local 97 error = 1; 113 error = 1; 121 error = 1; 130 error = 1; 157 error = 1; 187 error = 1; 196 exit(error);
|
H A D | readkey.c | 36 int error = 0; local 114 error = 1; 129 error = 1; 142 error = 1; 149 error = 1; 154 error = 1; 161 error = 1; 190 error = 1; 195 error = 1; 205 error [all...] |
H A D | writekey.c | 46 int error = 0; local 136 error = 1; 151 error = 1; 173 error = 1; 179 error = 1; 184 error = 1; 194 error = 1; 200 error = 1; 206 error = 1; 212 error [all...] |
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | strerror.c | 37 FormatError(int error); 76 snprintf(buf, size, "Unknown error: %u", unum); 86 * This only gets called if there is a system type of error and will likely 90 FormatError(int error) { argument 97 error, 108 * This routine checks the error value and calls the WSA Windows Sockets 110 * since those messages are not available in the system error messages. 116 /* Copy the error value first in case of other errors */ 121 /* Get the Winsock2 error messages */ 128 * If it's not one of the standard Unix error code [all...] |
H A D | interfaceiter.c | 112 int error; local 141 error = WSAGetLastError(); 142 if (error == WSAEAFNOSUPPORT) 144 isc__strerror(error, strbuf, sizeof(strbuf)); 169 error = WSAGetLastError(); 170 if (error != WSAEFAULT && error != WSAENOBUFS) { 171 errno = error; 172 isc__strerror(error, strbuf, sizeof(strbuf)); 221 error [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | ui.cpp | 124 impl::format_error(const std::string& prog_name, const std::string& error) argument 126 return format_text_with_tag("ERROR: " + error, prog_name + ": ", true); 170 impl::format_warning(const std::string& prog_name, const std::string& error) argument 172 return format_text_with_tag("WARNING: " + error, prog_name + ": ", true);
|
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/ |
H A D | loc_ntoa.c | 122 static char *error = "?"; local 146 (void) sprintf(ascii, "; error: unknown LOC RR version"); 202 sizestr = error; 204 hpstr = error; 206 vpstr = error; 214 if (sizestr != error) 216 if (hpstr != error) 218 if (vpstr != error)
|
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | soaserial.c | 87 int error; local 111 error = inc_soa_serial (fp, use_unixtime); /* .. inc soa serial no ... */ 115 return error; 230 ** return the error text of the inc_serial return coode 240 case -5: return "error on closing zone file"; 261 error ("can't change serial errno=%d\n", err);
|
H A D | misc.c | 616 ** returns -1 on error, 1 if the files differ and 0 if they 721 ** error (fmt, ...) 723 void error (char *fmt, ...) function 1033 error ("can't copy zone file %s\n", argv[1]);
|
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | gethost.c | 79 * for forward lookups. If an error occurs, an error code is returned in 80 * *error. resbuf is a pointer to a struct hostent which is initialised 89 * protocol family type -- PF_INET or PF_INET6. If an error occurs, the 90 * error code is returned in *error. The other function parameters are 103 * an error. In this case the global variable lwres_h_errno will contain 104 * one of the following error codes defined in \link netdb.h <lwres/netdb.h>:\endlink 110 * A recoverable error occurred, e.g., a timeout. Retrying the 114 * A non-recoverable error occurre 229 lwres_gethostbyname_r(const char *name, struct hostent *resbuf, char *buf, int buflen, int *error) argument 249 lwres_gethostbyaddr_r(const char *addr, int len, int type, struct hostent *resbuf, char *buf, int buflen, int *error) argument 270 lwres_gethostent_r(struct hostent *resbuf, char *buf, int buflen, int *error) argument [all...] |
/bind-9.6-ESV-R11/contrib/queryperf/missing/ |
H A D | getaddrinfo.c | 119 "System error returned in errno", /* EAI_SYSTEM */ 122 "Unknown error", /* EAI_MAX */ 130 error = EAI_MEMORY;\ 146 error = EAI_MEMORY;\ 159 #define ERR(err) { error = (err); goto bad; } 207 int i, error = 0; local 230 /* error check for hints */ 424 error = get_addr(hostname, pai->ai_family, &top, pai, port); 425 if (error == 0) { 431 error 453 int error = 0; local 480 int i, error, ekeep; local 549 int i, error = 0, h_error; local [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | utils.c | 185 atf_error_t error; local 188 error = atf_dynstr_init_ap(&formatted, contents, ap); 190 ATF_REQUIRE(!atf_is_error(error)); 226 * not return in error conditions. */ 269 atf_error_t error; local 272 error = atf_dynstr_init_ap(&formatted, regex, ap); 274 ATF_REQUIRE(!atf_is_error(error)); 303 atf_error_t error; local 306 error = atf_dynstr_init_ap(&formatted, regex, ap); 308 ATF_REQUIRE(!atf_is_error(error)); 329 atf_error_t error; local [all...] |
/bind-9.6-ESV-R11/bin/nsupdate/ |
H A D | nsupdate.c | 210 error(const char *format, ...) ISC_FORMAT_PRINTF(1, 2); 309 error(const char *format, ...) { function 1905 fatal("syntax error"); 1931 if (tsig.error != 0) { 1935 result = dns_tsigrcode_totext(tsig.error, b); 1996 fprintf(stderr, "; TSIG error with server: %s\n", 2183 error("specified zone '%s' does not exist (NXDOMAIN)",
|
/bind-9.6-ESV-R11/contrib/queryperf/ |
H A D | queryperf.c | 416 int error; local 427 if ((error = getaddrinfo(server_to_query, server_port, 1138 * Return 0 if cannot read a non-comment line (EOF or error) 1247 fprintf(stderr, "Set server error: unable to change " 1254 fprintf(stderr, "Set server error: unable to resolve " 1262 fprintf(stderr, "Set server error: " 1518 fprintf(stderr, "Unexpected error: We have run out of " 1531 fprintf(stderr, "Unexpected error: "
|