Lines Matching refs:rc
55 int rc; member
58 #define TEST(s, fmt, size, rc, val) \ argument
60 s, fmt, size, rc, { GEN_TEST_STRTOD_FOREACH (ENTRY, val) } \
80 int i, rc = 0, rc1 = 0; \
83 rc = FTOSTR (sbuf, stest[i].size, stest[i].fmt, stest[i].t.FSUF); \
84 rc1 = (strcmp (sbuf, stest[i].s) != 0) || (rc != stest[i].rc); \
88 sbuf, rc, stest[i].s, stest[i].rc); \
94 rc = FTOSTR (buf, tests[i].size, tests[i].fmt, tests[i].t.FSUF); \
95 rc1 = (strcmp (buf, tests[i].s) != 0) || (rc != tests[i].rc); \
99 buf, rc, tests[i].s, tests[i].rc); \
105 rc = FTOSTR (buf, 50, htest[i].fmt, htest[i].t.FSUF); \
114 "or %s\n", buf, rc, htest[i].exp[0], htest[i].exp[1], \