HomeSort by relevance Sort by last modified time
    Searched defs:Fprintf (Results 1 - 6 of 6) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
fmt.go 219 fmt.Fprintf(s, "%%!%c(Op=%d)", verb, int(o))
300 func (m fmtMode) Fprintf(s fmt.State, format string, args ...interface{}) {
302 fmt.Fprintf(s, format, args...)
407 fmt.Fprintf(s, "%%!%c(*Node=%p)", verb, n)
416 fmt.Fprintf(s, " a(%v)", n.Addable())
420 fmt.Fprintf(s, " g(%d)", n.Name.Vargen)
424 fmt.Fprintf(s, " l(%d)", n.Pos.Line())
428 fmt.Fprintf(s, " x(%d)", n.Xoffset)
432 fmt.Fprintf(s, " class(%v)", n.Class())
436 fmt.Fprintf(s, " colas(%v)", n.Colas()
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
print.go 168 // Implement Write so we can call Fprintf on a pp (through State), for
184 // Fprintf formats according to a format specifier and writes to w.
186 func Fprintf(w io.Writer, format string, a ...interface{}) (n int, err error) {
197 return Fprintf(os.Stdout, format, a...)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
fmt.go 219 fmt.Fprintf(s, "%%!%c(Op=%d)", verb, int(o))
300 func (m fmtMode) Fprintf(s fmt.State, format string, args ...interface{}) {
302 fmt.Fprintf(s, format, args...)
407 fmt.Fprintf(s, "%%!%c(*Node=%p)", verb, n)
416 fmt.Fprintf(s, " a(%v)", n.Addable())
420 fmt.Fprintf(s, " g(%d)", n.Name.Vargen)
424 fmt.Fprintf(s, " l(%d)", n.Pos.Line())
428 fmt.Fprintf(s, " x(%d)", n.Xoffset)
432 fmt.Fprintf(s, " class(%v)", n.Class())
436 fmt.Fprintf(s, " colas(%v)", n.Colas()
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
print.go 168 // Implement Write so we can call Fprintf on a pp (through State), for
184 // Fprintf formats according to a format specifier and writes to w.
186 func Fprintf(w io.Writer, format string, a ...interface{}) (n int, err error) {
197 return Fprintf(os.Stdout, format, a...)
  /external/iputils/
traceroute6.c 288 #define Fprintf (void)fprintf
379 Fprintf(stderr,
390 Fprintf(stderr,
398 Fprintf(stderr,
417 Fprintf(stderr, "Sorry, rthdr is not yet supported\n");
425 Fprintf(stderr,
463 (void)fprintf(stderr,
478 Fprintf(stderr,
489 fprintf(stderr, "malloc failed\n")
    [all...]
  /external/syslinux/gpxe/src/util/
nrv2b.c 52 #define Fprintf(x)
55 #define Fprintf(x) fprintf x
74 Fprintf((stderr, "\n%s\n", message));
1246 Fprintf((stderr, "Errno: %d", errno));
1307 Fprintf((stdout, "input size %ld bytes\n", in_len));
1308 Fprintf((stdout, "output size %ld bytes\n", out_len));
1309 Fprintf((stdout, "input/output %.3f\n", (double)in_len / out_len));
1311 Fprintf((stdout, "input/output = %ld/%ld = %.3f\n", in_len, out_len,
1452 Fprintf((stderr, "%12ld\n", olen))
    [all...]

Completed in 179 milliseconds