Lines Matching defs:msgcat
557 void *msgcat; /* message catalog data */
591 msgcat = xmalloc(cat_hdr.__mem);
593 n = read(fd, msgcat, cat_hdr.__mem);
601 set_hdr = (struct _nls_set_hdr *)msgcat;
602 msg_hdr = (struct _nls_msg_hdr *)((char *)msgcat +
604 strings = (char *)msgcat + cat_hdr.__msg_txt_offset;
631 ((char *)msgcat + cat_hdr.__mem)))
638 free(msgcat);
657 void *msgcat; /* message catalog data */
695 msgcat = xmalloc(msgcat_size);
696 memset(msgcat, '\0', msgcat_size);
699 cat_hdr = (struct _nls_cat_hdr *) msgcat;
710 set_hdr = (struct _nls_set_hdr *) ((char *) msgcat +
712 msg_hdr = (struct _nls_msg_hdr *) ((char *) msgcat +
715 strings = (char *) msgcat +
748 write(fd, msgcat, msgcat_size);