HomeSort by relevance Sort by last modified time
    Searched refs:ncopy (Results 1 - 8 of 8) 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 529 int ncopy; local
607 ncopy = (h->chunk_start + h->chunk_size + 2) -
616 ncopy = h->content_length - h->body_nbytes;
618 ncopy = nread;
621 if (ncopy < 0) {
623 "httpread: Invalid ncopy=%d", ncopy);
626 if (ncopy > nread)
627 ncopy = nread;
628 os_memcpy(bbp, rbp, ncopy);
    [all...]
  /external/elfutils/src/src/
ld.h 890 size_t ncopy; member in struct:ld_state
    [all...]
i386_ld.c 599 ++statep->ncopy;
    [all...]
elflint.c 2614 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 345 milliseconds