Home
last modified time | relevance | path

Searched refs:ncopy (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libc/port/locale/
H A Dgb2312.c103 size_t ncopy; in _GB2312_mbrtowc() local
118 ncopy = MIN(MIN(n, MB_CUR_MAX), sizeof (gs->bytes) - gs->count); in _GB2312_mbrtowc()
119 (void) memcpy(gs->bytes + gs->count, s, ncopy); in _GB2312_mbrtowc()
121 gs->count += ncopy; in _GB2312_mbrtowc()
H A Dgb18030.c85 size_t ncopy; in _GB18030_mbrtowc() local
100 ncopy = MIN(MIN(n, MB_CUR_MAX), sizeof (gs->bytes) - gs->count); in _GB18030_mbrtowc()
101 (void) memcpy(gs->bytes + gs->count, s, ncopy); in _GB18030_mbrtowc()
103 gs->count += ncopy; in _GB18030_mbrtowc()
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Ddouble_decim.c603 int ncopy = intsigs - roundpos; in _unpacked_to_decimal()
604 if (ncopy > 0) { in _unpacked_to_decimal()
606 (void) memcpy(&(pd->ds[0]), &(is[0]), ncopy); in _unpacked_to_decimal()
607 ids = ncopy; in _unpacked_to_decimal()
611 int ncopy = intdigs - roundpos - ids ; in _unpacked_to_decimal()
612 if (ncopy > 0) { in _unpacked_to_decimal()
613 (void) memset(&(pd->ds[ids]), '0', ncopy); in _unpacked_to_decimal()
614 ids += ncopy; in _unpacked_to_decimal()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c624 u32_t ncopy; in lm_tcp_rx_peninsula_to_rq_copy() local
644 ncopy = curr_gen_buf->placed_bytes - gen_info->first_buf_offset; in lm_tcp_rx_peninsula_to_rq_copy()
645 if (ncopy > bytes_left) { in lm_tcp_rx_peninsula_to_rq_copy()
646 ncopy = bytes_left; in lm_tcp_rx_peninsula_to_rq_copy()
650 tcp_offset, ncopy) != ncopy) in lm_tcp_rx_peninsula_to_rq_copy()
663 ncopy) != ncopy) in lm_tcp_rx_peninsula_to_rq_copy()
679 bytes_copied += ncopy; in lm_tcp_rx_peninsula_to_rq_copy()
681 gen_info->first_buf_offset += (u16_t)ncopy; in lm_tcp_rx_peninsula_to_rq_copy()
693 bytes_left -= ncopy; in lm_tcp_rx_peninsula_to_rq_copy()
694 tcp_offset += ncopy; in lm_tcp_rx_peninsula_to_rq_copy()
/titanic_50/usr/src/cmd/lp/lib/oam/
H A Dmsg.source886 …"Strange, the LP print service accepted\nthe delete form request but the disk\ncopy can't be delet…