Home
last modified time | relevance | path

Searched refs:dprintf (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/sys/drv/sys/
H A Dteec_trace.h93 #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 Dstdio2.h171 dprintf (int __fd, __const char *__restrict __fmt, ...) in dprintf() function
189 # define dprintf(fd, ...) \ macro
H A Dstdio-ldbl.h68 __LDBL_REDIR_DECL (dprintf)
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h263 int _EXFUN(dprintf, (int, const char *, ...));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdio.h393 extern int dprintf (int __fd, __const char *__restrict __fmt, ...)