HomeSort by: relevance | last modified time | path
    Searched defs:wctomb (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/locale/
multibyte_c90.c 164 wctomb(char *s, wchar_t wc) function
  /src/tests/lib/libc/locale/
t_wctomb.c 123 ret = wctomb(NULL, 0);
142 ret = wctomb(cs, wcs[i]);
161 ATF_TC(wctomb); variable
162 ATF_TC_HEAD(wctomb, tc)
164 atf_tc_set_md_var(tc, "descr", "Checks wctomb(3)");
166 ATF_TC_BODY(wctomb, tc)
170 (void)printf("Checking wctomb()\n");
210 ATF_TP_ADD_TC(tp, wctomb);
  /src/external/bsd/openldap/dist/libraries/libldap/
utf-8-conv.c 52 #include <ac/stdlib.h> /* For wctomb, wcstombs, mbtowc, mbstowcs */
337 int wctomb(char *s, wchar_t wc) { return wcrtomb(s,wc,NULL); } function
354 f_wctomb = wctomb; /* use the local ANSI C function */

Completed in 57 milliseconds