Searched refs:format (Results 176 - 200 of 1169) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DFormatters.h34 void format(raw_ostream &Stream, StringRef Style) override;
51 static void format(const codeview::TypeIndex &V, raw_ostream &Stream, function in struct:llvm::format_provider
64 static void format(const codeview::GUID &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatCommon.h29 void format(raw_ostream &S, StringRef Options) { function in struct:llvm::FmtAlign
30 // If we don't need to align, we can format straight into the underlying
33 // TODO: Make the format method return the number of bytes written, that
36 Adapter.format(S, Options);
42 Adapter.format(Stream, Options);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp172 return format("%" PRId64, Value);
180 return format<int64_t>("-0x8000000000000000", Value);
181 return format("-0x%" PRIx64, -Value);
183 return format("0x%" PRIx64, Value);
187 return format<int64_t>("-8000000000000000h", Value);
189 return format("-0%" PRIx64 "h", -Value);
190 return format("-%" PRIx64 "h", -Value);
193 return format("0%" PRIx64 "h", Value);
194 return format("%" PRIx64 "h", Value);
202 return format("
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO.cpp44 dbgs() << "jitLink_MachO: magic = " << format("0x%08" PRIx32, Magic)
62 << format("0x%08" PRIx32, Header.cputype)
63 << ", cpusubtype = " << format("0x%08" PRIx32, Header.cpusubtype)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp60 const char *format, ...) {
64 va_start(args, format);
65 size_t result = ss.PrintfVarArg(format, args);
59 Printf(DiagnosticSeverity severity, const char *format, ...) argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRetireControlUnitStatistics.cpp69 << format("%.1f", ((double)Entry.second / NumCycles) * 100.0)
81 << format(" ( %.1f%% )", NormalizedMaxPercentage)
83 << format(" ( %.1f%% )\n", NormalizedAvgPercentage);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format.c41 /* A table that maps format codes to functions. */
79 archive_set_error(a, EINVAL, "No such format");
85 struct archive_entry *entry, const char *format)
117 "%s: %s format cannot archive %s",
118 archive_entry_pathname(entry), format, name);
121 "%s: %s format cannot archive files with mode 0%lo",
122 archive_entry_pathname(entry), format,
84 __archive_write_entry_filetype_unsupported(struct archive *a, struct archive_entry *entry, const char *format) argument
H A Darchive_read_support_format_raw.c113 info = (struct raw_info *)(a->format->data);
135 info = (struct raw_info *)(a->format->data);
172 struct raw_info *info = (struct raw_info *)(a->format->data);
188 info = (struct raw_info *)(a->format->data);
190 a->format->data = NULL;
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsamacro.h189 #define SA_DBG0(format) ossaLogDebugString(gLLDebugLevel, 0, format)
190 #define SA_DBG1(format) ossaLogDebugString(gLLDebugLevel, 1, format)
191 #define SA_DBG2(format) ossaLogDebugString(gLLDebugLevel, 2, format)
192 #define SA_DBG3(format) ossaLogDebugString(gLLDebugLevel, 3, format)
193 #define SA_DBG4(format) ossaLogDebugString(gLLDebugLevel, 4, format)
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dp-valprint.c47 FORMAT (a letter or 0 for natural format). The data at VALADDR is in
61 CORE_ADDR address, struct ui_file *stream, int format,
91 && (format == 0 || format == 's'))
125 format, deref_ref, recurse, pretty, i);
135 if (format && format != 's')
137 print_scalar_formatted (valaddr + embedded_offset, type, format, 0, stream);
175 if (addressprint && format != 's')
184 && (format
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 Dada-valprint.c43 int format; member in struct:ada_val_print_args
132 If PRETTY, uses "prettier" format. TYPE must have been decoded (as
138 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,
475 FORMAT (a letter as for the printf % codes or 0 for natural format).
494 CORE_ADDR address, struct ui_file *stream, int format,
503 args.format = format;
519 argsp->stream, argsp->format, args
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
769 VALUE_ADDRESS (deref_val), stream, format, 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...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp369 OS << format("0x%016" PRIx64, SA.Address);
386 OS << format(" [%" PRIu64 "]", SectionIndex);
411 AddrOS << format("indexed (%8.8x) address = ", (uint32_t)UValue);
423 OS << format("0x%02x", (uint8_t)UValue);
426 OS << format("0x%04x", (uint16_t)UValue);
429 OS << format("0x%08x", (uint32_t)UValue);
432 AddrOS << format("0x%016" PRIx64, UValue);
435 OS << format("0x%016" PRIx64, UValue);
454 AddrOS << format("<0x%" PRIx64 "> ", UValue);
457 AddrOS << format("<
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp95 outs() << format(" 0x%02x: ", unsigned(UCs[0].u.CodeOffset))
117 << format(" [0x%04x]", 8 * UCs[1].FrameOffset);
121 << format(" [0x%08x]", UCs[1].FrameOffset
126 << format(" [0x%04x]", 16 * UCs[1].FrameOffset);
130 << format(" [0x%08x]", UCs[1].FrameOffset
226 Out << format(" + 0x%04x", Disp);
228 Out << format("0x%04x", Disp);
244 outs() << format(" 0x%x", P[I] + Obj->getPE32Header()->ImageBase);
361 outs() << format(" lookup %08x time %08x fwd %08x name %08x addr %08x\n\n",
377 outs() << format("
[all...]
/freebsd-11-stable/lib/libnetbsd/
H A Defun.c142 easprintf(char ** __restrict ret, const char * __restrict format, ...) argument
146 va_start(ap, format);
147 if ((rv = vasprintf(ret, format, ap)) == -1)
148 (*efunc)(1, "Cannot format string");
154 evasprintf(char ** __restrict ret, const char * __restrict format, va_list ap) argument
157 if ((rv = vasprintf(ret, format, ap)) == -1)
158 (*efunc)(1, "Cannot format string");
/freebsd-11-stable/usr.sbin/kgzip/
H A Dkgzip.c54 int format; /* Output format */ variable
90 format = F_AOUT;
92 format = F_ELF;
94 errx(1, "%s: Unknown format", optarg);
113 if (!format)
114 format = F_ELF;
176 "usage: kgzip [-cv] [-f format] [-l loader] [-o output] file\n");
/freebsd-11-stable/usr.bin/m4/
H A Dgnum4.c547 const char *format = argv[2]; local
556 while (*format != 0) {
557 if (*format != '%') {
558 addchar(*format++);
562 format++;
563 if (*format == '%') {
564 addchar(*format++);
567 if (*format == 0) {
572 if (*format == '*') {
573 format
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DChrono.cpp48 << format("%.9lu",
53 void format_provider<TimePoint<>>::format(const TimePoint<> &T, raw_ostream &OS, function in class:llvm::format_provider
66 FStream << llvm::format(
71 FStream << llvm::format(
76 FStream << llvm::format(
/freebsd-11-stable/contrib/amd/libamu/
H A Dstrutil.c211 _xsnprintf(const char *filename, int lineno, char *str, size_t size, const char *format, ...) argument
213 xsnprintf(char *str, size_t size, const char *format, ...)
219 va_start(ap, format);
221 ret = _xvsnprintf(filename, lineno, str, size, format, ap);
223 ret = xvsnprintf(str, size, format, ap);
234 _xvsnprintf(const char *filename, int lineno, char *str, size_t size, const char *format, va_list ap) argument
236 xvsnprintf(char *str, size_t size, const char *format, va_list ap)
242 ret = vsnprintf(str, size, format, ap);
244 ret = vsprintf(str, format, ap); /* less secure version */
257 plog(XLOG_ERROR, "xvsnprintf(%s:%d): string %p truncated (ret=%d, format
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h141 const char *format, Args &&... args) {
142 Format(file, function, llvm::formatv(format, std::forward<Args>(args)...));
147 llvm::StringRef function, const char *format,
150 llvm::formatv(format, llvm::toString(std::move(error)),
155 void Printf(const char *format, ...) __attribute__((format(printf, 2, 3)));
157 void Error(const char *fmt, ...) __attribute__((format(printf, 2, 3)));
159 void Verbose(const char *fmt, ...) __attribute__((format(printf, 2, 3)));
161 void Warning(const char *fmt, ...) __attribute__((format(printf, 2, 3)));
169 void VAPrintf(const char *format, va_lis
140 Format(llvm::StringRef file, llvm::StringRef function, const char *format, Args &&... args) argument
146 FormatError(llvm::Error error, llvm::StringRef file, llvm::StringRef function, const char *format, Args &&... args) argument
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A D_doprnt.c78 _doprnt (const char *format, va_list ap, FILE *stream) argument
80 const char * ptr = format;
88 else /* We got a format specifier! */
219 static int checkit (const char * format, ...) ATTRIBUTE_PRINTF_1;
222 checkit (const char* format, ...) argument
225 VA_OPEN (args, format);
226 VA_FIXEDARG (args, char *, format);
228 result = _doprnt (format, args, stdout);
/freebsd-11-stable/contrib/binutils/libiberty/
H A D_doprnt.c78 _doprnt (const char *format, va_list ap, FILE *stream) argument
80 const char * ptr = format;
88 else /* We got a format specifier! */
219 static int checkit (const char * format, ...) ATTRIBUTE_PRINTF_1;
222 checkit (const char* format, ...) argument
225 VA_OPEN (args, format);
226 VA_FIXEDARG (args, char *, format);
228 result = _doprnt (format, args, stdout);
/freebsd-11-stable/usr.bin/lam/
H A Dlam.c64 const char *format; /* printf(3) style string spec. */ member in struct:openfile
122 if (!ip->format)
123 ip->format = ((P || F) ? (ip-1)->format : "%s");
155 errx(1, "no more format space");
156 /* restrict format string to only valid width formatters */
158 errx(1, "invalid format string `%s'", p);
161 errx(1, "no more format space");
162 ip->format = fmtp;
184 snprintf(lp, line + sizeof(line) - lp, ip->format, "");
[all...]
/freebsd-11-stable/usr.bin/lastcomm/
H A Dlastcomm.c86 const char *acctfile, *format; local
91 format = NULL;
133 format = *argv + 1; /* skip + */
189 if (format != NULL) {
190 (void)strftime(buf, sizeof(buf), format,
201 if (format != NULL) {
202 (void)strftime(buf, sizeof(buf), format,
272 "usage: lastcomm [-EScesu] [-f file] [+format] [command ...] "
/freebsd-11-stable/usr.bin/mkimg/tests/
H A Dmkimg.sh33 local blksz bootarg bootsz format geom nhds nsecs partarg pfx scheme
35 format=$1
63 imagename=$pfx-$geom-$blksz-$scheme.$format
65 mkimg -y -f $format -o $imagename -s $scheme -P $blksz -H $nhds -T $nsecs \
101 local blksz format geom scheme
106 format=$4
117 image=`makeimage $format $scheme $blksz $geom img $partinfo`
/freebsd-11-stable/usr.sbin/fdcontrol/
H A Dfdcontrol.c46 static int format, verbose, show = 1, showfmt; variable
92 format = -1;
93 } else if (getnum(optarg, &format)) {
139 if (format) {
141 fdtp = get_fmt(format, type);
144 "unknown format %d KB for drive type %s",
145 format, name);
204 if (format || fmtstring) {

Completed in 195 milliseconds

1234567891011>>