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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_sort_line.c678 long start_len; local
704 start_len =
714 memcpy(new_area, orig_line_ptr, start_len);
715 line_ptr = new_area + start_len;
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c1578 uint16_t start_len; local
1646 start_len = ntohs(iphp->ip_len);
1751 iphp->ip_len = htons(start_len);
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c10405 int start_len = strlen(start_line); local
10410 if(start_len > gl->linelen)
10411 start_len = gl->linelen;
10416 gl_buffer_string(gl, start_line, start_len, 0);

Completed in 104 milliseconds