Searched refs:format (Results 351 - 375 of 786) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalue.h506 extern void print_longest (struct ui_file * stream, int format,
512 extern int value_print (struct value *val, struct ui_file *stream, int format,
516 struct ui_file *stream, int format,
523 struct ui_file * stream, int format,
528 struct ui_file *stream, int format,
H A Ddisasm.c317 fprintf_disasm (void *stream, const char *format, ...) argument
320 va_start (args, format);
321 vfprintf_filtered (stream, format, args);
H A Di386-stub.c558 debug_error (format, parm)
559 char *format;
563 fprintf (stderr, format, parm);
/freebsd-9.3-release/sys/net/
H A Dif_ef.c81 #define EFDEBUG(format, args...) printf("%s: "format, __func__ ,## args)
83 #define EFDEBUG(format, args...)
86 #define EFERROR(format, args...) printf("%s: "format, __func__ ,## args)
/freebsd-9.3-release/bin/df/
H A Ddf.c379 * Print an inode count in "human-readable" format.
414 const char *format; local
467 format = " %*j'd %*j'd %*j'd";
469 format = " %*jd %*jd %*jd";
470 (void)printf(format,
488 format = " %*j'd %*j'd";
490 format = " %*jd %*jd";
491 (void)printf(format, mwp->iused, (intmax_t)used,
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dbfd.c83 . {* The format which belongs to the BFD. (object, core, etc.) *}
84 . bfd_format format;
293 N_("File in wrong format"),
294 N_("Archive object file in wrong format"),
301 N_("File format not recognized"),
302 N_("File format is ambiguous"),
448 Like fprintf (stderr, ...), but also handles some extra format specifiers.
453 Note - because these two extra format specifiers require special handling
455 vfprintf. This means that the *arguments* for these format specifiers
457 the specifiers appear in the format strin
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c301 zip = (struct zip *)(a->format->data);
380 "Damaged ZIP file or unsupported format variant (%d,%d)",
503 /* Set up a more descriptive format name. */
540 zip = (struct zip *)(a->format->data);
652 zip = (struct zip *)(a->format->data);
695 zip = (struct zip *)(a->format->data);
804 zip = (struct zip *)(a->format->data);
843 zip = (struct zip *)(a->format->data);
852 (a->format->data) = NULL;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp271 const llvm::fltSemantics &format,
273 if (&format == &llvm::APFloat::IEEEhalf) {
279 if (&format == &llvm::APFloat::IEEEsingle)
281 if (&format == &llvm::APFloat::IEEEdouble)
283 if (&format == &llvm::APFloat::IEEEquad)
285 if (&format == &llvm::APFloat::PPCDoubleDouble)
287 if (&format == &llvm::APFloat::x87DoubleExtended)
289 llvm_unreachable("Unknown float format!");
270 getTypeForFormat(llvm::LLVMContext &VMContext, const llvm::fltSemantics &format, bool UseNativeHalf = false) argument
/freebsd-9.3-release/sbin/dhclient/
H A Doptions.c561 if (terminate && dhcp_options[code].format[0] == 't') {
646 for (i = 0; dhcp_options[code].format[i]; i++) {
648 warning("%s: Excess information in format string: %s",
650 &(dhcp_options[code].format[i]));
654 fmtbuf[i] = dhcp_options[code].format[i];
655 switch (dhcp_options[code].format[i]) {
699 warning("%s: garbage in format string: %s",
701 &(dhcp_options[code].format[i]));
836 warning("Unexpected format code %c", fmtbuf[j]);
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_osfp.c51 #define DPFPRINTF(format, x...) \
53 printf(format , ##x)
55 #define DPFPRINTF(format, x...) \
57 printf(format , ##x)
85 #define DPFPRINTF(format, x...) fprintf(stderr, format , ##x)
87 #define DPFPRINTF(format, x...) ((void)0)
/freebsd-9.3-release/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.c249 output(const char *format, ...) argument
254 va_start(ap, format);
255 if (vsnprintf(buf, sizeof(buf), format, ap) < 0)
262 logmsg(const char *format, ...) argument
269 va_start(ap, format);
270 if (vsnprintf(buf, sizeof(buf), format, ap) < 0)
281 vlogmsgx(const char *format, va_list ap) argument
285 if (vsnprintf(buf, sizeof(buf), format, ap) < 0)
292 logmsgx(const char *format, ...) argument
296 va_start(ap, format);
302 dbgmsg(const char *format, ...) argument
[all...]
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Ddsp.c1221 AFMT_CHANNEL(wrch->format),
1222 AFMT_EXTCHANNEL(wrch->format)));
1226 p->play_format = AFMT_ENCODING(wrch->format);
1237 AFMT_CHANNEL(rdch->format),
1238 AFMT_EXTCHANNEL(rdch->format)));
1242 p->rec_format = AFMT_ENCODING(rdch->format);
1450 SND_FORMAT(wrch->format, *arg_i, 0));
1451 tmp = (AFMT_CHANNEL(wrch->format) > 1)? 1 : 0;
1457 SND_FORMAT(rdch->format, *arg_i, 0));
1459 tmp = (AFMT_CHANNEL(rdch->format) >
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dkrb5-protos.h79 __attribute__ ((noreturn, format (printf, 3, 4)));
86 __attribute__ ((noreturn, format (printf, 2, 3)));
92 const char */*format*/,
99 const char */*format*/,
1620 __attribute__ ((noreturn, format (printf, 4, 5)));
1637 __attribute__ ((noreturn, format (printf, 3, 4)));
2582 __attribute__((format (printf, 4, 5)));
2592 __attribute__((format (printf, 5, 6)));
3458 __attribute__((format (printf, 2, 3)));
3888 __attribute__ ((noreturn, format (print
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dnm.c134 /* The output format to use. */
135 static struct output_fns *format = &formats[FORMAT_DEFAULT]; variable in typeref:struct:output_fns
157 /* When to print the names of files. Not mutually exclusive in SYSV format. */
184 {"format", required_argument, 0, 'f'},
219 -B Same as --format=bsd\n\
228 -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd',\n\
236 -P, --portability Same as --format=posix\n\
244 --target=BFDNAME Specify the target object format as BFDNAME\n\
301 fatal (_("%s: invalid output format"),
334 print_symname(const char *format, const char *name, bfd *abfd) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp214 llvm_unreachable("Unexpected ELF format");
233 DEBUG(dbgs() << "Writing " << format("%p", (Value + Addend))
234 << " at " << format("%p\n",Target));
246 DEBUG(dbgs() << "Writing " << format("%p", TruncatedAddr)
247 << " at " << format("%p\n",Target));
334 << format("%llx", Section.Address + Offset)
335 << " FinalAddress: 0x" << format("%llx",FinalAddress)
336 << " Value: 0x" << format("%llx",Value)
337 << " Type: 0x" << format("%x",Type)
338 << " Addend: 0x" << format("
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2asm.c327 /* Given an encoding, return the number of bytes the format occupies.
355 eh_data_format_name (int format)
366 switch (format) {
501 gcc_assert (format >= 0 && format < 0x100 && format_names[format]);
503 return format_names[format];
353 eh_data_format_name(int format) argument
/freebsd-9.3-release/contrib/groff/src/preproc/refer/
H A Dcommand.cpp106 static void error(const char *format,
226 void input_stack::error(const char *format, const errarg &arg1, argument
233 error_with_file_and_line(filename, lineno, format, arg1, arg2, arg3);
236 ::error(format, arg1, arg2, arg3);
239 void command_error(const char *format, const errarg &arg1, argument
242 input_stack::error(format, arg1, arg2, arg3);
/freebsd-9.3-release/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp16 // --dump - Dump low-level bitcode structure in readable format
25 // format that shows the containment and relationships of the information in
471 outs() << format("%.2f/%.2fB/%luW", Bits, Bits/8,(unsigned long)(Bits/32));
474 outs() << format("%lub/%.2fB/%luW", (unsigned long)Bits,
566 outs() << " Percent of file: " << format("%2.4f%%", pct) << "\n";
584 outs() << " Percent Abbrevs: " << format("%2.4f%%", pct) << "\n";
602 outs() << format("\t\t%7d %9lu",
608 format("%7.2f ",
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-sflow.c75 u_int8_t format[4]; member in struct:sflow_sample_header
188 u_int8_t format[4]; member in struct:sflow_counter_record_t
193 u_int8_t format[4]; member in struct:sflow_flow_record_t
491 enterprise = EXTRACT_32BITS(sflow_counter_record->format);
688 enterprise = EXTRACT_32BITS(sflow_flow_record->format);
868 sflow_sample_type = (EXTRACT_32BITS(sflow_sample->format)&0x0FFF);
/freebsd-9.3-release/contrib/file/
H A DREADME59 System V /etc/magic format (with one exception; see the man page).
65 in magic(5) format please, to the maintainer, Christos Zoulas.
128 * Further reference, such as documentation of format
/freebsd-9.3-release/contrib/cvs/src/
H A Drcscmds.c51 5. Any changes to the RCS file format *must* be compatible. Many,
52 many tools (not just CVS and RCS) can at least import this format.
56 file format.
159 call_diff_error (format, a1, a2)
160 const char *format;
166 error (0, 0, format, a1, a2);
350 /* Diff revisions and/or files. OPTS controls the format of the diff
591 /* Print the options passed to DIFF, in the format used by rcsdiff.
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DTimer.cpp172 OS << format(" %7.4f (%5.1f%%)", Val, Val*100/Total);
187 OS << format("%9" PRId64 " ", (int64_t)getMemUsed());
334 OS << format(" Total Execution Time: %5.4f seconds (%5.4f wall clock)\n",
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.h25 namespace format { namespace in namespace:clang
393 virtual unsigned format(LineState &State, ContinuationIndenter *Indenter, function in class:clang::format::TokenRole
411 virtual unsigned format(LineState &State, ContinuationIndenter *Indenter,
418 /// \brief A struct that holds information on how to format a given list with
427 /// \brief The number of lines required for this format.
449 } // namespace format
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Droken.h.in173 __attribute__ ((format (printf, 3, 4)));
179 __attribute__((format (printf, 3, 0)));
185 __attribute__ ((format (printf, 2, 3)));
191 __attribute__((format (printf, 2, 0)));
197 __attribute__ ((format (printf, 3, 4)));
203 __attribute__((format (printf, 3, 0)));
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_ioc32.c150 int format; member in struct:drm_radeon_texture32
171 request.format = req32->format;

Completed in 344 milliseconds

<<11121314151617181920>>