Home
last modified time | relevance | path

Searched refs:explanation (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd-12-stable/contrib/gdb/gdb/
Dcomplaints.c66 struct explanation struct
89 const struct explanation *explanation; member
96 static struct explanation symfile_explanations[] = {
121 (*c)->explanation = NULL; in get_complaints()
193 if (complaints->explanation == NULL) in vcomplaint()
206 complaints->explanation[series].prefix, msg, in vcomplaint()
207 complaints->explanation[series].postfix); in vcomplaint()
DREADME373 for a full explanation of `configure'.
/freebsd-12-stable/usr.sbin/bsdinstall/partedit/
Dgpart_ops.c46 gpart_show_error(const char *title, const char *explanation, const char *errstr) in gpart_show_error() argument
52 if (explanation == NULL) in gpart_show_error()
53 explanation = ""; in gpart_show_error()
60 sprintf(message, "%s%s. %s", explanation, in gpart_show_error()
63 sprintf(message, "%s%s", explanation, strerror(error)); in gpart_show_error()
65 sprintf(message, "%s%s", explanation, errmsg); in gpart_show_error()
/freebsd-12-stable/contrib/sendmail/libsm/
DREADME21 If a test fails read the explanation it generates. Sometimes it
32 the programs just issue an explanation when/how to use them).
/freebsd-12-stable/tools/tools/net80211/w00t/
DREADME22 Detailed explanation of tools.
/freebsd-12-stable/lib/libpam/pam.d/
DREADME11 See the pam(3) manual page for an explanation of the workings of the
/freebsd-12-stable/contrib/ncurses/include/
Dncurses_defs30 # See "MKncurses_def.sh" for an explanation.
/freebsd-12-stable/crypto/openssl/doc/man3/
DRAND_DRBG_new.pod60 ctr_df. For an explanation, see [NIST SP 800-90A Rev. 1].
DEVP_CIPHER_meth_new.pod157 explanation or they get removed. /RL
/freebsd-12-stable/contrib/serf/
Ddesign-guide.txt63 ### need more explanation of strategy/solution ...
/freebsd-12-stable/contrib/ntp/
DREADME15 A complete explanation of the configure, compile and install process, as
/freebsd-12-stable/contrib/gcc/config/i386/
Dsync.md201 ;; See above for the explanation of using the constraint "SD" for
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
Dgmock-matchers.h851 inline void PrintIfNotEmpty(const std::string& explanation, in PrintIfNotEmpty() argument
853 if (explanation != "" && os != NULL) { in PrintIfNotEmpty()
854 *os << ", " << explanation; in PrintIfNotEmpty()
3326 const std::string explanation = inner_listener.str();
3327 if (explanation != "") {
3328 *listener << "whose first field is a value " << explanation;
/freebsd-12-stable/contrib/googletest/googletest/docs/
DXcodeGuide.md3 …enced users. After the quick start, the guide goes provides additional explanation about each step.
/freebsd-12-stable/contrib/binutils/gprof/po/
Dgprof.pot112 "\t\t Call graph (explanation follows)\n"
Dms.po123 "\t\t Call graph (explanation follows)\n"
/freebsd-12-stable/contrib/subversion/doc/programmer/
DWritingChangeLogs.txt99 If you find yourself writing a significant explanation in the
/freebsd-12-stable/tools/test/testfloat/
DsystemBugs.txt30 explanation. The error lines given are not necessarily exhaustive and were
/freebsd-12-stable/crypto/openssl/crypto/
Dsparccpuid.S390 ! see above for explanation
/freebsd-12-stable/contrib/one-true-awk/
DChangeLog163 * awk.1: Improve use of macros, add some additional explanation
/freebsd-12-stable/contrib/libstdc++/include/tr1/
Dtype_traits433 // See Daveed Vandevoorde explanation in http://tinyurl.com/502f.
/freebsd-12-stable/tools/tools/sysdoc/
Dtunables.mdoc2172 man page for a more detailed explanation on this
2338 for a detailed explanation of this
/freebsd-12-stable/contrib/ncurses/
DMANIFEST97 ./Ada95/samples/sample-explanation.adb
98 ./Ada95/samples/sample-explanation.ads
/freebsd-12-stable/contrib/gdtoa/
DREADME298 IEEE-like arithmetic, some explanation of struct FPI and the bits
/freebsd-12-stable/contrib/googletest/googlemock/test/
Dgmock-matchers_test.cc3637 const std::string explanation = in TEST_F() local
3641 EXPECT_TRUE(explanation == "which is 1.2e-10 from 2.1" || // GCC in TEST_F()
3642 explanation == "which is 1.2e-010 from 2.1") // MSVC in TEST_F()
3643 << " where explanation is \"" << explanation << "\"."; in TEST_F()

1234