Searched refs:cputs (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/kernel/platform/pc/include/platform/
H A Dconsole.h35 void cputs(char* s);
/fuchsia/zircon/kernel/lib/console/
H A Dconsole.cpp198 static inline void cputs(const char* s) { function
233 cputs("\b \b"); // wipe out a character
265 cputs("\b \b"); // wipe out a character
276 cputs("\b \b"); // wipe out a character
286 cputs(buffer);
297 cputs("\nerror: line too long\n");
542 cputs("] ");
/fuchsia/zircon/kernel/platform/pc/
H A Dconsole.cpp243 void cputs(char* s) { function

Completed in 34 milliseconds