Searched refs:dprintf (Results 1 – 5 of 5) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/sys/drv/sys/ |
| H A D | teec_trace.h | 93 #define dprintf(level, x...) do { \ macro 100 #define EMSG(fmt, ...) dprintf(TRACE_ERROR, fmt "\n", ##__VA_ARGS__) 101 #define IMSG(fmt, ...) dprintf(TRACE_INFO, fmt "\n", ##__VA_ARGS__) 102 #define DMSG(fmt, ...) dprintf(TRACE_DEBUG, fmt "\n", ##__VA_ARGS__) 103 #define FMSG(fmt, ...) dprintf(TRACE_FLOW, fmt "\n", ##__VA_ARGS__)
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | stdio2.h | 171 dprintf (int __fd, __const char *__restrict __fmt, ...) in dprintf() function 189 # define dprintf(fd, ...) \ macro
|
| H A D | stdio-ldbl.h | 68 __LDBL_REDIR_DECL (dprintf)
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | stdio.h | 263 int _EXFUN(dprintf, (int, const char *, ...));
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | stdio.h | 393 extern int dprintf (int __fd, __const char *__restrict __fmt, ...)
|