Home
last modified time | relevance | path

Searched defs:wctomb (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libc/locale/
H A Dwctomb.c34 wctomb(char *s, wchar_t wchar) in wctomb() function
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs1548 # define wctomb(s, wchar) not_here("wctomb") macro
/openbsd/lib/libcurses/
H A Dcurses.priv.h2234 #define wctomb(s,wc) _nc_wctomb(s,wc) macro
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2139 TEST(MemorySanitizer, wctomb) { in TEST() argument