Searched refs:Fprintf (Results 1 – 5 of 5) sorted by relevance
| /src/usr.sbin/traceroute/ |
| H A D | traceroute.c | 261 #define Fprintf (void)fprintf macro 509 Fprintf(stderr, "%s: open \"%s\": %s\n", in main() 610 Fprintf(stderr, in main() 698 Fprintf(stderr, in main() 705 Fprintf(stderr, "%s: Warning: ip checksums disabled\n", prog); in main() 728 Fprintf(stderr, in main() 744 Fprintf(stderr, "%s: packet length must be a multiple of 4\n", in main() 751 Fprintf(stderr, "%s: malloc: %s\n", prog, strerror(errno)); in main() 794 Fprintf(stderr, "%s: unknown protocol %s\n", prog, cp); in main() 799 Fprintf(stderr, "%s: icmp socket: %s\n", prog, strerror(errno)); in main() [all …]
|
| /src/contrib/gdtoa/ |
| H A D | stdio1.h | 59 extern int Fprintf ANSI((FILE*, const char*, ...)); 91 #define fprintf Fprintf
|
| H A D | printf.c0 | 1433 Fprintf 1578 Fprintf(Stderr, "%s: ", s); 1579 Fprintf(Stderr, "%s\n", strerror(errno));
|
| H A D | README | 358 as Fprintf) to gdtoa.a. These are analogs, declared in stdio1.h, of
|
| /src/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 754 Fprintf 3794 type. This expands the utility of Concatenate and the Printf/Fprintf 4525 iASL: Added Printf/Fprintf macros for formatted output. These macros are 4527 writes to the ASL Debug object. Fprintf allows the specification of an 4543 (new) Fprintf (STR1, "%o: %o Successful", Arg1, Arg0)
|