Searched refs:__putstr (Results 1 – 2 of 2) sorted by relevance
36 void __putstr(const char *s);37 #define error_putstr(__x) __putstr(__x)41 #define debug_putstr(__x) __putstr(__x)
173 void __putstr(const char *s) in __putstr() function