HomeSort by: relevance | last modified time | path
    Searched defs:Printf (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/gdtoa/
makefile 35 # invoke "make Printf" to add printf.o to gdtoa.a (if desired)
60 Printf: all printf.c
61 $(CC) -c $(CFLAGS) printf.c
62 ar ruv gdtoa.a printf.o
63 rm printf.o
64 touch Printf
71 makefile misc.c printf.c printf.c0 qnan.c smisc.c stdio1.h
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIO.cpp 36 Printf("No such directory: %s; exiting\n", Path.c_str());
60 Printf("%s", FileToString(Path).c_str());
82 Printf("Loaded %zd/%zd files from %s\n", NumLoaded, Files.size(), Path);
121 void Printf(const char *Fmt, ...) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_printf.cc 12 // Internal printf function, used inside run-time libraries.
13 // We can't use libc printf because we intercept some of the functions used
132 "Supported Printf formats: %([0-9]*)?(z|ll)?{d,u,x,X}; %p; "
319 void Printf(const char *format, ...) {
326 // Like Printf, but prints the current PID before the output string.
  /src/usr.sbin/traceroute/
traceroute.c 271 #define Printf (void)printf
967 if (gotlastaddr) printf("\n ");
973 Printf(" %.3f ms", deltaT(&t1, &t2));
975 Printf(" (ttl = %d)", ip->ip_ttl);
979 Printf(" !");
994 Printf(" !");
1001 Printf(" !N");
1006 Printf(" !H");
1011 Printf(" !P")
    [all...]

Completed in 13 milliseconds