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

  /prebuilts/go/darwin-x86/src/fmt/
print.go 176 // 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/fmt/
print.go 176 // 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...]

Completed in 204 milliseconds