Searched refs:cdescr (Results 1 - 1 of 1) sorted by relevance
/third_party/musl/libc-test/src/functional/ |
H A D | pthread_cancel-points.c | 11 #define TESTC(c, m) ( (c) || (t_error(#c " failed (%s, " m ")\n", cdescr), 0) ) 13 if ((r = (f))) t_error(#f " failed: %s (%s, " m ")\n", strerror(r), cdescr); } while (0) 15 if ((f)==-1) t_error(#f " failed: %s (%s, " m ")\n", strerror(errno), cdescr); } while (0) 21 static const char *cdescr = "global initialization"; variable 133 cdescr = cur_sc->descr; in main()
|
Completed in 1 milliseconds