Home
last modified time | relevance | path

Searched defs:t_error (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/libc-test/src/nativehook/
Dtest.h6 #define t_error(...) t_printf(T_LOC1(__LINE__) ": " __VA_ARGS__) macro
/third_party/musl/libc-test/src/common/
Dtest.h14 #define t_error(...) t_printf(T_LOC1(__LINE__) ": " __VA_ARGS__) macro
/third_party/liburing/test/
Dhelpers.c306 void t_error(int status, int errnum, const char *format, ...) in t_error() function
/third_party/liburing/examples/
Dsend-zerocopy.c100 static void t_error(int status, int errnum, const char *format, ...) in t_error() function
/third_party/mesa3d/src/intel/vulkan/grl/
Dgrl_parser.py125 def t_error(t): function