HomeSort by relevance Sort by last modified time
    Searched refs:ncopy (Results 1 - 9 of 9) sorted by null

  /external/mksh/src/
shf.c 452 ssize_t ncopy, orig_bsize = bsize; local
464 ncopy = shf->rnleft;
465 if (ncopy > bsize)
466 ncopy = bsize;
467 memcpy(buf, shf->rp, ncopy);
468 buf += ncopy;
469 bsize -= ncopy;
470 shf->rp += ncopy;
471 shf->rnleft -= ncopy;
488 ssize_t ncopy; local
513 memcpy(buf, (char *) shf->rp, ncopy); local
633 ssize_t n, ncopy, orig_nbytes = nbytes; local
    [all...]
  /external/wpa_supplicant_8/src/wps/
httpread.c 530 int ncopy; local
608 ncopy = (h->chunk_start + h->chunk_size + 2) -
617 ncopy = h->content_length - h->body_nbytes;
619 ncopy = nread;
622 if (ncopy < 0) {
624 "httpread: Invalid ncopy=%d", ncopy);
627 if (ncopy > nread)
628 ncopy = nread;
629 os_memcpy(bbp, rbp, ncopy);
    [all...]
  /external/curl/lib/
http2.c 452 size_t left, ncopy; local
529 ncopy = MIN(stream->len, left);
533 ncopy);
534 stream->nread_header_recvbuf += ncopy;
537 ncopy, stream_id, stream->mem));
539 stream->len -= ncopy;
540 stream->memlen += ncopy;
1309 size_t ncopy = MIN(len, left); local
    [all...]
  /external/elfutils/src/
ld.h 890 size_t ncopy; member in struct:ld_state
    [all...]
i386_ld.c 599 ++statep->ncopy;
    [all...]
elflint.c 2772 size_t ncopy = MIN (len - 1, strlen (known_flags[cnt].name)); local
    [all...]
ldgeneric.c     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.core_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 

Completed in 191 milliseconds