HomeSort by: relevance | last modified time | path
    Searched defs:ibuf_len (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/nvi/dist/ipc/
ip_trans.c 43 static size_t ibuf_len; /* Length of current input. */ variable
59 switch (nr = read(fd, ibuf + ibuf_len, sizeof(ibuf) - ibuf_len)) {
67 ibuf_len += nr;
70 (void)vi_translate(ipviwin, ibuf, &ibuf_len, NULL);
72 return (ibuf_len > 0);
100 read(ipviwin->ifd, ibuf + ibuf_len, sizeof(ibuf) - ibuf_len)) {
108 ibuf_len += nr;
111 (void)vi_translate(ipviwin, ibuf, &ibuf_len, ipbp)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_local.h 91 int ibuf_len; /* how many bytes are in it */ member in struct:bio_f_buffer_ctx_struct
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bio_local.h 108 int ibuf_len; /* how many bytes are in it */ member in struct:bio_f_buffer_ctx_struct
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_local.h 108 int ibuf_len; /* how many bytes are in it */ member in struct:bio_f_buffer_ctx_struct
  /src/external/bsd/dhcpcd/dist/src/
bpf.c 156 int ibuf_len = 0; local
220 if (ioctl(bpf->bpf_fd, BIOCGBLEN, &ibuf_len) == -1)
223 bpf->bpf_size = (size_t)ibuf_len;

Completed in 27 milliseconds