Searched defs:ncopy (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dgb18030.c91 size_t ncopy; local
106 ncopy = MIN(MIN(n, MB_CUR_MAX), sizeof (gs->bytes) - gs->count);
107 (void) memcpy(gs->bytes + gs->count, s, ncopy);
109 gs->count += ncopy;
H A Dgb2312.c109 size_t ncopy; local
124 ncopy = MIN(MIN(n, MB_CUR_MAX), sizeof (gs->bytes) - gs->count);
125 (void) memcpy(gs->bytes + gs->count, s, ncopy);
127 gs->count += ncopy;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c624 u32_t ncopy; local
644 ncopy = curr_gen_buf->placed_bytes - gen_info->first_buf_offset;
645 if (ncopy > bytes_left) {
646 ncopy = bytes_left;
650 tcp_offset, ncopy) != ncopy)
663 ncopy) != ncopy)
679 bytes_copied += ncopy;
681 gen_info->first_buf_offset += (u16_t)ncopy;
[all...]

Completed in 59 milliseconds