Searched defs:printf (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Dkr_iostat.c78 #undef printf macro
81 int printf(const char *bar, ...) { return 1; } function
137 (void) printf(" %3.0f %4.0f",\
142 (void) printf(" %2.0f %2.0f %2.0f %2.0f", \
148 #define PRINT_CPU_HDR1 (void) printf("%12s", "cpu");
149 #define PRINT_CPU_HDR2 (void) printf(" us sy wt id");
150 #define PRINT_TTY_HDR1 (void) printf("%9s", "tty");
151 #define PRINT_TTY_HDR2 (void) printf(" tin tout");
152 #define PRINT_ERR_HDR (void) printf(" ---- errors --- ");

Completed in 13 milliseconds