/src/games/boggle/boggle/ |
word.c | 70 int ch, pcount; local in function:nextword 88 if ((pcount = getc(fp)) == EOF) 91 } else if ((pcount = lastch) == EOF) 94 p = buf + pcount;
|
/src/games/boggle/mkindex/ |
mkindex.c | 100 int ch, pcount; local in function:nextword 107 if ((pcount = getc(fp)) == EOF) 111 else if ((pcount = lastch) == EOF) 114 p = buf + (*clen = pcount);
|
/src/sys/miscfs/genfs/ |
genfs_io.c | 709 int pcount; local in function:genfs_getpages_read 711 pcount = 1; 712 while (pidx + pcount < npages && 713 pgs[pidx + pcount]->flags & PG_FAKE) { 714 pcount++; 716 iobytes = MIN(iobytes, (pcount << PAGE_SHIFT) -
|
/src/sys/kern/ |
kern_tc.c | 1206 uint64_t tcount, acount, dcount, *pcount; local in function:pps_ref_event 1270 pcount = &pps->ppscount[0]; 1279 pcount = &pps->ppscount[1]; 1314 *pcount = acount; 1368 *pcount = pps->capcount;
|
/src/sys/dev/pcmcia/ |
if_ray.c | 1059 u_int firsti, hinti, previ, i, pcount; local in function:ray_intr_start 1092 pcount = 0; 1239 pcount++; 1259 if_statadd(ifp, if_oerrors, pcount); 1269 if_statadd(ifp, if_opackets, pcount);
|
/src/sys/net/ |
if.c | 2781 int pcount, ret = 0; local in function:ifpromisc_locked 2786 pcount = ifp->if_pcount; 2804 ifp->if_pcount = pcount;
|