Home
last modified time | relevance | path

Searched refs:ncount (Results 1 – 2 of 2) sorted by relevance

/original-bsd/usr.bin/uucp/
H A Dnio.c45 unsigned short ncount; local
47 if ((cc = read(fn, &ncount, sizeof ncount)) != sizeof ncount) {
51 count = ntohs(ncount);
/original-bsd/old/prof/
H A Dprof.c42 int ncount; member
329 (h.ncount+1) * sizeof (struct cnt)); in readcntrs()
332 fread(cbuf, sizeof(struct cnt), h.ncount, pfile); in readcntrs()
334 if (h.ncount) { in readcntrs()
335 kp = &cbuf[h.ncount - 1]; in readcntrs()
338 h.ncount=kp-cbuf; in readcntrs()
343 h.ncount = 0; in readcntrs()
363 kp = &cbuf[h.ncount-1]; in asgncntrs()
473 h.ncount = 0; in putprof()
476 h.ncount++; in putprof()
[all …]