Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/xen/xenstore/
HDxenstore.c774 xs_get_error(const char *errorstring) in xs_get_error() argument
779 if (!strcmp(errorstring, xsd_errors[i].errstring)) in xs_get_error()
783 errorstring); in xs_get_error()
/freebsd-11-stable/contrib/gcc/cp/
HDtypeck.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-11-stable/contrib/ntp/lib/isc/win32/
HDsocket.c1110 char *errorstring, size_t bufsize) { in map_socket_error() argument
1208 isc__strerror(windows_errno, errorstring, bufsize); in map_socket_error()
/freebsd-11-stable/contrib/gcc/
HDc-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-11-stable/crypto/heimdal/lib/hx509/
HDChangeLog1148 * hx509_err.et: fix errorstring for PROXY_CERT_NAME_WRONG