Home
last modified time | relevance | path

Searched refs:Printf (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm-ldmstm.ml76 Printf.sprintf "(match_dup %d)" (nregs + 1)
78 Printf.sprintf ("(match_operand:SI %d \"s_register_operand\" \"%s%s\")")
86 Printf.printf "%s" (if first then " [" else indent);
87 Printf.printf "(set (match_operand:SI %d \"%s\" \"\")\n" opnr (reg_predicate thumb);
88 Printf.printf "%s (mem:SI " indent;
89 begin if offset != 0 then Printf.printf "(plus:SI " end;
90 Printf.printf "%s" (destreg nregs first IN thumb);
91 begin if offset != 0 then Printf.printf "\n%s (const_int %d))" indent offset end;
92 Printf.printf "))"
96 Printf.printf "%s" (if first then " [" else indent);
[all …]
/netbsd/src/sys/arch/epoc32/stand/e32boot/exe/
De32boot.cpp142 console->Printf(_L("\n")); in E32BootL()
143 console->Printf(_L(">> %s, Revision %s\n"), in E32BootL()
154 console->Printf(_L(">> Model %s\n"), model->model); in E32BootL()
157 console->Printf(_L(">> Memory %d k\n"), membytes / 1024); in E32BootL()
160 console->Printf(_L(">> Video %d x %d\n"), video->width, video->height); in E32BootL()
162 console->Printf(_L("\n")); in E32BootL()
171 console->Printf(_L("\nLoaded\n")); in E32BootL()
191 console->Printf(_L("Not Supported machine\n")); in E32BootL()
197 console->Printf(_L("LoadLogicalDevice failed: %d\n"), err); in E32BootL()
207 console->Printf(_L("DoCreate failed: %d\n"), err); in E32BootL()
[all …]
/netbsd/src/usr.sbin/traceroute/
Dtraceroute.c271 #define Printf (void)printf macro
973 Printf(" %.3f ms", deltaT(&t1, &t2)); in main()
975 Printf(" (ttl = %d)", ip->ip_ttl); in main()
979 Printf(" !"); in main()
994 Printf(" !"); in main()
1001 Printf(" !N"); in main()
1006 Printf(" !H"); in main()
1011 Printf(" !P"); in main()
1020 Printf(" !F-%d", pmtu); in main()
1026 Printf(" !S"); in main()
[all …]
/netbsd/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
Dlsan_common.cc516 Printf("%s\n", line); in PrintMatchedSuppressions()
517 Printf("Suppressions used:\n"); in PrintMatchedSuppressions()
518 Printf(" count bytes template\n"); in PrintMatchedSuppressions()
520 Printf("%7zu %10zu %s\n", static_cast<uptr>(atomic_load_relaxed( in PrintMatchedSuppressions()
522 Printf("%s\n\n", line); in PrintMatchedSuppressions()
593 Printf("\n" in CheckForLeaks()
596 Printf("%s", d.Error()); in CheckForLeaks()
598 Printf("%s", d.Default()); in CheckForLeaks()
705 Printf("\n"); in ReportTopLeaks()
707 Printf("Too many leaks! Only the first %zu leaks encountered will be " in ReportTopLeaks()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.go/
Dunsafe.go9 fmt.Printf ("%d\n", unsafe.Sizeof (42))
10 fmt.Printf ("%d\n", unsafe.Sizeof (mystring))
Dstrings.go9 fmt.Printf ("%s\n", v_string)
/netbsd/src/lib/libc/gdtoa/
Dmakefile60 Printf: all printf.c target
64 touch Printf
87 rm -f arith.h gd_qnan.h *.[ao] Printf xsum.out xsum1.out
DREADME357 type, you can invoke "make Printf" to add Printf (and variants, such
/netbsd/src/lib/libc/gdtoa/test/
DREADME72 If in the parent directory, you have successfully invoked "make Printf"
73 to add a "printf" (called Printf and accessed via ../stdio1.h), then
76 test of %g and %a variants in Printf.
/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
Dgdb.info-9906 * dprintf: Dynamic Printf. (line 26)
907 * dprintf-style agent: Dynamic Printf. (line 58)
908 * dprintf-style call: Dynamic Printf. (line 45)
909 * dprintf-style gdb: Dynamic Printf. (line 40)
2553 * set disconnected-dprintf: Dynamic Printf. (line 96)
2852 * show disconnected-dprintf: Dynamic Printf. (line 101)
DChangeLog-1991-20214610 * gdb.texinfo (Dynamic Printf): Mention agent style and
4760 * gdb.texinfo (Dynamic Printf): New subsection.
Dgdb.texinfo4490 * Dynamic Printf:: Dynamic printf
6039 @node Dynamic Printf
6040 @subsection Dynamic Printf
33074 @xref{Dynamic Printf}. @var{format} is the format to use, and any
41430 printf (@pxref{Dynamic Printf}).
/netbsd/src/external/gpl2/gawk/dist/
Dawk.texi371 * Printf:: The @code{printf} statement.
372 * Basic Printf:: Syntax of the @code{printf} statement.
375 * Printf Examples:: Several examples.
499 * Printf Ordering:: Rearranging @code{printf} arguments.
5805 (@pxref{Printf}).
5820 * Printf:: The @code{printf} statement.
5961 created (@pxref{Printf});
6075 @node Printf
6093 * Basic Printf:: Syntax of the @code{printf} statement.
6096 * Printf Examples:: Several examples.
[all …]
/netbsd/src/sys/external/bsd/acpica/dist/tests/misc/
Dgrammar.asl973 Printf ("+*+*+*+* MTHD_ERROR at line %o: Results not equal!", Local0)
977 Printf ("+*+*+*+* MTHD_ERROR at line %o: Numeric result is incorrect!", Local0)
981 Printf ("+*+*+*+* MTHD_ERROR at line %o: Operand was clobbered!", Local0)
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/
DChangeLog677 * print.c: Printf formating.
/netbsd/src/sys/external/bsd/acpica/dist/
Dchanges.txt647 Printf
3462 usefulness of the Printf macros. Previously, Concatenate would abort the
3686 type. This expands the utility of Concatenate and the Printf/Fprintf
4417 iASL: Added Printf/Fprintf macros for formatted output. These macros are
4418 translated to existing AML Concatenate and Store operations. Printf
4429 (new) Printf ("%o: Unexpected value for %o, %o at line %o",
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-19993781 * xcoffsolib.c (solib_info): Fix Printf calls.
/netbsd/src/external/gpl3/gcc/dist/
DNEWS1433 + Printf-like and scanf-like functions are now detected by
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20206679 Printf formats update.