Searched refs:explanation (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
H A Dcomplaints.c35 start off with explanation. case 2: Subsequent message of a series
36 that needs no explanation (the user already knows we have a problem
41 /* First message of a series, includes an explanation. */
44 of explanation. */
46 /* Subsequent message of a series that needs no explanation (the
66 struct explanation struct
79 must start off with explanation. case 2: Subsequent message of a
80 series that needs no explanation (the user already knows we have
89 const struct explanation *explanation; member in struct:complaints
[all...]
/freebsd-12-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c46 gpart_show_error(const char *title, const char *explanation, const char *errstr) argument
52 if (explanation == NULL)
53 explanation = "";
60 sprintf(message, "%s%s. %s", explanation,
63 sprintf(message, "%s%s", explanation, strerror(error));
65 sprintf(message, "%s%s", explanation, errmsg);
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h105 // Returns true iff the listener is interested in an explanation of
107 // this information to avoid generating the explanation when no one
155 // generate an explanation like "which points to ...".
157 // Implementations of MatchAndExplain() should add an explanation of
161 // succeeds is not a factor in deciding whether an explanation is
217 // A match result listener that stores the explanation in a string.
222 // Returns the explanation accumulated so far.
225 // Clears the explanation accumulated so far.
261 // A match result listener that ignores the explanation.
270 // A match result listener that forwards the explanation t
851 PrintIfNotEmpty(const std::string& explanation, ::std::ostream* os) argument
854 *os << ", " << explanation; local
3326 const std::string explanation = inner_listener.str(); local
3328 *listener << "whose first field is a value " << explanation; local
[all...]
/freebsd-12-stable/crypto/openssl/crypto/
H A Dsparccpuid.S390 ! see above for explanation
/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc1634 // If only the first match has an explanation, only this explanation should
1641 // If only the second match has an explanation, only this explanation should
2642 // matcher doesn't give an explanation, so only the first matcher's
2643 // explanation is printed.
2653 // matcher doesn't given an explanation.
2670 // explain. Since it doesn't given an explanation, nothing is
2872 // matcher doesn't give an explanation, so only the first matcher's
2873 // explanation i
3637 const std::string explanation = local
[all...]
/freebsd-12-stable/sys/dev/isp/
H A Dispmbox.h2676 uint8_t explanation; member in struct:__anon13494::__anon13495::__anon13497
H A Disp_library.c3293 ISP_IOXPUT_8(isp, src->abts_rsp_payload.ba_rjt.explanation, &dst->abts_rsp_payload.ba_rjt.explanation);
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex4988 \comment % For explanation, see the end of \def\group.
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex6385 \comment % For explanation, see the end of def\group.

Completed in 328 milliseconds