Searched refs:xmon_write (Results 1 – 1 of 1) sorted by relevance
38 static int xmon_write(const char *ptr, int nb) in xmon_write() function89 return xmon_write(&ch, 1) == 1? c: -1; in xmon_putchar()177 rc = xmon_write(xmon_outbuf, n); in xmon_printf()187 xmon_write(str, strlen(str)); in xmon_puts()
Completed in 3 milliseconds