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);
62 if (strcmp(tst, str))
63 terror("swscanf %%ls \"%s\" expected, \"%s\" returned", tst, str);
72 if (strcmp(tst, str))
73 terror("swscanf %%S \"%s\" expected, \"%s\" returned", tst, str);
79 if (strcmp(tst, str))
80 terror("swprintf %%lc \"%s\" expected, \"%s\" returned", tst, str);
85 if (strcmp(tst, str))
86 terror("swprintf %%C \"%s\" expected, \"%s\" returned", tst, str);
91 if (strcmp(tst, buf))
92 terror("sfsprintf %%ls \"%s\" expected, \"%s\" returned", tst, buf);
95 if (strcmp(tst, buf))
96 terror("sfsprintf %%S \"%s\" expected, \"%s\" returned", tst, buf);
104 if (strcmp(tst, str))
105 terror("sfsscanf %%ls \"%s\" expected, \"%s\" returned", tst, str);
114 if (strcmp(tst, str))
115 terror("sfsscanf %%S \"%s\" expected, \"%s\" returned", tst, str);
120 if (strcmp(tst, buf))
121 terror("sfsprintf %%lc \"%s\" expected, \"%s\" returned", tst, buf);
125 if (strcmp(tst, buf))
126 terror("sfsprintf %%C \"%s\" expected, \"%s\" returned", tst, buf);