Home
last modified time | relevance | path

Searched refs:nleft (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/libbb/
Dinet_cksum.c9 uint16_t FAST_FUNC inet_cksum(const void *ptr, int nleft) in inet_cksum() argument
20 while (nleft > 1) { in inet_cksum()
22 nleft -= 2; in inet_cksum()
26 if (nleft == 1) { in inet_cksum()
/busybox-1.35.0/shell/
Dash_remove_unnecessary_code_in_backquote_expansion.patch11 > - the buf and nleft elements of the backcmd structure;
46 - the buf and nleft elements of the backcmd structure;
74 - int nleft; /* number of chars in buffer */
84 - result->nleft = 0;
92 - TRACE(("evalbackcmd done: fd=%d buf=0x%x nleft=%d jp=0x%x\n",
93 - result->fd, result->buf, result->nleft, result->jp));
111 - i = in.nleft;
Dash.c6556 int nleft; /* number of chars in buffer */ member
6598 result->nleft = 0;
6648 result->fd, result->buf, result->nleft, result->jp));
6684 i = in.nleft;