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);
62 wcstombs(str, wuf, sizeof(str));
63 if (strcmp(tst, str))
64 terror("swscanf %%ls \"%s\" expected, \"%s\" returned", tst, str);
72 wcstombs(str, wuf, sizeof(str));
73 if (strcmp(tst, str))
74 terror("swscanf %%S \"%s\" expected, \"%s\" returned", tst, str);
80 wcstombs(str, wuf, sizeof(str));
81 if (strcmp(tst, str))
82 terror("swprintf %%lc \"%s\" expected, \"%s\" returned", tst, str);
86 wcstombs(str, wuf, sizeof(str));
87 if (strcmp(tst, str))
88 terror("swprintf %%C \"%s\" expected, \"%s\" returned", tst, str);
106 wcstombs(str, wuf, sizeof(str));
107 if (strcmp(tst, str))
108 terror("sfsscanf %%ls \"%s\" expected, \"%s\" returned", tst, str);
116 wcstombs(str, wuf, sizeof(str));
117 if (strcmp(tst, str))
118 terror("sfsscanf %%S \"%s\" expected, \"%s\" returned", tst, str);