Searched refs:b_len (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-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;
/opensolaris-onvv-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...]
/opensolaris-onvv-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;

Completed in 66 milliseconds