Searched defs:t_error (Results 1 – 5 of 5) sorted by relevance
6 #define t_error(...) t_printf(T_LOC1(__LINE__) ": " __VA_ARGS__) macro
14 #define t_error(...) t_printf(T_LOC1(__LINE__) ": " __VA_ARGS__) macro
306 void t_error(int status, int errnum, const char *format, ...) in t_error() function
100 static void t_error(int status, int errnum, const char *format, ...) in t_error() function
125 def t_error(t): function