Searched refs:btowc (Results 1 - 8 of 8) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Dgnulib-test-btowc.c35 assert (btowc (EOF) == WEOF);
50 assert (btowc (c) == (wint_t)c);
52 assert (btowc (c) != WEOF);
65 assert (btowc (c) == (wint_t)c);
67 assert (btowc (c) == WEOF);
H A Dtst-btowc.c32 wint_t wc = btowc(c);
36 "%s: btowc('%c') failed, returned L'\\x%x' instead of L'\\x%x'\n",
49 wint_t wc = btowc(c);
52 printf("%s: btowc('%c') succeded, returned L'\\x%x' instead of WEOF\n",
65 wint_t wc = btowc(EOF);
67 printf("%s: btowc(EOF) returned L'\\x%x', not WEOF\n", current_locale,
75 /* Test the btowc() function for a few locales with known character sets. */
/haiku/src/system/libroot/posix/wchar/
H A Dbtowc.c33 B_DEFINE_WEAK_ALIAS(__btowc, btowc);
/haiku/headers/posix/
H A Dwchar.h54 extern wint_t btowc(int);
/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwchar.h147 extern wint_t btowc (int __c) __THROW;
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h118 # define __btowc btowc
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1472 void btowc() {} function
H A Dlibroot_stubs_legacy.c1403 void btowc() {} function

Completed in 280 milliseconds