Searched refs:Fprintf (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/gdtoa/
H A Dstdio1.h25 /* stdio1.h -- for using Printf, Fprintf, Sprintf while
59 extern int Fprintf ANSI((FILE*, const char*, ...));
91 #define fprintf Fprintf
/freebsd-current/usr.sbin/traceroute/
H A Dtraceroute.c261 #define Fprintf (void)fprintf macro
509 Fprintf(stderr, "%s: open \"%s\": %s\n",
610 Fprintf(stderr,
698 Fprintf(stderr,
705 Fprintf(stderr, "%s: Warning: ip checksums disabled\n", prog);
728 Fprintf(stderr,
744 Fprintf(stderr, "%s: packet length must be a multiple of 4\n",
751 Fprintf(stderr, "%s: malloc: %s\n", prog, strerror(errno));
794 Fprintf(stderr, "%s: unknown protocol %s\n", prog, cp);
799 Fprintf(stder
[all...]

Completed in 70 milliseconds