Searched refs:wcrtomb (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-11-stable/contrib/libgnuregex/
H A Dregex_internal.c321 mbcdlen = wcrtomb (buf, wcu, &prev_st);
391 mbcdlen = wcrtomb ((char *) buf, wcu, &prev_st);
/freebsd-11-stable/contrib/libreadline/
H A Dtext.c1300 mlen = wcrtomb (mb, nwc, &mps);
H A Dvi_mode.c766 mlen = wcrtomb (mb, wc, &ps);
H A Dconfigure7505 echo "$as_me:$LINENO: checking for wcrtomb" >&5
7506 echo $ECHO_N "checking for wcrtomb... $ECHO_C" >&6
7516 /* Define wcrtomb to an innocuous variant, in case <limits.h> declares wcrtomb.
7518 #define wcrtomb innocuous_wcrtomb
7521 which can conflict with char wcrtomb (); below.
7531 #undef wcrtomb
7540 char wcrtomb ();
7547 char (*f) () = wcrtomb;
7556 return f != wcrtomb;
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c1047 clen = wcrtomb(buf, CHAR(*str), &mbs);
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dgrep.c1817 wcrtomb(keys + i, wc, &cur_state);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.c666 * lot more about local character encodings than the wcrtomb()
780 * I've built a loop around wcrtomb() or wctomb() that
782 * needed. We prefer wcrtomb() when it's available because
818 n = wcrtomb(p, *w++, &shift_state);
844 * Non-Windows uses ISO C wcrtomb() or wctomb() to perform the conversion
3477 n = (int)wcrtomb(p, wc, &shift_state);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3538 INTERCEPTOR(SIZE_T, wcrtomb, char *dest, wchar_t src, void *ps) {
3540 COMMON_INTERCEPTOR_ENTER(ctx, wcrtomb, dest, src, ps);
3544 return REAL(wcrtomb)(dest, src, ps);
3547 SIZE_T res = REAL(wcrtomb)(local_dest, src, ps);
3556 #define INIT_WCRTOMB COMMON_INTERCEPT_FUNCTION(wcrtomb);
/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c1228 len = wcrtomb(xbp->xb_curp, wc, &xop->xo_mbstate);
2865 olen = wcrtomb(xbp->xb_curp, wc, &xop->xo_mbstate);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c4548 retval = wcrtomb (buf, c, &state);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c4548 retval = wcrtomb (buf, c, &state);
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7075 using ::wcrtomb;
[all...]

Completed in 253 milliseconds

12