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

/haiku/src/system/libroot/posix/glibc/libio/
H A Dswscanf.c25 swscanf (const wchar_t *s, const wchar_t *format, ...) function
/haiku/src/tests/system/libroot/posix/
H A Dtst-swscanf2.c21 n = swscanf (in, L"%d + %d is %d", &a, &b, &c);
28 n = swscanf (L"one two three !!", L"%s %S %s %c%C",
H A Dtst-swscanf.c61 if (swscanf(tests[n].arg, tests[n].fmt, buf) != tests[n].retval) {
62 printf("swscanf (\"%S\", \"%S\", ...) failed\n", tests[n].arg,
67 "swscanf (\"%S\", \"%S\", ...) return \"%s\", expected \"%s\"\n",
71 printf("swscanf (\"%S\", \"%S\", ...) OK\n", tests[n].arg,
74 if (swscanf(tests[n].arg, tests[n].wfmt, wbuf) != tests[n].retval) {
75 printf("swscanf (\"%S\", \"%S\", ...) failed\n", tests[n].arg,
80 "swscanf (\"%S\", \"%S\", ...) return \"%S\", expected \"%S\"\n",
84 printf("swscanf (\"%S\", \"%S\", ...) OK\n", tests[n].arg,
/haiku/headers/posix/
H A Dwchar.h80 extern int swscanf(const wchar_t *wcs, const wchar_t *format, ...);
/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwchar.h373 extern int swscanf (__const wchar_t *__restrict __s,
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2537 void swscanf() {} function
H A Dlibroot_stubs_legacy.c2529 void swscanf() {} function

Completed in 94 milliseconds