/openbsd/gnu/lib/libreadline/ |
H A D | input.c | 520 _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 D | vi_mode.c | 684 int mblen; local 707 mblen = wctomb (mb, wc); 708 if (mblen >= 0) 709 mb[mblen] = '\0';
|
/openbsd/lib/libc/locale/ |
H A D | Makefile.inc | 11 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 D | mblen.c | 34 mblen(const char *s, size_t n) in mblen() function
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | mb.t | 31 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 D | export.t | 96 ldexp ldiv localeconv log10 longjmp lseek malloc mblen
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cstdlib.h | 70 #undef mblen 104 using ::mblen;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cstdlib.h | 90 #undef mblen 125 using ::mblen;
|
/openbsd/usr.bin/join/ |
H A D | join.c | 359 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 D | cut.c | 90 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 D | stdlib.h | 53 using std::mblen;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/ |
H A D | stdlib.h | 53 using std::mblen;
|
/openbsd/sys/netinet/ |
H A D | ip_icmp.c | 158 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 D | cstdlib | 71 int mblen(const char* s, size_t n); 138 using ::mblen _LIBCPP_USING_IF_EXISTS;
|
/openbsd/lib/libc/hidden/ |
H A D | stdlib.h | 114 PROTO_STD_DEPRECATED(mblen);
|
/openbsd/usr.bin/uniq/ |
H A D | uniq.c | 216 if ((len = mblen(str, MB_CUR_MAX)) == -1) in skip()
|
/openbsd/include/ |
H A D | stdlib.h | 136 int mblen(const char *, size_t);
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | cfns.gperf | 115 mblen
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | cfns.gperf | 114 mblen
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/ |
H A D | POSIX.xs | 1544 # 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 D | curses.priv.h | 2241 #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 D | curses.h | 451 #ifdef mblen /* libutf8.h defines it w/o undefining first */ 452 #undef mblen
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/ |
H A D | POSIX.pod | 1103 =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 D | Symbols.list | 1009 mblen
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | sys-protos.h | 688 extern int mblen(const char *, size_t);
|