Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 25 of 2670) sorted by relevance

12345678910>>...107

/netbsd-src/crypto/external/bsd/heimdal/dist/tests/db/
H A Dloaddump-db.in70 ${kadmin} dump out-current-db || exit 1
73 ${kadmin} dump out-current-db2 || exit 1
80 ${kadmin} load ${srcdir}/text-dump-0.7 || exit 1
81 ${propdb} > db-dump.tmp|| exit 1
83 ${propddb} < db-dump.tmp || exit 1
84 ${kadmin} dump | sort | sed 's/[0-9]* -$//' > out-text-dump-0.7 || exit 1
85 sort < ${srcdir}/text-dump-0.7 | \
86 sed 's/[0-9]*$//' > out-text-dump-0.7-orig || exit 1
87 cmp out-text-dump-0.7-orig out-text-dump-0.7 || exit 1
90 ${kadmin} load ${srcdir}/text-dump-no-ext || exit 1
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-div.c90 dump ("a", a); in testmain()
91 dump ("b", b); in testmain()
92 dump ("r ", r); in testmain()
93 dump ("rref", rr); in testmain()
94 dump ("q ", q); in testmain()
95 dump ("qref", rq); in testmain()
103 dump ("a", a); in testmain()
104 dump ("b", b); in testmain()
105 dump ("q ", q); in testmain()
106 dump ("qref", rq); in testmain()
[all …]
H A Dt-mpq_muldiv.c82 dump ("an", an); in testmain()
83 dump ("ad", ad); in testmain()
84 dump ("bn", bn); in testmain()
85 dump ("bd", bd); in testmain()
86 dump ("refn", rn); in testmain()
87 dump ("refd", rd); in testmain()
88 dump ("resn", mpq_numref (resq)); in testmain()
89 dump ("resd", mpq_denref (resq)); in testmain()
102 dump ("an", an); in testmain()
103 dump ("ad", ad); in testmain()
[all …]
H A Dt-logops.c48 dump ("a", a); in testlogops()
49 dump ("b", b); in testlogops()
50 dump ("r", res); in testlogops()
51 dump ("ref", ref); in testlogops()
60 dump ("a", a); in testlogops()
61 dump ("b", b); in testlogops()
62 dump ("r", res); in testlogops()
63 dump ("ref", ref); in testlogops()
72 dump ("a", a); in testlogops()
73 dump ("b", b); in testlogops()
[all …]
H A Dt-mpq_addsub.c119 dump ("a", a); in testmain()
120 dump ("b", b); in testmain()
121 dump ("c", c); in testmain()
122 dump ("q", q); in testmain()
129 dump ("a", a); in testmain()
130 dump ("b", b); in testmain()
131 dump ("r", r); in testmain()
132 dump ("D", mpq_denref (rr)); in testmain()
149 dump ("a", a); in testmain()
150 dump ("b", b); in testmain()
[all …]
H A Dt-mul.c54 dump ("a", a); in testmain()
55 dump ("b", b); in testmain()
56 dump ("r", res); in testmain()
57 dump ("ref", ref); in testmain()
72 dump ("a", a); in testmain()
73 dump ("b", b); in testmain()
74 dump ("ref", ref); in testmain()
84 dump ("a", a); in testmain()
85 dump ("b", b); in testmain()
86 dump ("r", res_ui); in testmain()
[all …]
H A Dt-bitops.c48 dump ("a", a); in testmain()
50 dump ("r", res); in testmain()
51 dump ("ref", ref); in testmain()
57 dump ("res", a); in testmain()
67 dump ("a", a); in testmain()
69 dump ("r", res); in testmain()
70 dump ("ref", ref); in testmain()
76 dump ("res", a); in testmain()
87 dump ("a", a); in testmain()
89 dump ("r", res); in testmain()
[all …]
H A Dt-gcd.c124 dump ("a", a); in testmain()
125 dump ("b", b); in testmain()
126 dump ("r", g); in testmain()
127 dump ("ref", s); in testmain()
154 dump ("a", a); in testmain()
155 dump ("b", b); in testmain()
156 dump ("g", g); in testmain()
157 dump ("s", s); in testmain()
158 dump ("t", t); in testmain()
166 dump ("a", a); in testmain()
[all …]
H A Dt-mpq_str.c121 dump ("got_num", mpq_numref (a)); in test_small()
122 dump ("got_den", mpq_denref (a)); in test_small()
123 dump ("ref_num", mpq_numref (b)); in test_small()
124 dump ("ref_den", mpq_denref (b)); in test_small()
194 dump ("a_num", mpq_numref (a)); in testmain()
195 dump ("a_den", mpq_denref (a)); in testmain()
211 dump ("a_num", mpq_numref (a)); in testmain()
212 dump ("a_den", mpq_denref (a)); in testmain()
232 dump ("a_num", mpq_numref (a)); in testmain()
233 dump ("a_den", mpq_denref (a)); in testmain()
[all …]
H A Dt-lcm.c47 dump ("a", a); in testmain()
48 dump ("b", b); in testmain()
49 dump ("r", g); in testmain()
50 dump ("ref", s); in testmain()
60 dump ("a", a); in testmain()
61 dump ("b", b); in testmain()
62 dump ("r", g); in testmain()
63 dump ("ref", s); in testmain()
H A Dt-lucm.c62 dump ("m", m); in testmain()
63 dump ("vm", vm); in testmain()
64 dump ("qm", qm); in testmain()
81 dump ("m", m); in testmain()
82 dump ("vm", vm); in testmain()
83 dump ("vr", vr); in testmain()
84 dump ("vt", vt); in testmain()
85 dump ("qm", qm); in testmain()
86 dump ("qr", qr); in testmain()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymDumper.h24 virtual void dump(const PDBSymbolAnnotation &Symbol);
25 virtual void dump(const PDBSymbolBlock &Symbol);
26 virtual void dump(const PDBSymbolCompiland &Symbol);
27 virtual void dump(const PDBSymbolCompilandDetails &Symbol);
28 virtual void dump(const PDBSymbolCompilandEnv &Symbol);
29 virtual void dump(const PDBSymbolCustom &Symbol);
30 virtual void dump(const PDBSymbolData &Symbol);
31 virtual void dump(const PDBSymbolExe &Symbol);
32 virtual void dump(const PDBSymbolFunc &Symbol);
33 virtual void dump(const PDBSymbolFuncDebugEnd &Symbol);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBSymDumper.cpp24 void PDBSymDumper::dump(const PDBSymbolAnnotation &Symbol) { in dump() function in PDBSymDumper
28 void PDBSymDumper::dump(const PDBSymbolBlock &Symbol) { in dump() function in PDBSymDumper
32 void PDBSymDumper::dump(const PDBSymbolCompiland &Symbol) { in dump() function in PDBSymDumper
36 void PDBSymDumper::dump(const PDBSymbolCompilandDetails &Symbol) { in dump() function in PDBSymDumper
40 void PDBSymDumper::dump(const PDBSymbolCompilandEnv &Symbol) { in dump() function in PDBSymDumper
44 void PDBSymDumper::dump(const PDBSymbolCustom &Symbol) { in dump() function in PDBSymDumper
48 void PDBSymDumper::dump(const PDBSymbolData &Symbol) { in dump() function in PDBSymDumper
52 void PDBSymDumper::dump(const PDBSymbolExe &Symbol) { in dump() function in PDBSymDumper
56 void PDBSymDumper::dump(const PDBSymbolFunc &Symbol) { in dump() function in PDBSymDumper
60 void PDBSymDumper::dump(const PDBSymbolFuncDebugEnd &Symbol) { in dump() function in PDBSymDumper
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/APINotes/
H A DAPINotesTypes.cpp14 LLVM_DUMP_METHOD void CommonEntityInfo::dump(llvm::raw_ostream &OS) const { in dump() function in clang::api_notes::CommonEntityInfo
26 LLVM_DUMP_METHOD void CommonTypeInfo::dump(llvm::raw_ostream &OS) const { in dump() function in clang::api_notes::CommonTypeInfo
27 static_cast<const CommonEntityInfo &>(*this).dump(OS); in dump()
35 LLVM_DUMP_METHOD void ObjCContextInfo::dump(llvm::raw_ostream &OS) { in dump() function in clang::api_notes::ObjCContextInfo
36 static_cast<CommonTypeInfo &>(*this).dump(OS); in dump()
48 LLVM_DUMP_METHOD void VariableInfo::dump(llvm::raw_ostream &OS) const { in dump() function in clang::api_notes::VariableInfo
49 static_cast<const CommonEntityInfo &>(*this).dump(OS); in dump()
57 LLVM_DUMP_METHOD void ObjCPropertyInfo::dump(llvm::raw_ostream &OS) const { in dump() function in clang::api_notes::ObjCPropertyInfo
58 static_cast<const VariableInfo &>(*this).dump(OS); in dump()
64 LLVM_DUMP_METHOD void ParamInfo::dump(llvm::raw_ostream &OS) const { in dump() function in clang::api_notes::ParamInfo
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Ddump3 # $File: dump,v 1.17 2018/06/26 01:07:17 christos Exp $
4 # dump: file(1) magic for dump file format--for new and old dump filesystems
8 0 name new-dump-be
9 >4 bedate x This dump %s,
10 >8 bedate x Previous dump %s,
27 0 name old-dump-be
28 #>4 bedate x This dump %s,
29 #>8 bedate x Previous dump %s,
46 0 name ufs2-dump-be
47 >896 beqdate x This dump %s,
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dlto-dump.texi28 @setfilename lto-dump
32 @node lto-dump
33 @chapter @command{lto-dump}---Tool for dumping LTO object files.
36 * lto-dump Intro:: Introduction to lto-dump.
37 * Invoking lto-dump:: How to use lto-dump.
40 @node lto-dump Intro
41 @section Introduction to @command{lto-dump}
44 @command{lto-dump} is a tool you can use in conjunction with GCC to
45 dump link time optimization object files.
49 @node Invoking lto-dump
[all …]
H A Dgcov-dump.texi28 @setfilename gcov-dump
29 @settitle offline gcda and gcno profile dump tool
32 @node Gcov-dump
33 @chapter @command{gcov-dump}---an Offline Gcda and Gcno Profile Dump Tool
36 * Gcov-dump Intro:: Introduction to gcov-dump.
37 * Invoking Gcov-dump:: How to use gcov-dump.
40 @node Gcov-dump Intro
41 @section Introduction to @command{gcov-dump}
44 @command{gcov-dump} is a tool you can use in conjunction with GCC to
45 dump content of gcda and gcno profile files offline.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dlto-dump.texi28 @setfilename lto-dump
32 @node lto-dump
33 @chapter @command{lto-dump}---Tool for dumping LTO object files.
36 * lto-dump Intro:: Introduction to lto-dump.
37 * Invoking lto-dump:: How to use lto-dump.
40 @node lto-dump Intro
41 @section Introduction to @command{lto-dump}
44 @command{lto-dump} is a tool you can use in conjunction with GCC to
45 dump link time optimization object files.
49 @node Invoking lto-dump
[all …]
H A Dgcov-dump.texi28 @setfilename gcov-dump
29 @settitle offline gcda and gcno profile dump tool
32 @node Gcov-dump
33 @chapter @command{gcov-dump}---an Offline Gcda and Gcno Profile Dump Tool
36 * Gcov-dump Intro:: Introduction to gcov-dump.
37 * Invoking Gcov-dump:: How to use gcov-dump.
40 @node Gcov-dump Intro
41 @section Introduction to @command{gcov-dump}
44 @command{gcov-dump} is a tool you can use in conjunction with GCC to
45 dump content of gcda and gcno profile files offline.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.h28 void dump(const PDBSymbolCompilandDetails &Symbol) override;
29 void dump(const PDBSymbolCompilandEnv &Symbol) override;
30 void dump(const PDBSymbolData &Symbol) override;
31 void dump(const PDBSymbolFunc &Symbol) override;
32 void dump(const PDBSymbolLabel &Symbol) override;
33 void dump(const PDBSymbolThunk &Symbol) override;
34 void dump(const PDBSymbolTypeTypedef &Symbol) override;
35 void dump(const PDBSymbolUnknown &Symbol) override;
36 void dump(const PDBSymbolUsingNamespace &Symbol) override;
H A DPrettyTypeDumper.h25 void dump(const PDBSymbolTypeEnum &Symbol) override;
26 void dump(const PDBSymbolTypeTypedef &Symbol) override;
27 void dump(const PDBSymbolTypeFunctionSig &Symbol) override;
28 void dump(const PDBSymbolTypeArray &Symbol) override;
29 void dump(const PDBSymbolTypeBuiltin &Symbol) override;
30 void dump(const PDBSymbolTypePointer &Symbol) override;
31 void dump(const PDBSymbolTypeVTableShape &Symbol) override;
32 void dump(const PDBSymbolTypeUDT &Symbol) override;
H A DPrettyClassLayoutGraphicalDumper.h32 void dump(const PDBSymbolTypeBaseClass &Symbol) override;
33 void dump(const PDBSymbolData &Symbol) override;
34 void dump(const PDBSymbolTypeVTable &Symbol) override;
37 void dump(const PDBSymbolTypeEnum &Symbol) override;
38 void dump(const PDBSymbolFunc &Symbol) override;
39 void dump(const PDBSymbolTypeTypedef &Symbol) override;
40 void dump(const PDBSymbolTypeUDT &Symbol) override;
41 void dump(const PDBSymbolTypeBuiltin &Symbol) override;
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc4057 static dumper dump = {0, dump_flags_t (0)}; variable
4096 dump (""); in push()
4097 dump (from ? "Starting module %M (from %M)" in push()
4111 gcc_checking_assert (dump () && !dumps->indent); in pop()
4116 dump (from ? "Finishing module %M (returning to %M)" in pop()
4467 unsigned n = dump.push (NULL); in keep_cache_entry()
4470 dump () && dump ("Dropping %N from note_defs table", t); in keep_cache_entry()
4471 dump.pop (n); in keep_cache_entry()
4611 dump () && dump ("Mkdir ('%s') errno:=%u", path, failed ? errno : 0); in create_dirs()
4669 dump ("Wrote %u bytes in %u blocks", lengths[3], spans[3]); in instrument()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp158 void QualType::dump(const char *msg) const { in dump() function in QualType
161 dump(); in dump()
164 LLVM_DUMP_METHOD void QualType::dump() const { in dump() function in QualType
169 LLVM_DUMP_METHOD void QualType::dump(llvm::raw_ostream &OS, in dump() function in QualType
175 LLVM_DUMP_METHOD void Type::dump() const { QualType(this, 0).dump(); } in dump() function in Type
177 LLVM_DUMP_METHOD void Type::dump(llvm::raw_ostream &OS, in dump() function in Type
179 QualType(this, 0).dump(OS, Context); in dump()
186 LLVM_DUMP_METHOD void Decl::dump() const { dump(llvm::errs()); } in dump() function in Decl
188 LLVM_DUMP_METHOD void Decl::dump(raw_ostream &OS, bool Deserialize, in dump() function in Decl
231 LLVM_DUMP_METHOD void Stmt::dump() const { in dump() function in Stmt
[all …]
/netbsd-src/external/bsd/nvi/dist/catalog/
H A DMakefile6 all: dump ${CAT}
72 english.base: dump ${FILES} #Makefile
73 ./dump ${FILES} |\
80 dump: dump.c target
81 ${CC} -O -o dump dump.c
84 rm -f dump dump.o ${CAT} english.base *.check __ck1 __ck2

12345678910>>...107