HomeSort by: relevance | last modified time | path
    Searched defs:mentrycount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/file/dist/src/
apprentice.c 1487 size_t mentrycount = 0; local
1491 mentrycount += me[i].cont_count;
1493 if (mentrycount > UINT32_MAX / sizeof(**ma)) {
1494 file_error(ms, 0, "too many magic entries (%zu)", mentrycount);
1498 if (mentrycount == 0) {
1504 slen = sizeof(**ma) * mentrycount;
1510 mentrycount = 0;
1512 (void)memcpy(*ma + mentrycount, me[i].mp,
1514 mentrycount += me[i].cont_count;
1516 *nma = mentrycount;
    [all...]
apprentice.c 1487 size_t mentrycount = 0; local
1491 mentrycount += me[i].cont_count;
1493 if (mentrycount > UINT32_MAX / sizeof(**ma)) {
1494 file_error(ms, 0, "too many magic entries (%zu)", mentrycount);
1498 if (mentrycount == 0) {
1504 slen = sizeof(**ma) * mentrycount;
1510 mentrycount = 0;
1512 (void)memcpy(*ma + mentrycount, me[i].mp,
1514 mentrycount += me[i].cont_count;
1516 *nma = mentrycount;
    [all...]

Completed in 44 milliseconds