Home
last modified time | relevance | path

Searched refs:mblen (Results 1 – 25 of 45) sorted by relevance

12

/openbsd/gnu/lib/libreadline/
H A Dinput.c520 _rl_read_mbstring (first, mb, mblen) in _rl_read_mbstring() argument
523 int mblen;
529 memset (mb, 0, mblen);
530 for (i = 0; i < mblen; i++)
H A Dvi_mode.c684 int mblen; local
707 mblen = wctomb (mb, wc);
708 if (mblen >= 0)
709 mb[mblen] = '\0';
/openbsd/lib/libc/locale/
H A DMakefile.inc11 mblen.c mbrlen.c mbrtoc16.c mbrtoc32.c mbstowcs.c mbtowc.c \
21 btowc.3 c16rtomb.3 MB_CUR_MAX.3 mblen.3 mbrlen.3 mbrtoc16.3 mbrtowc.3 \
H A Dmblen.c34 mblen(const char *s, size_t n) in mblen() function
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dmb.t31 is(&POSIX::mblen("a", &POSIX::MB_CUR_MAX), 1, 'mblen() works on ASCII input');
32 is(&POSIX::mblen("b"), 1, '... and the 2nd parameter is optional');
H A Dexport.t96 ldexp ldiv localeconv log10 longjmp lseek malloc mblen
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstdlib.h70 #undef mblen
104 using ::mblen;
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstdlib.h90 #undef mblen
125 using ::mblen;
/openbsd/usr.bin/join/
H A Djoin.c359 size_t mblen[2]; in mbssep() local
366 mblen[i] = wctomb(mbdelim[i], wcdelim[i]); in mbssep()
370 if (strncmp(p, mbdelim[i], mblen[i]) == 0) { in mbssep()
372 *stringp = p + mblen[i]; in mbssep()
/openbsd/usr.bin/cut/
H A Dcut.c90 if ((dlen = mblen(optarg, MB_CUR_MAX)) == -1) in main()
275 len = mblen(cp, MB_CUR_MAX); in c_cut()
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dstdlib.h53 using std::mblen;
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dstdlib.h53 using std::mblen;
/openbsd/sys/netinet/
H A Dip_icmp.c158 unsigned icmplen, mblen; in icmp_do_error() local
199 mblen = 0; in icmp_do_error()
200 for (m = n; m && (mblen < icmplen); m = m->m_next) in icmp_do_error()
201 mblen += m->m_len; in icmp_do_error()
202 icmplen = min(mblen, icmplen); in icmp_do_error()
/openbsd/gnu/llvm/libcxx/include/
H A Dcstdlib71 int mblen(const char* s, size_t n);
138 using ::mblen _LIBCPP_USING_IF_EXISTS;
/openbsd/lib/libc/hidden/
H A Dstdlib.h114 PROTO_STD_DEPRECATED(mblen);
/openbsd/usr.bin/uniq/
H A Duniq.c216 if ((len = mblen(str, MB_CUR_MAX)) == -1) in skip()
/openbsd/include/
H A Dstdlib.h136 int mblen(const char *, size_t);
/openbsd/gnu/gcc/gcc/cp/
H A Dcfns.gperf115 mblen
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcfns.gperf114 mblen
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs1544 # define mblen(a,b) not_here("mblen") macro
3178 mblen(s, n = ~0)
3193 RETVAL = mblen(NULL, 0);
3217 RETVAL = mblen(string, len);
/openbsd/lib/libcurses/
H A Dcurses.priv.h2241 #define mblen(s,n) _nc_mblen(s, n) macro
2252 #define reset_mbytes(state) IGNORE_RC(mblen(NULL, (size_t) 0)), IGNORE_RC(mbtowc(NULL, NULL, (size_…
2253 #define count_mbytes(buffer,length,state) mblen(buffer,length)
H A Dcurses.h451 #ifdef mblen /* libutf8.h defines it w/o undefining first */
452 #undef mblen
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pod1103 =item C<mblen>
1105 This is the same as the C function C<mblen()> on unthreaded perls. On
1107 thread-safe L<C<mbrlen>(3)>, if available, instead of C<mblen>.
1115 of passing NULL as the first parameter to C<mblen>. This resets any
1127 C<mblen> and C<mbrlen>. It does set C<errno> to 0 before calling them.
1140 L</mblen> and L</wctomb> may be used to roll your own decoding/encoding
2204 See L</mblen>.
2214 L</mblen> and L</mbtowc> may be used to roll your own decoding/encoding
/openbsd/lib/libc/
H A DSymbols.list1009 mblen
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h688 extern int mblen(const char *, size_t);

12