Searched refs:DEBUG_OUT (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/utelnetd/
H A Dutelnetd.c112 #define DEBUG_OUT(...) fprintf(stderr, __VA_ARGS__) macro
114 #define DEBUG_OUT(...) macro
115 //static inline void DEBUG_OUT(const char *format, ...) {};
203 DEBUG_OUT("Ignoring IAC 0x%02x, %s, %s\n", *ptr, TELCMD(*(ptr+1)), TELOPT(*(ptr+2)));
228 DEBUG_OUT("getpty(): couldn't get pty\n");
233 DEBUG_OUT("getpty(): couldn't grant and unlock pty\n");
237 DEBUG_OUT("getpty(): got pty %s\n",ptsname(p));
341 DEBUG_OUT("stdin, stdout, stderr: %d %d %d\n", t, t1, t2);
345 DEBUG_OUT(" Open & start display %s\n", ISSUE_FILE);
510 DEBUG_OUT(" daemonizin
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dwaveartist.c28 #define DEBUG_OUT 2 macro
437 if (debug_flg & DEBUG_OUT)

Completed in 38 milliseconds