Searched refs:__mem (Results 1 – 2 of 2) sorted by relevance
471 _CAT_MSG_HDR_SIZE > hdr.__mem)484 msg->__msg_len > hdr.__mem)546 if (hdr.__mem < 0 ||549 hdr.__mem < hdr.__nsets * _CAT_SET_HDR_SIZE ||550 hdr.__mem < hdr.__msg_hdr_offset ||551 hdr.__mem < hdr.__msg_text_offset) {555 cat = MALLOC(hdr.__mem);560 i = read_block(fd, cat, hdr.__mem, pathname);561 if (i < hdr.__mem || !cat_ok(cat)) {1071 hdrp->__mem = mem;
59 int __mem; /* the size of the catalogue; the size */ member