Home
last modified time | relevance | path

Searched refs:c_len (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/
Dcpack.c65 if (next - cs->c_buf + wordsize > cs->c_len) in cpack_align_and_reserve()
76 if (cs->c_next - cs->c_buf + toskip > cs->c_len) in cpack_advance()
88 cs->c_len = buflen; in cpack_init()
147 if ((size_t)(cs->c_next - cs->c_buf) >= cs->c_len) in cpack_uint8()
Dcpack.h36 size_t c_len; member
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl14.c81 long c_len; member
617 flock.l_len = thiscase->c_len; in dochild()
659 if (flock.l_len != thiscase->c_len) { in dochild()
664 (int64_t) thiscase->c_len); in dochild()
703 flock.l_len = thiscase->c_len; in dochild()
835 thiscase->c_len, thiscase->c_flag, in run_test()
954 &thiscase->c_len, &thiscase->c_flag, &thiscase->a_type, in main()
1086 thiscase->c_len, thiscase->c_flag, in main()
/external/openssh/
Dssh-keyscan.c95 int c_len; /* Total bytes which must be read. */ member
423 fdcon[s].c_len = 4; in conalloc()
571 n = atomicio(read, s, c->c_data + c->c_off, c->c_len - c->c_off); in conread()
579 if (c->c_off == c->c_len) in conread()
583 c->c_len = c->c_plen + 8 - (c->c_plen & 7); in conread()
585 c->c_data = xmalloc(c->c_len); in conread()