Home
last modified time | relevance | path

Searched refs:_dprintf (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/share/examples/puffs/pgfs/
Dpgfs_debug.h31 #define DPRINTF(...) _dprintf(__func__, __VA_ARGS__);
32 void _dprintf(const char *, const char *, ...);
Dpgfs_debug.c48 _dprintf(const char *func, const char *fmt, ...) in _dprintf() function