Searched refs:swscanf (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/stdio/
H A Dswscanf.c27 swscanf(const wchar_t* s, const wchar_t* fmt, ...) function
/ast/src/cmd/tests/sfio/
H A Dtwc.c57 n = swscanf(L" hello-world ", L"%ls", wuf);
59 terror("swscanf %%ls %d expected, %d returned", 1, n);
64 terror("swscanf %%ls \"%s\" expected, \"%s\" returned", tst, str);
67 n = swscanf(L" hello-world ", L"%S", wuf);
69 terror("swscanf %%S %d expected, %d returned", 1, n);
74 terror("swscanf %%S \"%s\" expected, \"%s\" returned", tst, str);
H A Dtwchar.c56 n = swscanf(L" hello-world ", L"%ls", wuf);
58 terror("swscanf %%ls %d expected, %d returned", 1, n);
63 terror("swscanf %%ls \"%s\" expected, \"%s\" returned", tst, str);
66 n = swscanf(L" hello-world ", L"%S", wuf);
68 terror("swscanf %%S %d expected, %d returned", 1, n);
73 terror("swscanf %%S \"%s\" expected, \"%s\" returned", tst, str);
/ast/src/lib/libast/
H A DMakefile186 fputwc.c getwc.c swscanf.c vswscanf.c \

Completed in 70 milliseconds