Searched refs:errorstring (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/dev/xen/xenstore/ |
| H A D | xenstore.c | 718 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.1/contrib/gcc/cp/ |
| H A D | typeck.c | 2322 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.1/contrib/ntp/lib/isc/win32/ |
| H A D | socket.c | 1110 char *errorstring, size_t bufsize) { in map_socket_error() argument 1208 isc__strerror(windows_errno, errorstring, bufsize); in map_socket_error()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-typeck.c | 1916 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.1/crypto/heimdal/lib/hx509/ |
| H A D | ChangeLog | 1148 * hx509_err.et: fix errorstring for PROXY_CERT_NAME_WRONG
|