HelenOS sources

DPRINTF           242 uspace/app/wavplay/dplay.c #define DPRINTF(f, ...) \
DPRINTF           123 uspace/lib/c/generic/async/server.c #define DPRINTF(...)  ((void) 0)
DPRINTF            49 uspace/lib/c/generic/elf/elf_load.c #define DPRINTF(...)
DPRINTF            64 uspace/lib/c/generic/elf/elf_mod.c #define DPRINTF(...)
DPRINTF            56 uspace/lib/c/generic/thread/fibril.c #define DPRINTF(...) ((void)0)
DPRINTF            44 uspace/lib/c/generic/thread/futex.c #define DPRINTF(...) dummy_printf(__VA_ARGS__)
DPRINTF            44 uspace/lib/c/include/rtld/rtld_debug.h #define DPRINTF(format, ...) printf(format, ##__VA_ARGS__)
DPRINTF            46 uspace/lib/c/include/rtld/rtld_debug.h #define DPRINTF(format, ...) if (0) printf(format, ##__VA_ARGS__)
DPRINTF            44 uspace/lib/posix/include/libc/rtld/rtld_debug.h #define DPRINTF(format, ...) printf(format, ##__VA_ARGS__)
DPRINTF            46 uspace/lib/posix/include/libc/rtld/rtld_debug.h #define DPRINTF(format, ...) if (0) printf(format, ##__VA_ARGS__)
DPRINTF            67 uspace/srv/loader/main.c #define DPRINTF(...) ((void) 0)
HelenOS homepage, sources at GitHub