Home
last modified time | relevance | path

Searched refs:errorstring (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mpl/bind/dist/bin/tests/system/dnssec/
H A Ddnssec_update_test.pl78 print "Update failed: ", $res->errorstring, "\n";
/netbsd-src/sys/arch/xen/xenbus/
H A Dxenbus_xs.c100 get_error(const char *errorstring) in get_error() argument
104 for (i = 0; !streq(errorstring, xsd_errors[i].errstring); i++) { in get_error()
108 errorstring); in get_error()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c3329 build_x_indirect_ref (location_t loc, tree expr, ref_operator errorstring, in build_x_indirect_ref() argument
3349 rval = cp_build_indirect_ref (loc, expr, errorstring, complain); in build_x_indirect_ref()
3383 cp_build_indirect_ref_1 (location_t loc, tree ptr, ref_operator errorstring, in cp_build_indirect_ref_1() argument
3390 gcc_checking_assert (errorstring != RO_NULL || do_fold); in cp_build_indirect_ref_1()
3460 switch (errorstring) in cp_build_indirect_ref_1()
3481 invalid_indirection_error (loc, type, errorstring); in cp_build_indirect_ref_1()
3489 build_indirect_ref (location_t loc, tree ptr, ref_operator errorstring) in build_indirect_ref() argument
3491 return cp_build_indirect_ref_1 (loc, ptr, errorstring, in build_indirect_ref()
3509 cp_build_indirect_ref (location_t loc, tree ptr, ref_operator errorstring, in cp_build_indirect_ref() argument
3512 return cp_build_indirect_ref_1 (loc, ptr, errorstring, complain, false); in cp_build_indirect_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc3566 build_x_indirect_ref (location_t loc, tree expr, ref_operator errorstring, in build_x_indirect_ref() argument
3600 rval = cp_build_indirect_ref (loc, expr, errorstring, complain); in build_x_indirect_ref()
3634 cp_build_indirect_ref_1 (location_t loc, tree ptr, ref_operator errorstring, in cp_build_indirect_ref_1() argument
3641 gcc_checking_assert (errorstring != RO_NULL || do_fold); in cp_build_indirect_ref_1()
3711 switch (errorstring) in cp_build_indirect_ref_1()
3732 invalid_indirection_error (loc, type, errorstring); in cp_build_indirect_ref_1()
3740 build_indirect_ref (location_t loc, tree ptr, ref_operator errorstring) in build_indirect_ref() argument
3742 return cp_build_indirect_ref_1 (loc, ptr, errorstring, in build_indirect_ref()
3760 cp_build_indirect_ref (location_t loc, tree ptr, ref_operator errorstring, in cp_build_indirect_ref() argument
3763 return cp_build_indirect_ref_1 (loc, ptr, errorstring, complain, false); in cp_build_indirect_ref()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A DChangeLog1148 * hx509_err.et: fix errorstring for PROXY_CERT_NAME_WRONG