Searched defs:b_len (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/echo/
H A Decho.c43 int b_len; local
57 cp < ep; cp += b_len) {
58 if ((b_len = mbtowc(&wc, cp, MB_CUR_MAX)) <= 0) {
60 b_len = 1;
69 cp += b_len;
70 b_len = 1;
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap.c323 Boolean b_len = FALSE; /* True if seg length found. */ local
382 if (b_len) {
396 b_len = TRUE;
/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c434 int b_len; local
525 if ((b_len = q - s) > mb_cur_max) {
526 b_len = mb_cur_max;
528 if ((j = mbtowc(&wc, (char *)s, b_len)) <= 0) {
529 if (mb_cur_max > 1 && b_len < mb_cur_max) {
549 if ((b_len = q - s) > mb_cur_max) {
550 b_len = mb_cur_max;
552 if ((j = mbtowc(&wc, (char *)s, b_len)) <= 0) {
614 b_len = q - s;
615 if ((j = mbtowc(&wc, (char *)s, b_len)) <
[all...]
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.h336 #define BUFLEN(bp) ((bp)->b_len)
362 (void) ddi_dma_sync((bp)->b_dmah, 0, (bp)->b_len, (type))
380 size_t b_len; member in struct:__anon5373

Completed in 84 milliseconds