Searched refs:htest (Results 1 – 3 of 3) sorted by relevance
/stdlib/ |
A D | tst-strfrom.h | 103 for (i = 0; i < sizeof (htest) / sizeof (htest[0]); i++) \ 105 rc = FTOSTR (buf, 50, htest[i].fmt, htest[i].t.FSUF); \ 106 if (strcmp (buf, htest[i].exp[0]) == 0 \ 107 || strcmp (buf, htest[i].exp[1]) == 0 \ 108 || strcmp (buf, htest[i].exp[2]) == 0 \ 109 || strcmp (buf, htest[i].exp[3]) == 0) \ 114 "or %s\n", buf, rc, htest[i].exp[0], htest[i].exp[1], \ 115 htest[i].exp[2], htest[i].exp[3]); \
|
A D | tst-strfrom-locale.c | 52 static const struct htests htest[] = { variable
|
A D | tst-strfrom.c | 52 static const struct htests htest[] = { variable
|
Completed in 8 milliseconds