Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/xen/xenstore/
Dxenstore.c718 xs_get_error(const char *errorstring) in xs_get_error() argument
723 if (!strcmp(errorstring, xsd_errors[i].errstring)) in xs_get_error()
727 errorstring); in xs_get_error()
/freebsd-12-stable/contrib/gcc/cp/
Dtypeck.c2322 build_x_indirect_ref (tree expr, const char *errorstring) in build_x_indirect_ref() argument
2337 rval = build_indirect_ref (expr, errorstring); in build_x_indirect_ref()
2346 build_indirect_ref (tree ptr, const char *errorstring) in build_indirect_ref() argument
2414 error ("invalid use of %qs on pointer to member", errorstring); in build_indirect_ref()
2417 if (errorstring) in build_indirect_ref()
2418 error ("invalid type argument of %qs", errorstring); in build_indirect_ref()
/freebsd-12-stable/contrib/gcc/
Dc-typeck.c1916 build_indirect_ref (tree ptr, const char *errorstring) in build_indirect_ref() argument
1970 error ("invalid type argument of %qs (have %qT)", errorstring, type); in build_indirect_ref()
/freebsd-12-stable/crypto/heimdal/lib/hx509/
DChangeLog1148 * hx509_err.et: fix errorstring for PROXY_CERT_NAME_WRONG