format 156 src/dps8/dps8_simh.h void sim_printf( const char * format, ... ); // not really simh, by my impl format 56 src/dps8/hdbg.h __attribute__ ((format (printf, 2, 3))) format 98 src/dps8/libtelnet.h # define TELNET_GNU_PRINTF(f,a) __attribute__((format(printf, f, a))) /* internal helper */ format 7951 src/simh/scp.c uint32 width, uint32 format) format 7959 src/simh/scp.c dbuf[d] = (format == PV_RZRO)? '0': ' '; format 7969 src/simh/scp.c switch (format) { format 8016 src/simh/scp.c uint32 width, uint32 format) format 8021 src/simh/scp.c return sprint_val (NULL, val, radix, width, format); format 8024 src/simh/scp.c sprint_val (dbuf, val, radix, width, format); format 9598 src/simh/scp.c if (bitdefs[i].format) { format 9600 src/simh/scp.c Fprintf(stream, bitdefs[i].format, value); format 109 src/simh/scp.h # define GCC_FMT_ATTR(n, m) __attribute__ ((format (__printf__, n, m))) format 480 src/simh/sim_defs.h const char *format; /* value format string */ format 1166 src/simh/sim_tape.c const uint32 format = MT_GET_FMT (uptr); /* tape format */ format 1184 src/simh/sim_tape.c if (format != MTUF_F_STD) /* if erase gaps aren't supported by the format */