Home
last modified time | relevance | path

Searched refs:mb_len (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dpo-lex.c177 mb_len (const mbchar_t mbc) in mb_len() function
753 if (mb_len (mbc) == 1) in control_sequence()
793 if (mb_len (mbc) == 1) in control_sequence()
810 if (mb_iseof (mbc) || mb_len (mbc) != 1 in control_sequence()
830 if (mb_len (mbc) == 1) in control_sequence()
873 if (mb_len (mbc) == 1) in po_gram_lex()
929 while (bufpos + mb_len (mbc) >= bufmax) in po_gram_lex()
937 memcpy_small (&buf[bufpos], mb_ptr (mbc), mb_len (mbc)); in po_gram_lex()
938 bufpos += mb_len (mbc); in po_gram_lex()
969 while (bufpos + mb_len (mbc) >= bufmax) in po_gram_lex()
[all …]
H A DChangeLog.0259 (memcpy_small, mb_iseof, mb_ptr, mb_len, mb_iseq, mb_isnul, mb_cmp,
2619 (memcpy_small, mb_iseof, mb_ptr, mb_len, mb_iseq, mb_isnul, mb_cmp,
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dinput.c646 int mb_len, c; in _rl_read_mbchar() local
654 mb_len = 0; in _rl_read_mbchar()
655 while (mb_len < size) in _rl_read_mbchar()
657 c = (mb_len == 0) ? _rl_bracketed_read_key () : rl_read_key (); in _rl_read_mbchar()
662 mbchar[mb_len++] = c; in _rl_read_mbchar()
664 mbchar_bytes_length = mbrtowc (&wc, mbchar, mb_len, &ps); in _rl_read_mbchar()
676 mb_len = 1; in _rl_read_mbchar()
683 return mb_len; in _rl_read_mbchar()
H A Dtext.c1728 int mb_len; in _rl_char_search() local
1730 mb_len = _rl_read_mbchar (mbchar, MB_LEN_MAX); in _rl_char_search()
1732 if (mb_len <= 0) in _rl_char_search()
1736 return (_rl_char_search_internal (-count, bdir, mbchar, mb_len)); in _rl_char_search()
1738 return (_rl_char_search_internal (count, fdir, mbchar, mb_len)); in _rl_char_search()
/netbsd-src/external/bsd/ipf/dist/lib/
H A Ddupmbt.c21 m->mb_len = orig->mb_len;
24 bcopy(orig->mb_data, m->mb_data, m->mb_len);
H A Dipft_hx.c82 mb->mb_len = (char *)ip - buf;
83 return mb->mb_len;
H A Dipft_tx.c146 mb->mb_len = ntohs(((ip6_t *)ip)->ip6_plen) +
149 mb->mb_len = 0;
152 mb->mb_len = ntohs(ip->ip_len);
154 return mb->mb_len;
H A Dmsgdsize.c20 sz += m->mb_len;
H A Dallocmbt.c20 m->mb_len = len; in allocmbt()
H A Dmb_hexdump.c23 len = m->mb_len;
H A Dprintpacket.c46 len = m->mb_len;
H A Dipft_pc.c250 mb->mb_len = n;
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dwinduni.c831 wind_WideCharToMultiByte (rc_uint_type cp, const unichar *u, char *mb, rc_uint_type mb_len) in wind_WideCharToMultiByte() argument
837 ret = (rc_uint_type) WideCharToMultiByte (cp, 0, u, -1, mb, mb_len, in wind_WideCharToMultiByte()
868 if ((size_t) mb_len < l_tmp) in wind_WideCharToMultiByte()
872 mb_len -= l_tmp; in wind_WideCharToMultiByte()
894 while (*u != 0 && mb_len != 0) in wind_WideCharToMultiByte()
900 ++u; --mb_len; in wind_WideCharToMultiByte()
902 if (mb_len != 0) in wind_WideCharToMultiByte()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dwinduni.c831 wind_WideCharToMultiByte (rc_uint_type cp, const unichar *u, char *mb, rc_uint_type mb_len) in wind_WideCharToMultiByte() argument
837 ret = (rc_uint_type) WideCharToMultiByte (cp, 0, u, -1, mb, mb_len, in wind_WideCharToMultiByte()
868 if ((size_t) mb_len < l_tmp) in wind_WideCharToMultiByte()
872 mb_len -= l_tmp; in wind_WideCharToMultiByte()
894 while (*u != 0 && mb_len != 0) in wind_WideCharToMultiByte()
900 ++u; --mb_len; in wind_WideCharToMultiByte()
902 if (mb_len != 0) in wind_WideCharToMultiByte()
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h393 int mb_len; member
400 # define m_len mb_len
412 # define M_LEN(m) (m)->mb_len
413 # define M_ADJ(m,x) (m)->mb_len += x
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dmbchar.h179 #define mb_len(mbc) ((mbc).bytes) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dmbchar.h305 #define mb_len(mbc) ((mbc).bytes) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dmbchar.h305 #define mb_len(mbc) ((mbc).bytes) macro
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipftest.c238 m->mb_len = i;