Lines Matching refs:PRINT
177 struct __siov *iovp;/* for PRINT macro */
225 #define PRINT(ptr, len) do { \
239 PRINT(with, PADSIZE); \
242 PRINT(with, n); \
355 PRINT(cp, m);
722 * required by a decimal [diouxX] precision, then print the
741 PRINT(&sign, 1);
745 PRINT(ox, 2);
758 PRINT(cp, size);
763 PRINT("0", 1);
765 PRINT(decimal_point, 1);
769 PRINT("0", 1);
770 PRINT(decimal_point, 1);
772 PRINT(cp, ndig);
774 PRINT(cp, ndig);
777 PRINT(".", 1);
779 PRINT(cp, expt);
781 PRINT(".", 1);
782 PRINT(cp, ndig-expt);
788 PRINT(ox, 2);
790 PRINT(cp, ndig-1);
795 PRINT(cp, 1);
796 PRINT(expstr, expsize);
800 PRINT(cp, size);
1253 if ((ch != 'g' && ch != 'G') || flags & ALT) { /* Print trailing zeros */