Lines Matching refs:__mem
578 cat_hdr.__mem = ntohl(cat_hdr.__mem);
583 if ((cat_hdr.__mem < 0) ||
586 (cat_hdr.__mem < (int32_t)(cat_hdr.__nsets * sizeof(struct _nls_set_hdr))) ||
587 (cat_hdr.__mem < cat_hdr.__msg_hdr_offset) ||
588 (cat_hdr.__mem < cat_hdr.__msg_txt_offset))
591 msgcat = xmalloc(cat_hdr.__mem);
593 n = read(fd, msgcat, cat_hdr.__mem);
594 if (n < cat_hdr.__mem) {
631 ((char *)msgcat + cat_hdr.__mem)))
702 cat_hdr->__mem = htonl(msgcat_size - sizeof(struct _nls_cat_hdr));