Symbol: PRINT
bin/ksh/vi.c
193
enum expand_mode { NONE, EXPAND, COMPLETE, PRINT };
lib/libc/stdio/vfwprintf.c
710
#define PRINT(ptr, len) do { \
lib/libc/stdio/vfwprintf.c
719
#define PRINT(ptr, len) do { \
lib/libc/stdlib/strfmon.c
67
#define PRINT(CH) do { \
sys/arch/aarch64/aarch64/locore.S
112
#define PRINT(string) bl xprint; .asciz string; .align 2
sys/arch/luna68k/luna68k/locore.s
57
#define PRINT(msg) \
sys/arch/luna68k/luna68k/locore.s
64
#undef PRINT
sys/arch/x68k/stand/xxboot/ashldi3.S
52
.macro PRINT msg
sys/arch/x68k/stand/xxboot/ashrdi3.S
52
.macro PRINT msg
sys/arch/x68k/stand/xxboot/memcmp.S
66
.macro PRINT msg
sys/arch/x68k/stand/xxboot/memcpy.S
88
.macro PRINT msg
sys/arch/x68k/stand/xxboot/memset.S
72
.macro PRINT msg
sys/dev/ic/elink3.c
590
#define PRINT(str) aprint_normal("%s%s", sep, str); sep = ", "
sys/dev/ic/elink3.c
608
#undef PRINT
sys/dev/ic/elink3.c
656
#define PRINT(str) aprint_normal("%s%s", sep, str); sep = ", "
sys/dev/ic/elink3.c
682
#undef PRINT
sys/dev/ic/elinkxl.c
549
#define PRINT(str) aprint_normal("%s%s", sep, str); sep = ", "
sys/dev/ic/elinkxl.c
575
#undef PRINT
sys/dev/ic/tulip.c
4043
#define PRINT(str) aprint_normal("%s%s", sep, str); sep = ", "
sys/dev/ic/tulip.c
4061
#undef PRINT
sys/dev/ic/tulip.c
5513
#define PRINT(str) aprint_normal("%s%s", sep, str); sep = ", "
sys/dev/ic/tulip.c
5564
#undef PRINT
sys/dev/mii/mii_physubr.c
526
#define PRINT(n) aprint_normal("%s%s", sep, (n)); sep = ", "
sys/dev/mii/mii_physubr.c
643
#undef PRINT
sys/dev/mii/tlphy.c
167
#define PRINT(str) \
sys/dev/mii/tlphy.c
203
#undef PRINT
sys/dev/pci/if_sk.c
3026
#undef PRINT
sys/dev/pci/if_tlp_pci.c
1412
#define PRINT(str) aprint_normal("%s%s", sep, str); sep = ", "
sys/dev/pci/if_tlp_pci.c
1430
#undef PRINT
sys/dev/pci/if_tlp_pci.c
1627
#define PRINT(str) aprint_normal("%s%s", sep, str); sep = ", "
sys/dev/pci/if_tlp_pci.c
1654
#undef PRINT
sys/dev/pci/pci.c
165
#define PRINT(str) \
sys/dev/pci/pci.c
191
#undef PRINT
tests/include/t_inttypes.c
241
#undef PRINT
tests/include/t_inttypes.c
69
#define PRINT(fmt, var) \
usr.bin/ul/ul.c
95
#define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar)