Searched defs:PRINT (Results 26 - 39 of 39) sorted by relevance

12

/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_mii_physubr.c402 #define PRINT(s) printf("%s%s", sep, s); sep = ", " macro
535 #undef PRINT macro
[all...]
/haiku/src/system/kernel/messaging/
H A DMessagingService.cpp23 # define PRINT(x) dprintf x macro
25 # define PRINT(x) ; macro
/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c53 #define PRINT(CH) do { \ macro
[all...]
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c69 #define PRINT(ptr, wptr, len) \ macro
H A Dprintf_fp.c80 #define PRINT(ptr, wptr, len) \ macro
/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp21 #define PRINT(x) printf x macro
[all...]
/haiku/src/tests/kits/game/ParticlesII/
H A DparticlesII.cpp11 #define PRINT(x) printf x macro
13 #define PRINT(x) macro
[all...]
/haiku/src/servers/input/
H A DInputServer.h254 # undef PRINT macro
266 # define PRINT(x) _iprint x macro
268 # undef PRINT macro
269 # define PRINT(x) SERIAL_PRINT(x) macro
/haiku/src/preferences/mail/
H A DDNSQuery.cpp14 #undef PRINT macro
16 #define PRINT(a...) printf(a) macro
18 #define PRINT(a...) macro
[all...]
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd.c69 #define PRINT(a) dprintf a macro
72 #define PRINT(a) macro
[all...]
/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp42 # define PRINT(x) dprintf x macro
45 # define PRINT(x) ; macro
/haiku/src/kits/app/
H A DLooper.cpp41 #define PRINT(x) DBG({ printf("[%6" B_PRId32 "] ", find_thread(NULL)); printf x; }) macro
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp32 #define PRINT(x) { dprintf("btrfs: "); dprintf x; } macro
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp37 # define PRINT(format...) kprintf(format) macro
43 # define PRINT(format...) printf(format) macro
[all...]

Completed in 138 milliseconds

12