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

/freebsd-11-stable/sys/dev/xen/xenstore/
H A Dxenstore.c767 * \param errorstring The error string to convert.
774 xs_get_error(const char *errorstring) argument
779 if (!strcmp(errorstring, xsd_errors[i].errstring))
783 errorstring);
/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck.c2327 build_x_indirect_ref (tree expr, const char *errorstring)
2342 rval = build_indirect_ref (expr, errorstring);
2351 build_indirect_ref (tree ptr, const char *errorstring)
2419 error ("invalid use of %qs on pointer to member", errorstring);
2422 if (errorstring)
2423 error ("invalid type argument of %qs", errorstring);
2322 build_x_indirect_ref(tree expr, const char *errorstring) argument
2346 build_indirect_ref(tree ptr, const char *errorstring) argument
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dsocket.c1110 char *errorstring, size_t bufsize) {
1208 isc__strerror(windows_errno, errorstring, bufsize);
1109 map_socket_error(isc_socket_t *sock, int windows_errno, int *isc_errno, char *errorstring, size_t bufsize) argument
/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c1926 build_indirect_ref (tree ptr, const char *errorstring)
1980 error ("invalid type argument of %qs (have %qT)", errorstring, type);
1916 build_indirect_ref(tree ptr, const char *errorstring) argument

Completed in 221 milliseconds