Lines Matching defs:str
38 char str[256];
47 wcstombs(str, wuf, sizeof(str));
48 if (strcmp(tst, str))
49 terror("swprintf %%ls \"%s\" expected, \"%s\" returned", tst, str);
52 wcstombs(str, wuf, sizeof(str));
53 if (strcmp(tst, str))
54 terror("swprintf %%S \"%s\" expected, \"%s\" returned", tst, str);
61 wcstombs(str, wuf, sizeof(str));
62 if (strcmp(tst, str))
63 terror("swscanf %%ls \"%s\" expected, \"%s\" returned", tst, str);
71 wcstombs(str, wuf, sizeof(str));
72 if (strcmp(tst, str))
73 terror("swscanf %%S \"%s\" expected, \"%s\" returned", tst, str);
78 wcstombs(str, wuf, sizeof(str));
79 if (strcmp(tst, str))
80 terror("swprintf %%lc \"%s\" expected, \"%s\" returned", tst, str);
84 wcstombs(str, wuf, sizeof(str));
85 if (strcmp(tst, str))
86 terror("swprintf %%C \"%s\" expected, \"%s\" returned", tst, str);
103 wcstombs(str, wuf, sizeof(str));
104 if (strcmp(tst, str))
105 terror("sfsscanf %%ls \"%s\" expected, \"%s\" returned", tst, str);
113 wcstombs(str, wuf, sizeof(str));
114 if (strcmp(tst, str))
115 terror("sfsscanf %%S \"%s\" expected, \"%s\" returned", tst, str);