Home
last modified time | relevance | path

Searched refs:htest (Results 1 – 3 of 3) sorted by relevance

/stdlib/
A Dtst-strfrom.h103 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 Dtst-strfrom-locale.c52 static const struct htests htest[] = { variable
A Dtst-strfrom.c52 static const struct htests htest[] = { variable

Completed in 8 milliseconds