Lines Matching refs:tst
40 static char tst[] = "hello-world";
48 if (strcmp(tst, str))
49 terror("swprintf %%ls \"%s\" expected, \"%s\" returned", tst, str);
53 if (strcmp(tst, str))
54 terror("swprintf %%S \"%s\" expected, \"%s\" returned", tst, str);
63 if (strcmp(tst, str))
64 terror("swscanf %%ls \"%s\" expected, \"%s\" returned", tst, str);
73 if (strcmp(tst, str))
74 terror("swscanf %%S \"%s\" expected, \"%s\" returned", tst, str);
81 if (strcmp(tst, str))
82 terror("swprintf %%lc \"%s\" expected, \"%s\" returned", tst, str);
87 if (strcmp(tst, str))
88 terror("swprintf %%C \"%s\" expected, \"%s\" returned", tst, str);
93 if (strcmp(tst, buf))
94 terror("sfsprintf %%ls \"%s\" expected, \"%s\" returned", tst, buf);
97 if (strcmp(tst, buf))
98 terror("sfsprintf %%S \"%s\" expected, \"%s\" returned", tst, buf);
107 if (strcmp(tst, str))
108 terror("sfsscanf %%ls \"%s\" expected, \"%s\" returned", tst, str);
117 if (strcmp(tst, str))
118 terror("sfsscanf %%S \"%s\" expected, \"%s\" returned", tst, str);
124 if (strcmp(tst, buf))
125 terror("sfsprintf %%lc \"%s\" expected, \"%s\" returned", tst, buf);
129 if (strcmp(tst, buf))
130 terror("sfsprintf %%C \"%s\" expected, \"%s\" returned", tst, buf);