Searched refs:__putstr (Results 1 – 2 of 2) sorted by relevance
27 void __putstr(int error, const char *s);28 #define putstr(__x) __putstr(0, __x)29 #define puts(__x) __putstr(0, __x)
173 void __putstr(int error, const char *s) in __putstr() function268 __putstr(1, "\n\n"); in error()269 __putstr(1, x); in error()270 __putstr(1, "\n\n -- System halted"); in error()