Lines Matching defs:PRINT
438 * number of characters to print.
614 #define CHARINT 0x2000 /* print char using int format */
677 struct __siov *iovp; /* for PRINT macro */
706 * BEWARE, these `goto error' on error, PRINT uses `n2' and
710 #define PRINT(ptr, len) do { \
719 #define PRINT(ptr, len) do { \
741 PRINT(with, PADSIZE); \
744 PRINT(with, n); \
754 PRINT((p), n2); \
868 PRINT(cp, n);
1366 * printf("%#.0o", 0) should print 0.''
1408 * required by a decimal [diouxX] precision, then print the
1433 PRINT(&sign, 1);
1437 PRINT(ox, 2);
1450 PRINT(result, size);
1454 PRINT(zeroes, 1);
1456 PRINT(decimal_point, 1);
1472 PRINT(&thousands_sep,
1484 PRINT(buf, 1);
1493 PRINT(buf, 2);
1494 PRINT(result, ndig-1);
1497 PRINT(result, 1);
1498 PRINT(expstr, expsize);
1502 PRINT(result, size);