Searched refs:pretty (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11-stable/contrib/gdb/gdb/
H A Dm2-valprint.c32 int deref_ref, int recurse, enum val_prettyprint pretty)
38 recurse, pretty));
30 m2_val_print(struct type *type, char *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
H A Dscm-valprint.c50 int deref_ref, int recurse, enum val_prettyprint pretty)
96 int deref_ref, int recurse, enum val_prettyprint pretty)
105 deref_ref, recurse + 1, pretty); local
118 deref_ref, recurse + 1, pretty); local
124 deref_ref, recurse + 1, pretty);
141 int deref_ref, int recurse, enum val_prettyprint pretty)
210 deref_ref, recurse + 1, pretty);
216 deref_ref, recurse + 1, pretty); local
272 deref_ref, recurse + 1, pretty); local
364 int deref_ref, int recurse, enum val_prettyprint pretty)
49 scm_inferior_print(LONGEST value, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
95 scm_scmlist_print(LONGEST svalue, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
140 scm_scmval_print(LONGEST svalue, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
362 scm_val_print(struct type *type, char *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
390 scm_value_print(struct value *val, struct ui_file *stream, int format, enum val_prettyprint pretty) argument
[all...]
H A Djv-valprint.c43 enum val_prettyprint pretty);
48 enum val_prettyprint pretty)
192 common_val_print (v, stream, format, 2, 1, pretty);
244 return common_val_print (val, stream, format, 1, 0, pretty);
256 enum val_prettyprint pretty)
285 if (pretty)
299 stream, format, recurse + 1, pretty);
326 if (pretty)
337 if (pretty)
392 common_val_print (v, stream, format, 0, recurse + 1, pretty);
47 java_value_print(struct value *val, struct ui_file *stream, int format, enum val_prettyprint pretty) argument
254 java_print_value_fields(struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty) argument
451 java_val_print(struct type *type, char *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
[all...]
H A Dcp-valprint.c236 int format, int recurse, enum val_prettyprint pretty,
255 format, recurse + 1, pretty, dont_print_vb);
295 if (pretty)
306 if (pretty)
364 common_val_print (v, stream, format, 0, recurse + 1, pretty);
381 pretty); local
388 stream, format, 0, recurse + 1, pretty);
402 if (pretty)
428 common_val_print (v, stream, format, 0, recurse + 1, pretty);
465 pretty);
234 cp_print_value_fields(struct type *type, struct type *real_type, char *valaddr, int offset, CORE_ADDR address, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty, struct type **dont_print_vb, int dont_print_statmem) argument
494 cp_print_value(struct type *type, struct type *real_type, char *valaddr, int offset, CORE_ADDR address, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty, struct type **dont_print_vb) argument
635 cp_print_static_field(struct type *type, struct value *val, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty) argument
753 cp_print_hpacc_virtual_table_entries(struct type *type, int *vfuncs, struct value *v, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty) argument
[all...]
H A Dada-valprint.c46 enum val_prettyprint pretty; member in struct:ada_val_print_args
139 enum val_prettyprint pretty)
208 0, recurse + 1, pretty);
233 0, recurse + 1, pretty);
495 int deref_ref, int recurse, enum val_prettyprint pretty)
506 args.pretty = pretty;
520 argsp->recurse, argsp->pretty);
529 int deref_ref, int recurse, enum val_prettyprint pretty)
556 deref_ref, recurse, pretty);
135 val_print_packed_array_elements(struct type *type, char *valaddr, int bitoffset, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty) argument
492 ada_val_print(struct type *type, char *valaddr0, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
526 ada_val_print_1(struct type *type, char *valaddr0, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
770 deref_ref, recurse + 1, pretty); local
784 print_variant_part(struct type *type, int field_num, char *valaddr, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty, int comma_needed, struct type *outer_type, char *outer_valaddr) argument
804 ada_value_print(struct value *val0, struct ui_file *stream, int format, enum val_prettyprint pretty) argument
851 print_record(struct type *type, char *valaddr, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty) argument
883 print_field_values(struct type *type, char *valaddr, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty, int comma_needed, struct type *outer_type, char *outer_valaddr) argument
976 stream, format, 0, recurse + 1, pretty); local
[all...]
H A Dc-valprint.c75 int deref_ref, int recurse, enum val_prettyprint pretty)
136 format, deref_ref, recurse, pretty, i);
237 deref_ref, recurse + 1, pretty);
238 if (pretty)
287 recurse, pretty);
318 recurse, pretty, NULL, 0);
494 enum val_prettyprint pretty)
581 VALUE_ADDRESS (val), stream, format, 1, 0, pretty);
591 VALUE_ADDRESS (val), stream, format, 1, 0, pretty);
599 stream, format, 1, 0, pretty);
72 c_val_print(struct type *type, char *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
491 c_value_print(struct value *val, struct ui_file *stream, int format, enum val_prettyprint pretty) argument
[all...]
H A Dp-valprint.c62 int deref_ref, int recurse, enum val_prettyprint pretty)
125 format, deref_ref, recurse, pretty, i);
243 recurse + 1, pretty);
244 if (pretty)
295 recurse + 1, pretty);
331 recurse, pretty, NULL, 0);
538 enum val_prettyprint pretty)
567 return common_val_print (val, stream, format, 1, 0, pretty);
734 enum val_prettyprint pretty,
752 format, recurse + 1, pretty, dont_print_v
59 pascal_val_print(struct type *type, char *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
535 pascal_value_print(struct value *val, struct ui_file *stream, int format, enum val_prettyprint pretty) argument
729 pascal_object_print_value_fields(struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty, struct type **dont_print_vb, int dont_print_statmem) argument
900 pascal_object_print_value(struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty, struct type **dont_print_vb) argument
1005 pascal_object_print_static_field(struct value *val, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty) argument
[all...]
H A Df-valprint.c201 F77 array and get the bounds. For simple arrays, this is pretty
283 int deref_ref, int recurse, enum val_prettyprint pretty,
296 stream, format, deref_ref, recurse, pretty, elts);
311 stream, format, deref_ref, recurse, pretty); local
328 enum val_prettyprint pretty)
346 deref_ref, recurse, pretty, &elts);
367 int deref_ref, int recurse, enum val_prettyprint pretty)
385 deref_ref, recurse, pretty);
449 pretty);
548 deref_ref, recurse, pretty);
281 f77_print_array_1(int nss, int ndimensions, struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty, int *elts) argument
326 f77_print_array(struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
364 f_val_print(struct type *type, char *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
[all...]
H A Dlanguage.h353 #define LA_VAL_PRINT(type,valaddr,offset,addr,stream,fmt,deref,recurse,pretty) \
355 recurse,pretty))
356 #define LA_VALUE_PRINT(val,stream,fmt,pretty) \
357 (current_language->la_value_print(val,stream,fmt,pretty))
H A Dvalprint.c87 /* Controls pretty printing of structures. */
91 /* Controls pretty printing of arrays. */
129 int recurse, enum val_prettyprint pretty)
132 if (pretty == Val_pretty_default)
134 pretty = prettyprint_structs ? Val_prettyprint : Val_no_prettyprint;
151 stream, format, deref_ref, recurse, pretty));
192 int deref_ref, int recurse, enum val_prettyprint pretty)
199 stream, format, deref_ref, recurse, pretty);
209 enum val_prettyprint pretty)
214 return LA_VALUE_PRINT (val, stream, format, pretty);
126 val_print(struct type *type, char *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
190 common_val_print(struct value *val, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
207 value_print(struct value *val, struct ui_file *stream, int format, enum val_prettyprint pretty) argument
960 val_print_array_elements(struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty, unsigned int i) argument
[all...]
H A Dvalue.h516 enum val_prettyprint pretty);
520 enum val_prettyprint pretty);
528 enum val_prettyprint pretty);
533 enum val_prettyprint pretty);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp68 static CompareFunc getComparisonFunc(opts::pretty::ClassSortMode Mode) {
70 case opts::pretty::ClassSortMode::Name:
72 case opts::pretty::ClassSortMode::Size:
74 case opts::pretty::ClassSortMode::Padding:
76 case opts::pretty::ClassSortMode::PaddingPct:
78 case opts::pretty::ClassSortMode::PaddingImmediate:
80 case opts::pretty::ClassSortMode::PaddingPctImmediate:
94 CompareFunc Comp = getComparisonFunc(opts::pretty::ClassOrder);
121 if (Layout->deepPaddingSize() < opts::pretty::PaddingThreshold) {
125 if (Layout->immediatePadding() < opts::pretty
[all...]
H A DLinePrinter.cpp55 SetFilters(ExcludeTypeFilters, opts::pretty::ExcludeTypes.begin(),
56 opts::pretty::ExcludeTypes.end());
57 SetFilters(ExcludeSymbolFilters, opts::pretty::ExcludeSymbols.begin(),
58 opts::pretty::ExcludeSymbols.end());
59 SetFilters(ExcludeCompilandFilters, opts::pretty::ExcludeCompilands.begin(),
60 opts::pretty::ExcludeCompilands.end());
62 SetFilters(IncludeTypeFilters, opts::pretty::IncludeTypes.begin(),
63 opts::pretty::IncludeTypes.end());
64 SetFilters(IncludeSymbolFilters, opts::pretty::IncludeSymbols.begin(),
65 opts::pretty
[all...]
H A Dllvm-pdbutil.cpp108 PrettySubcommand("pretty",
198 namespace pretty { namespace in namespace:opts
888 bool opts::pretty::shouldDumpSymLevel(SymLevel Search) {
905 bool opts::pretty::compareFunctionSymbols(
908 assert(opts::pretty::SymbolOrder != opts::pretty::SymbolSortMode::None);
910 if (opts::pretty::SymbolOrder == opts::pretty::SymbolSortMode::Name)
918 bool opts::pretty::compareDataSymbols(
921 assert(opts::pretty
[all...]
H A DPrettyClassDefinitionDumper.cpp30 assert(opts::pretty::ClassFormat !=
31 opts::pretty::ClassDefinitionFormat::None);
H A DPrettyClassLayoutGraphicalDumper.cpp37 opts::pretty::ClassFormat == opts::pretty::ClassDefinitionFormat::All) {
143 uint32_t Limit = opts::pretty::ClassRecursionDepth;
202 if (Symbol.isCompilerGenerated() && opts::pretty::ExcludeCompilerGenerated)
H A DPrettyEnumDumper.cpp39 if (!opts::pretty::NoEnumDefs) {
H A DPrettyCompilandDumper.cpp129 if (!shouldDumpSymLevel(opts::pretty::SymLevel::Data))
162 if (!shouldDumpSymLevel(opts::pretty::SymLevel::Functions))
186 if (!shouldDumpSymLevel(opts::pretty::SymLevel::Thunks))
/freebsd-11-stable/usr.bin/file2c/
H A Dfile2c.c30 int c, count, linepos, maxcount, pretty, radix; local
33 pretty = 0;
41 pretty = 1;
67 if (pretty) {
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_group.c49 static int print_group(struct group * grp, bool pretty);
235 print_group(struct group * grp, bool pretty) argument
240 if (pretty) {
290 bool all, force, quiet, pretty; local
292 all = force = quiet = pretty = false;
326 pretty = true;
340 print_group(grp, pretty);
349 return (print_group(grp, pretty));
439 bool dryrun, bool pretty, bool precrypted)
466 return (print_group(grp, pretty));
438 groupadd(struct userconf *cnf, char *name, gid_t id, char *members, int fd, bool dryrun, bool pretty, bool precrypted) argument
491 bool quiet, precrypted, dryrun, pretty, nis; local
577 bool quiet, pretty, dryrun, nis, precrypted; local
[all...]
/freebsd-11-stable/usr.sbin/efivar/
H A Defivar.c169 char *pretty = NULL; local
172 efi_guid_to_name(guid, &pretty);
174 if (pretty == NULL)
177 *gname = pretty;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-nfc.py171 print(message.pretty())
183 print(message.pretty())
222 print(message.pretty())
229 print(message.pretty())
266 # override to avoid parser error in request/response.pretty() in nfcpy
288 print("Parsed handover request: " + request.pretty())
304 print(carrier.record.pretty())
334 print(carrier.record.pretty())
357 print(sel.pretty())
445 print(p2p_sel_data.pretty())
[all...]
H A Dwps-nfc.py145 # override to avoid parser error in request/response.pretty() in nfcpy
166 print("Parsed handover request: " + request.pretty())
193 print(sel.pretty())
219 print(message.pretty())
258 print(message.pretty())
265 print(message.pretty())
279 #print wifi.pretty()
378 print(tag.ndef.message.pretty())
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py116 # override to avoid parser error in request/response.pretty() in nfcpy
136 print("Parsed handover request: " + request.pretty())
163 print(sel.pretty())
238 print(tag.ndef.message.pretty())
/freebsd-11-stable/usr.bin/id/
H A Did.c63 static void pretty(struct passwd *);
211 pretty(pw);
227 pretty(struct passwd *pw) function

Completed in 175 milliseconds

12