Searched defs:mb_len (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/wide/
H A Dwio_put.c60 int count, mb_len; local
72 if ((mb_len = wcrtomb((char *) wio->_mb, wc, &wio->_state)) < 0)
82 --mb_len;
85 for (ptr = wio->_mb, count = 0; count < mb_len; ++ptr, ++count)
90 wio->_size = mb_len;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/wide/
H A Dwio_put.c61 int count, mb_len; local
73 if ((mb_len = wctomb((char *) wio->_mb, wc)) < 0)
84 --mb_len;
87 for (ptr = wio->_mb, count = 0; count < mb_len; ++ptr, ++count)
92 wio->_size = mb_len;
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h255 int (*mb_len) __PROTO__((const char*, size_t)); member in struct:__anon2585
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast_std.h244 int (*mb_len)(const char*, size_t); member in struct:__anon2619
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h255 int (*mb_len) __PROTO__((const char*, size_t)); member in struct:__anon2685
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h255 int (*mb_len) __PROTO__((const char*, size_t)); member in struct:__anon2707
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h255 int (*mb_len) __PROTO__((const char*, size_t)); member in struct:__anon2729
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1455 int mb_len; member in struct:mb_s
1460 # define MSGDSIZE(x) (x)->mb_len /* XXX - from ipt.c */
1461 # define M_LEN(x) (x)->mb_len

Completed in 68 milliseconds