Searched refs:explain (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dopt-jobs-no-action.exp1 begin explain
16 end explain
H A Dopt-jobs-no-action.mk42 @+echo hide-from-output 'begin explain'
64 @+echo hide-from-output 'end explain'
H A Dcond-func-empty.mk37 # XXX: This is hard to explain to someone who doesn't know these
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregerror.c57 const char *explain; member in struct:rerr
108 s = r->explain;
/freebsd-13-stable/lib/libc/regex/
H A Dregerror.c89 const char *explain; member in struct:rerr
143 s = r->explain;
/freebsd-13-stable/contrib/nvi/regex/
H A Dregerror.c87 const char *explain; member in struct:rerr
138 s = r->explain;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp69 switch (opts::explain::InputType) {
70 case opts::explain::InputFileType::DBIStream: {
77 case opts::explain::InputFileType::PDBStream: {
H A Dllvm-pdbutil.h205 namespace explain { namespace in namespace:opts
211 } // namespace explain
H A Dllvm-pdbutil.cpp121 cl::SubCommand ExplainSubcommand("explain",
704 namespace explain { namespace in namespace:opts
709 cl::list<uint64_t> Offsets("offset", cl::desc("The file offset to explain"),
725 } // namespace explain
1348 static void explain() { function
1351 ExitOnErr(InputFile::open(opts::explain::InputFilename.front(), true));
1353 for (uint64_t Off : opts::explain::Offsets) {
1568 explain();
/freebsd-13-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c203 void (*explain)(const char *name); member in struct:cpu_type
1968 the_cpu.explain = explain_name_sb;
1977 the_cpu.explain = explain_name_ib;
1987 the_cpu.explain = explain_name_has;
1997 the_cpu.explain = explain_name_broad;
2556 (*the_cpu.explain)(the_cpu.ents[i].name);
2865 printf("-h -- Don't do the expression I put in -e xxx just explain what it does and exit\n");
2866 printf("-H -- Don't run anything, just explain all canned expressions\n");
2888 (*the_cpu.explain)(name);
/freebsd-13-stable/contrib/bmake/mk/
H A Ddirdeps.mk653 # Handle it here rather than explain how.
/freebsd-13-stable/share/mk/
H A Ddirdeps.mk667 # Handle it here rather than explain how.
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c6366 ** these functions, we will not explain what they do.
18964 u8 explain; /* True if the EXPLAIN flag is found on the query */ member in struct:Parse
21017 ** "explain" P4 display logic is enabled.
21411 bft explain:2; /* True if EXPLAIN present on SQL command */ member in struct:Vdbe
[all...]

Completed in 434 milliseconds