Searched refs:c_len (Results 1 - 5 of 5) sorted by relevance

/external/tcpdump/
H A Dcpack.c66 if (next - cs->c_buf + wordsize > cs->c_len)
77 if (cs->c_next - cs->c_buf + toskip > cs->c_len)
89 cs->c_len = buflen;
148 if ((size_t)(cs->c_next - cs->c_buf) >= cs->c_len)
H A Dcpack.h36 size_t c_len; member in struct:cpack_state
/external/openssh/
H A Dssh-keyscan.c94 int c_len; /* Total bytes which must be read. */ member in struct:Connection
379 fdcon[s].c_len = 4;
527 n = atomicio(read, s, c->c_data + c->c_off, c->c_len - c->c_off);
535 if (c->c_off == c->c_len)
539 c->c_len = c->c_plen + 8 - (c->c_plen & 7);
541 c->c_data = xmalloc(c->c_len);
/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl14.c80 long c_len; member in struct:__anon13837
616 flock.l_len = thiscase->c_len;
658 if (flock.l_len != thiscase->c_len) {
663 (int64_t) thiscase->c_len);
702 flock.l_len = thiscase->c_len;
839 thiscase->c_len, thiscase->c_flag,
958 &thiscase->c_len, &thiscase->c_flag, &thiscase->a_type,
1092 thiscase->c_len, thiscase->c_flag,
/external/bison/lib/
H A Dvasnprintf.c851 size_t c_len = 9 * ((size_t)(a_len * (GMP_LIMB_BITS * 0.03345f)) + 1); local
852 char *c_ptr = (char *) malloc (xsum (c_len, extra_zeroes));

Completed in 788 milliseconds