Searched refs:error (Results 1 - 25 of 94) sorted by relevance

1234

/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dcheck-style-common.awk32 error = 1
37 error = 0
78 if (error)
H A Dcheck-style-cpp.awk32 error = 1
37 error = 0
86 if (error)
H A Dcheck-style-c.awk32 error = 1
37 error = 0
90 if (error)
H A Dcheck-style-man.awk32 error = 1
37 error = 0
74 if (error)
H A Dcheck-style-shell.awk32 error = 1
37 error = 0
102 if (error)
/bind-9.6-ESV-R11/unit/atf-src/
H A Datf-c.h33 #include <atf-c/error.h>
/bind-9.6-ESV-R11/bin/tests/
H A Dgxbn_test.c30 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]);
H A Dgxba_test.c30 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]);
/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DBINDInstall.h41 #error include 'stdafx.h' before including this file for PCH
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dcallbacks.h45 * 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/lib/dns/rdata/any_255/
H A Dtsig_250.h33 isc_uint16_t error; member in struct:dns_rdata_any_tsig
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dtkey_249.h33 isc_uint16_t error; member in struct:dns_rdata_tkey
/bind-9.6-ESV-R11/contrib/pkcs11-keygen/
H A Ddestroyobj.c27 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 Dgenkey.c43 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 Dreadkey.c36 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 Dlistobjs.c27 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 Dset_key_id.c26 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 Dwritekey.c46 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/unit/atf-src/atf-c/
H A Dutils.c185 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/contrib/queryperf/missing/
H A Dgetaddrinfo.c119 "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/lib/isc/x86_64/include/isc/
H A Datomic.h28 #error "impossible case. check build configuration"
120 #error "unsupported compiler. disable atomic ops by --disable-atomic"
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dloc_ntoa.c122 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/lib/isc/win32/
H A Dinterfaceiter.c112 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/lib/lwres/
H A Dgethost.c79 * 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/idn/idnkit-1.0-src/lib/tests/
H A Dtestygen81 'error' => '',
102 $parser->{error}, $parser->{lineno});
130 $parser->{error} = 'syntax error';
145 $parser->{error} = 'syntax error';
156 $parser->{error} = 'syntax error';
177 $parser->{error} = 'syntax error';
[all...]

Completed in 27 milliseconds

1234