dprintf 217 uspace/lib/posix/src/stdio.c int dprintf(int fildes, const char *restrict format, ...) dprintf 45 uspace/srv/fs/exfat/exfat.h #define dprintf(...) printf(__VA_ARGS__) dprintf 46 uspace/srv/fs/fat/fat.h #define dprintf(...) printf(__VA_ARGS__) dprintf 49 uspace/srv/vfs/vfs.h #define dprintf(...)HelenOS homepage, sources at GitHub