Searched refs:mentrycount (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/file/dist/src/
H A Dapprentice.c1474 uint32_t i, mentrycount = 0; local
1478 mentrycount += me[i].cont_count;
1480 if (mentrycount == 0) {
1486 slen = sizeof(**ma) * mentrycount;
1492 mentrycount = 0;
1494 (void)memcpy(*ma + mentrycount, me[i].mp,
1496 mentrycount += me[i].cont_count;
1498 *nma = mentrycount;

Completed in 74 milliseconds