Home | Sort by: relevance | last modified time | path |
/src/lib/libpuffs/ | |
creds.c | 84 size_t ncopy; local in function:puffs_cred_getgroups 92 ncopy = MIN(*ngids, pkcr->pkcr_uuc.cr_ngroups); 93 (void)memcpy(rgids, pkcr->pkcr_uuc.cr_groups, sizeof(gid_t) * ncopy); 94 *ngids = (short)ncopy; |
/src/usr.bin/mail/ | |
send.c | 654 ncopy(struct name *np) function in typeref:struct:name * 697 hp->h_extra = ncopy(extra_headers); |
/src/bin/ksh/ | |
shf.c | 514 int ncopy; local in function:shf_read 526 ncopy = shf->rnleft; 527 if (ncopy > bsize) 528 ncopy = bsize; 529 memcpy(buf, shf->rp, ncopy); 530 buf += ncopy; 531 bsize -= ncopy; 532 shf->rp += ncopy; 533 shf->rnleft -= ncopy; 551 int ncopy; local in function:shf_getse 704 int ncopy; local in function:shf_write [all...] |