/src/tests/include/ |
t_inttypes.c | 69 #define PRINT(fmt, var) \ 74 PRINT(PRId8, i8); 75 PRINT(PRId16, i16); 76 PRINT(PRId32, i32); 77 PRINT(PRId64, i64); 78 PRINT(PRIdLEAST8, il8); 79 PRINT(PRIdLEAST16, il16); 80 PRINT(PRIdLEAST32, il32); 81 PRINT(PRIdLEAST64, il64); 82 PRINT(PRIdFAST8, if8) [all...] |
/src/sys/external/bsd/drm2/include/linux/ |
tracepoint.h | 34 #define TRACE_EVENT(NAME, PROTOTYPE, ARGS, FIELDS, TRACE, PRINT) \ 39 #define DECLARE_EVENT_CLASS(NAME, PROTOTYPE, ARGS, FIELDS, TRACE, PRINT) \
|
/src/usr.bin/ul/ |
ul.c | 95 #define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar) 285 PRINT(cursor_right); 406 PRINT(cursor_up); 407 PRINT(cursor_up); 425 PRINT(cursor_left); 428 PRINT(underline_char); 445 PRINT(exit_underline_mode); 447 PRINT(exit_standout_mode); 452 PRINT(exit_attribute_mode); 454 PRINT(exit_standout_mode) [all...] |
/src/share/locale/ctype/charset/ |
ASCII | 18 PRINT 0x20 - 0x7e
|
Latin-Hebrew | 15 PRINT 0x20 0x22 - 0x3e 0x5f 0x60 - 0x7a
|
JISX0201-left | 16 PRINT 0x0021 - 0x007e
|
Latin-3 | 26 PRINT 0x20 - 0x24 0x26 - 0x2d 0x2f 27 PRINT 0x30 - 0x3d 0x3f 28 PRINT 0x40 - 0x42 0x44 - 0x4f 0x51 - 0x5f 29 PRINT 0x60 - 0x62 0x64 - 0x6f 0x71 - 0x7f
|
Latin-6+ | 16 PRINT 0x20 0x30 0x40 - 0x4f 0x60 - 0x6f
|
Latin-1 | 15 PRINT 0x20 - 0x7f
|
Latin-5 | 18 PRINT 0x20 - 0x7f
|
Latin-Cyrillic | 20 PRINT 0x20 - 0x7f
|
Latin-Greek | 19 PRINT 0x20 - 0x7f
|
/src/lib/libc/stdlib/ |
strfmon.c | 57 #define NEED_GROUPING 0x01 /* print digits grouped (default) */ 67 #define PRINT(CH) do { \ 76 PRINT(*tmps++); \ 156 PRINT(*fmt++); 167 value = 0; /* we have no value to print now */ 325 PRINT(' '); 328 PRINT('('); 334 PRINT(' '); 342 PRINT(space_char); 345 PRINT(' '); [all...] |
/src/share/locale/ctype/ |
en_US.UTF-8.src | 59 PRINT 0x0020 - 0x007e 82 PRINT 0x00a0 - 0x00ff 118 PRINT 0x0100 - 0x017f 277 PRINT 0x0180 - 0x024f 471 PRINT 0x0250 - 0x02af 519 PRINT 0x02b0 - 0x02ff 529 PRINT 0x0300 - 0x036f 553 PRINT 0x0370 - 0x0377 0x037a - 0x037f 0x0384 - 0x038a 0x038c 554 PRINT 0x038e - 0x03a1 0x03a3 - 0x03ff 647 PRINT 0x0400 - 0x04f [all...] |
tr_TR.ISO8859-9.src | 42 PRINT 0x20 - 0x7e 61 PRINT 0xa0 - 0xff
|
en_US.ASCII.src | 19 PRINT 0x20 - 0x7e
|
en_US.ISO_8859-1.src | 22 PRINT 0x20 - 0x7e 0xa0 - 0xff
|
ru_RU.CP866.src | 22 PRINT 0x20 - 0x7e 0x80 - 0xff
|
ru_RU.KOI8-R.src | 22 PRINT 0x20 - 0x7e 0x80 - 0xff
|
/src/sys/arch/x68k/stand/xxboot/ |
memset.S | 72 .macro PRINT msg 84 PRINT %pc@(msg_testname) 89 PRINT %pc@(msg_crlf) 107 PRINT %pc@(msg_ok) 110 PRINT %pc@(msg_fail)
|
memcmp.S | 66 .macro PRINT msg 78 PRINT %pc@(msg_testname) 86 PRINT %pc@(msg_crlf) 101 PRINT %pc@(msg_ok) 104 PRINT %pc@(msg_fail)
|
/src/sys/dev/mii/ |
mii_physubr.c | 499 * attached. We expect to be set up to print a comma-separated list 500 * of media names. Does not print a newline. 526 #define PRINT(n) aprint_normal("%s%s", sep, (n)); sep = ", " 544 PRINT("HomePNA1"); 552 PRINT("10baseT"); 557 PRINT("10baseT-FDX"); 563 PRINT("100baseTX"); 568 PRINT("100baseTX-FDX"); 574 PRINT("100baseT4"); 593 PRINT("1000baseSX") [all...] |
tlphy.c | 167 #define PRINT(str) \ 181 PRINT("10base2"); 185 PRINT("10base5"); 187 PRINT("no media present"); 203 #undef PRINT
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_params.c | 221 #define PRINT(T, x, ...) _print_param(p, #x, #T, ¶ms->x); 222 I915_PARAMS_FOR_EACH(PRINT); 223 #undef PRINT
|
/src/lib/libc/stdio/ |
vfwprintf.c | 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) [all...] |