Searched refs:format (Results 201 - 225 of 1553) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcli-out.c60 const char *fldname, const char *format,
65 const char *format, va_list args);
104 const char *format,...);
272 const char *format,
279 vfprintf_filtered (data->stream, format, args);
305 const char *format, va_list args)
311 vfprintf_unfiltered (data->stream, format, args);
357 const char *format,...)
362 va_start (args, format);
363 vfprintf_filtered (data->stream, format, arg
269 cli_field_fmt(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname, const char *format, va_list args) argument
304 cli_message(struct ui_out *uiout, int verbosity, const char *format, va_list args) argument
355 out_field_fmt(struct ui_out *uiout, int fldno, const char *fldname, const char *format,...) argument
[all...]
H A Dada-valprint.c45 int format; member in struct:ada_val_print_args
137 If PRETTY, uses "prettier" format. TYPE must have been decoded (as
143 int format, int recurse,
207 val_print (elttype, VALUE_CONTENTS (v0), 0, 0, stream, format,
232 val_print (elttype, VALUE_CONTENTS (v0), 0, 0, stream, format,
300 point. We use GNAT format for NaNs and infinities. */
540 FORMAT (a letter as for the printf % codes or 0 for natural format).
559 CORE_ADDR address, struct ui_file *stream, int format,
568 args.format = format;
140 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
557 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
591 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
865 VALUE_ADDRESS (deref_val), stream, format, local
881 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
901 ada_value_print(struct value *val0, struct ui_file *stream, int format, enum val_prettyprint pretty) argument
960 print_record(struct type *type, char *valaddr, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty) argument
992 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
1085 stream, format, 0, recurse + 1, pretty); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp23 // .gdb_index section format reference:
27 OS << format("\n CU list offset = 0x%x, has %" PRId64 " entries:",
32 OS << format(" %d: Offset = 0x%llx, Length = 0x%llx\n", I++, CU.Offset,
47 OS << format("\n Address area offset = 0x%x, has %" PRId64 " entries:",
51 OS << format(
58 OS << format("\n Symbol table offset = 0x%x, size = %" PRId64
68 OS << format(" %d: Name offset = 0x%x, CU vector offset = 0x%x\n", I,
81 OS << format(" String name: %s, CU vector index: %d\n", Name.data(),
87 OS << format("\n Constant pool offset = 0x%x, has %" PRId64 " CU vectors:",
91 OS << format("\
[all...]
H A DDWARFDebugAddr.cpp138 OS << format("0x%8.8" PRIx64 ": ", Offset);
142 << format("length = 0x%0*" PRIx64, OffsetDumpWidth, Length)
143 << ", format = " << dwarf::FormatString(Format)
144 << format(", version = 0x%4.4" PRIx16, Version)
145 << format(", addr_size = 0x%2.2" PRIx8, AddrSize)
146 << format(", seg_size = 0x%2.2" PRIx8, SegSize) << "\n";
166 OS << format(AddrFmt, Addr);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cpp122 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, argument
126 // given format. This ensures that the code below will get a hard failure
131 if (0 == internal_strcmp(format, "DEFAULT"))
132 format = kDefaultFormat;
133 for (const char *p = format; *p != '\0'; p++) {
220 Report("Unsupported specifier in stack frame format: %c (%p)!\n", *p,
227 bool RenderNeedsSymbolization(const char *format) { argument
228 if (0 == internal_strcmp(format, "DEFAULT"))
229 format = kDefaultFormat;
230 for (const char *p = format; *
250 RenderData(InternalScopedString *buffer, const char *format, const DataInfo *DI, const char *strip_path_prefix) argument
[all...]
/openbsd-current/gnu/llvm/llvm/utils/
H A Dupdate_mir_test_checks.py43 r'{1}(?P<opcode>[A-Zt][A-Za-z0-9_]+)'.format(
72 args = '{} -x mir'.format(args)
74 stdout = subprocess.check_output('{} {}'.format(self.bin, args),
120 common.warn('Skipping non-llc RUN line: {}'.format(l), test_file=test)
123 common.warn('Skipping non-FileChecked RUN line: {}'.format(l),
134 triple = '{}--'.format(m.group(1))
194 log('Processing function: {}'.format(func))
196 log(' {}'.format(l))
208 vreg.group(1), '[[{}:%[0-9]+]]'.format(name), 1)
210 func_line = re.sub(r'{}\b'.format(numbe
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp58 << format("%llx", Section.getAddressWithOffset(Offset))
60 << format("%llx", Section.getLoadAddressWithOffset(Offset))
61 << " Value: 0x" << format("%llx", Value) << " Type: 0x"
62 << format("%x", Type) << "\n");
113 << format("%llx", Section.getAddressWithOffset(Offset))
115 << format("%llx", Section.getLoadAddressWithOffset(Offset))
116 << " Value: 0x" << format("%llx", Value) << " Type: 0x"
117 << format("%x", Type) << " Addend: 0x"
118 << format("%llx", Addend)
119 << " Offset: " << format("
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dste.h92 ffestvUnit unit, ffestvFormat format, bool rec, bool key);
96 ffestvFormat format, bool rec);
99 void ffeste_R911_start (ffestpPrintStmt *info, ffestvFormat format);
118 void ffeste_V018_start (ffestpRewriteStmt *info, ffestvFormat format);
121 void ffeste_V019_start (ffestpAcceptStmt *info, ffestvFormat format);
125 void ffeste_V020_start (ffestpTypeStmt *info, ffestvFormat format);
/openbsd-current/gnu/usr.bin/perl/t/uni/
H A Dwrite.t12 # Some tests for UTF8 and format/write
23 my ($out, $format, $expect, $name) = @_;
24 eval "format $out =\n$format.\n"; die $@ if $@;
102 like $@, qr/Undefined format "�������������������/u, 'no such format, with format name in UTF-8.';
107 format OUT =
118 like $@, qr/Undefined top format "������������������_���������������/u, 'no such top format';
[all...]
/openbsd-current/usr.bin/ts/
H A Dts.c37 static char *format = "%b %d %H:%M:%S"; variable
64 format = "%H:%M:%S";
73 format = "%H:%M:%S";
89 format = *argv;
91 bufsize = strlen(format) + 1;
93 errx(1, "format string too big");
137 fprintf(stderr, "usage: %s [-i | -s] [-m] [format]\n", getprogname());
142 * yo dawg, i heard you like format strings
143 * so i put format strings in your user supplied input
144 * so you can format whil
[all...]
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Doct.t68 my $format = ($string =~ /([bx])/i) ? "0\L$1%\U$1": '0%o';
69 diag(sprintf "oct '%s' gives '%s' ($format), not %s ($format)",
/openbsd-current/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageReport.cpp187 OS << format("%*u", FileReportColumns[1],
190 << format("%*u", FileReportColumns[2],
195 << format("%*.2f", FileReportColumns[3] - 1,
202 OS << format("%*u", FileReportColumns[4],
204 OS << format("%*u", FileReportColumns[5],
209 << format("%*.2f", FileReportColumns[6] - 1,
216 OS << format("%*u", FileReportColumns[7],
218 OS << format("%*u", FileReportColumns[8],
223 << format("%*.2f", FileReportColumns[9] - 1,
230 OS << format("
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dm10200-dis.c225 if (op->format == FMT_1)
227 else if (op->format == FMT_2
228 || op->format == FMT_4)
230 else if (op->format == FMT_3
231 || op->format == FMT_5)
233 else if (op->format == FMT_6)
235 else if (op->format == FMT_7)
240 if (op->format == FMT_2 || op->format == FMT_5)
242 else if (op->format
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm10200-dis.c42 if (op->format == FMT_1)
44 else if (op->format == FMT_2
45 || op->format == FMT_4)
47 else if (op->format == FMT_3
48 || op->format == FMT_5)
50 else if (op->format == FMT_6)
52 else if (op->format == FMT_7)
57 if (op->format == FMT_2 || op->format == FMT_5)
59 else if (op->format
[all...]
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dregcharclass_multi_char_folds.pl73 my ($cp_ref, $folds_ref, $format) = prop_invmap("Case_Folding");
74 die "Could not find inversion map for Case_Folding" unless defined $format;
75 die "Incorrect format '$format' for Case_Folding inversion map"
76 unless $format eq 'al';
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DFormatProviders.h9 // This file implements format providers for many common LLVM types, for example
131 static void format(const T &V, llvm::raw_ostream &Stream, StringRef Style) {
147 assert(Style.empty() && "Invalid integral format style!");
180 static void format(const T &V, llvm::raw_ostream &Stream, StringRef Style) {
202 static void format(const T &V, llvm::raw_ostream &Stream, StringRef Style) {
217 static void format(const Twine &V, llvm::raw_ostream &Stream,
219 format_provider<std::string>::format(V.str(), Stream, Style);
235 static void format(const char &V, llvm::raw_ostream &Stream,
241 format_provider<int>::format(X, Stream, Style);
263 static void format(cons
[all...]
/openbsd-current/gnu/llvm/llvm/lib/TextAPI/
H A DPackedVersion.cpp104 OS << format("%d", getMajor());
106 OS << format(".%d", getMinor());
108 OS << format(".%d", getSubminor());
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_fb.c33 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2,
35 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2,
37 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2,
39 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2,
51 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2,
54 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2,
57 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2,
60 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2,
63 { .format = DRM_FORMAT_YUYV, .num_planes = 2,
66 { .format
287 lookup_format_info(const struct drm_format_info formats[], int num_formats, u32 format) argument
490 ccs_aux_plane_mask(const struct intel_modifier_desc *md, const struct drm_format_info *format) argument
[all...]
/openbsd-current/games/trek/
H A Dgetpar.c195 char format[20]; local
199 (void)snprintf(format, sizeof format, "%%%d[^%s]", l, t);
207 i = scanf(format, r);
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Ddbg_hif.h31 typedef void Hif_DbgPrint(void *arg, const char *format, va_list ap);
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dmn10200.h41 /* The format of this opcode. */
42 unsigned char format; member in struct:mn10200_opcode
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dmisc17.C13 void form(const char *format, ...);
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dmn10200.h41 /* The format of this opcode. */
42 unsigned char format; member in struct:mn10200_opcode
/openbsd-current/lib/libevent/
H A Dlog.h33 #define EV_CHECK_FMT(a,b) __attribute__((format(printf, a, b)))
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dwindow.h5 stored in Info format.
170 extern NODE *build_message_node (char *format, void *arg1, void *arg2);
176 extern void printf_to_message_buffer (char *format, void *arg1, void *arg2,
192 extern void window_message_in_echo_area (char *format, void *arg1, void *arg2);
198 extern void message_in_echo_area (char *format, void *arg1, void *arg2);

Completed in 792 milliseconds

1234567891011>>