Home
last modified time | relevance | path

Searched defs:EPRINTF (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/functional/threads/include/
Dtest.h25 #define EPRINTF(x, args...) fprintf(stderr, "%s: %d: " x "\n",__FILE__, __LINE__, ##args); macro
/external/ltp/testcases/kernel/syscalls/utils/
Dinclude_j_h.h58 #define EPRINTF(...) \ macro