Searched refs:num_totty (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dtelnetd.c88 int num_totty; local
134 num_totty = totty - ptr0;
138 ts->wridx1 += processed - num_totty;
139 ts->size1 -= processed - num_totty;
140 *pnum_totty = num_totty;
143 return memmove(ptr - num_totty, ptr0, num_totty);
469 int num_totty; local
472 ptr = remove_iacs(ts, &num_totty);
473 w = safe_write(ts->ptyfd, ptr, num_totty);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/utelnetd/
H A Dutelnetd.c172 processed and *num_totty the number of characters that should be sent to
184 remove_iacs(unsigned char *bf, int len, int *processed, int *num_totty) { argument
209 *num_totty = totty - bf;
212 return memmove(ptr - *num_totty, bf, *num_totty);
576 int processed, num_totty; local
583 &processed, &num_totty);
585 /* the difference between processed and num_totty
588 ts->wridx1 += processed - num_totty;
589 ts->size1 -= processed - num_totty;
[all...]

Completed in 146 milliseconds