/bind-9.11.3/unit/atf-src/admin/ |
H A D | check-style-common.awk | 28 error = 1 33 error = 0 74 if (error)
|
H A D | check-style-cpp.awk | 28 error = 1 33 error = 0 82 if (error)
|
H A D | check-style-c.awk | 28 error = 1 33 error = 0 86 if (error)
|
H A D | check-style-man.awk | 28 error = 1 33 error = 0 70 if (error)
|
H A D | check-style-shell.awk | 28 error = 1 33 error = 0 98 if (error)
|
/bind-9.11.3/lib/samples/ |
H A D | sample-gai.c | 25 int error; local 32 error = getaddrinfo(hostname, "http", &hints, &res0); 33 if (error) { 35 hostname, family, gai_strerror(error)); 40 error = getnameinfo(res->ai_addr, 44 if (error == 0) 45 error = getnameinfo(res->ai_addr, 49 if (error != 0) { 51 gai_strerror(error));
|
/bind-9.11.3/unit/atf-src/ |
H A D | atf-c.h | 29 #include <atf-c/error.h>
|
/bind-9.11.3/bin/tests/ |
H A D | gxbn_test.c | 22 print_he(struct hostent *he, int error, const char *fun, const char *name) { argument 48 printf("%s(%s): error = %d (%s)\n", fun, name, error, 49 hstrerror(error)); 56 int error; local 65 &error); 66 print_he(he, error, "getipnodebyname", argv[1]); 71 &error); 72 print_he(he, error, "getipnodebyname", argv[1]);
|
H A D | backtrace_test.c | 31 int error = 0; local 44 error++; 50 error++; 54 error++; 57 if (error) { 74 return (error);
|
H A D | gxba_test.c | 22 print_he(struct hostent *he, int error, const char *fun, const char *name) { argument 48 printf("%s(%s): error = %d (%s)\n", fun, name, error, 49 hstrerror(error)); 56 int error; local 83 he = getipnodebyaddr(addr, len, af, &error); 84 print_he(he, error, "getipnodebyaddr", argv[1]);
|
/bind-9.11.3/bin/win32/BINDInstall/ |
H A D | BINDInstall.h | 32 #error include 'stdafx.h' before including this file for PCH
|
/bind-9.11.3/lib/dns/rdata/any_255/ |
H A D | tsig_250.h | 24 isc_uint16_t error; member in struct:dns_rdata_any_tsig
|
/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | tkey_249.h | 24 isc_uint16_t error; member in struct:dns_rdata_tkey
|
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | utils.c | 57 atf_error_t error; local 59 error = atf_dynstr_init_fmt(name, "atf_utils_fork_%d_%s.txt", 61 if (atf_is_error(error)) { 63 atf_error_format(error, buffer, sizeof(buffer)); 209 atf_error_t error; local 212 error = atf_dynstr_init_ap(&formatted, contents, ap); 214 ATF_REQUIRE(!atf_is_error(error)); 250 * not return in error conditions. */ 302 atf_error_t error; local 305 error 336 atf_error_t error; local 362 atf_error_t error; local [all...] |
H A D | Makefile.am.inc | 31 atf-c/error.c \ 32 atf-c/error.h \ 70 atf-c/error.h \
|
/bind-9.11.3/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.11.3/lib/isc/x86_64/include/isc/ |
H A D | atomic.h | 20 #error "impossible case. check build configuration" 132 #error "unsupported compiler. disable atomic ops by --disable-atomic"
|
/bind-9.11.3/bin/pkcs11/ |
H A D | pkcs11-destroy.c | 87 int error = 0; local 165 fprintf(stderr, "Unrecoverable error initializing " 179 error = 1; 186 error = 1; 215 error = 1; 250 error = 1; 254 if (error == 0) 261 error = 1; 268 exit(error);
|
/bind-9.11.3/bin/tests/pkcs11/ |
H A D | pkcs11-md5sum.c | 90 int error = 0; local 159 error = 1; 174 error = 1; 189 error = 1; 202 error = 1; 211 error = 1; 216 error = 1; 227 exit(error);
|
H A D | pkcs11-hmacmd5.c | 107 int error = 0; local 237 error = 1; 242 error = 1; 249 error = 1; 264 error = 1; 279 error = 1; 292 error = 1; 301 error = 1; 306 error = 1; 315 if ((error [all...] |
/bind-9.11.3/bin/tests/system/dyndb/driver/ |
H A D | log.h | 8 #include <isc/error.h>
|
/bind-9.11.3/bin/tests/system/statschannel/ |
H A D | fetch.pl | 37 my $file = $ff->fetch() or die $ff->error;
|
/bind-9.11.3/bin/tests/system/coverage/ |
H A D | tests.sh | 32 args= warn= error= ok= retcode= match= 45 if [ $found -ne $error ]; then 46 echo "error count was $found expected $error"
|
/bind-9.11.3/lib/isc/win32/ |
H A D | interfaceiter.c | 106 int error; local 138 error = WSAGetLastError(); 139 if (error == WSAEAFNOSUPPORT) 141 isc__strerror(error, strbuf, sizeof(strbuf)); 166 error = WSAGetLastError(); 167 if (error != WSAEFAULT && error != WSAENOBUFS) { 168 errno = error; 169 isc__strerror(error, strbuf, sizeof(strbuf)); 219 error [all...] |
/bind-9.11.3/lib/lwres/ |
H A D | gethost.c | 70 * for forward lookups. If an error occurs, an error code is returned in 71 * *error. resbuf is a pointer to a struct hostent which is initialised 80 * protocol family type -- PF_INET or PF_INET6. If an error occurs, the 81 * error code is returned in *error. The other function parameters are 94 * an error. In this case the global variable lwres_h_errno will contain 95 * one of the following error codes defined in \link netdb.h <lwres/netdb.h>:\endlink 101 * A recoverable error occurred, e.g., a timeout. Retrying the 105 * A non-recoverable error occurre 223 lwres_gethostbyname_r(const char *name, struct hostent *resbuf, char *buf, int buflen, int *error) argument 243 lwres_gethostbyaddr_r(const char *addr, int len, int type, struct hostent *resbuf, char *buf, int buflen, int *error) argument 264 lwres_gethostent_r(struct hostent *resbuf, char *buf, int buflen, int *error) argument [all...] |