Searched refs:errorstring (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/Resolver/
H A DBase.pm97 errorstring => 'unknown error or no error',
345 $self->errorstring($defres->errorstring);
405 $self->errorstring($self->defaults->{'errorstring'});
496 $self->errorstring('no nameservers');
547 $self->errorstring($!);
562 $self->errorstring('timeout');
575 $self->errorstring("expected $len bytes, " .
582 $self->errorstring(
[all...]
H A DRecurse.pm141 $self->errorstring="Recursion to deep, abborted";
/macosx-10.9.5/KerberosHelper-148/Source/
H A DLKDCHelper-common.c32 static const char *errorstring[] = { variable
62 p = errorstring[err - kLKDCHelperErrorBase - 1];
/macosx-10.9.5/Heimdal-323.92.1/kcm/
H A Dmain.c125 char *errorstring; local
126 ret = sandbox_init("kcm", SANDBOX_NAMED, &errorstring);
128 errx(1, "sandbox_init failed: %d: %s", ret, errorstring);
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dmain.c185 char *errorstring; local
186 ret = sandbox_init("kdc", SANDBOX_NAMED, &errorstring);
188 errx(1, "sandbox_init failed: %d: %s", ret, errorstring);
H A Ddigest-service.c1725 char *errorstring; local
1726 ret = sandbox_init("kdc", SANDBOX_NAMED, &errorstring);
1728 errx(1, "sandbox_init failed: %d: %s", ret, errorstring);
/macosx-10.9.5/CPANInternal-140/Net-DNS/demo/
H A Dperldig58 die "zone transfer failed: ", $res->errorstring, "\n";
68 die "query failed: ", $res->errorstring, "\n";
H A Dmx42 print "Can't find MX hosts for $dname: ", $res->errorstring, "\n";
H A Dcheck_soa54 die "No nameservers found for $domain: ", $res->errorstring, "\n"
85 warn "Can not find address for $ns: ", $res->errorstring, "\n";
104 warn $res->errorstring, "\n";
H A Dcheck_zone81 $res->errorstring, "\n";
98 warn "Zone transfer failed: ", $res->errorstring, "\n";
H A Daxfr77 die "couldn't get SOA for $zone: ", $res->errorstring, "\n"
97 die "couldn't transfer zone: ", $res->errorstring, "\n" unless @zone;
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dnssec/
H A Ddnssec_update_test.pl84 print "I:Update failed: ", $res->errorstring, "\n";
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/stress/
H A Dupdate.pl89 print "I:Update failed: ", $res->errorstring, "\n";
/macosx-10.9.5/Heimdal-323.92.1/kadmin/
H A Dkadmind.c200 char *errorstring; local
201 ret = sandbox_init("kadmind", SANDBOX_NAMED, &errorstring);
203 errx(1, "sandbox_init failed: %d: %s", ret, errorstring);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxsmfns.c442 char errorstring[SM_ERRORSTRING_LEN]; local
487 The errorstring is here for debugging. */
497 errorstring);
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/
H A DUpdate.pm118 print 'Update failed: ', $res->errorstring, "\n";
H A DResolver.pm282 print 'Zone transfer failed: ', $res->errorstring, "\n";
374 $socket = $res->bgsend($packet_object) || die " $res->errorstring";
395 errorstring method.
561 =head2 errorstring
563 print 'query status: ', $res->errorstring, "\n";
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/
H A DDNS.pm820 warn "query failed: ", $res->errorstring, "\n";
835 warn "query failed: ", $res->errorstring, "\n";
850 warn "Can't find MX records for $name: ", $res->errorstring, "\n";
863 print "query failed: ", $res->errorstring, "\n";
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/nsupdate/
H A Dupdate_test.pl89 print "I:Update failed: ", $res->errorstring, "\n";
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Dhelper-stubs.c45 static const char *errorstring[] = variable
76 p = errorstring[err - mDNSHelperErrorBase - 1];
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dscrolledlistbox.itk679 [lsort -${mode} $vals]} errorstring]} {
/macosx-10.9.5/CPANInternal-140/Net-DNS/contrib/
H A Dcheck_zone185 $res->errorstring, "\n";
227 $res->errorstring, "\n";
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dinfo.el3052 (defun Info-get-token (pos start all &optional errorstring)
3085 (cond ((null errorstring)
3087 ((eq errorstring t)
3091 (error "No %s around position %d" errorstring pos))))))))
/macosx-10.9.5/vim-53/src/
H A Dos_unix.c6890 char errorstring[80]; local
6933 sizeof(errorstring),
6934 errorstring);
6942 _("XSMP SmcOpenConnection failed: %s"), errorstring);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dsocket.c1105 char *errorstring, size_t bufsize) {
1203 isc__strerror(windows_errno, errorstring, bufsize);
1104 map_socket_error(isc_socket_t *sock, int windows_errno, int *isc_errno, char *errorstring, size_t bufsize) argument

Completed in 316 milliseconds

12