_nls_msg_hdr
struct _nls_msg_hdr *msg_hdr;
msg_hdr = (struct _nls_msg_hdr *) ((char *)catd->__data
struct _nls_msg_hdr *msg;
msg = (struct _nls_msg_hdr *) ((char *) catd->__data + sizeof (*cat)
struct _nls_msg_hdr *msg_hdr;
+ (nmsgs * sizeof(struct _nls_msg_hdr))
nmsgs * sizeof(struct _nls_msg_hdr));
msg_hdr = (struct _nls_msg_hdr *) ((char *) msgcat +
nmsgs * sizeof(struct _nls_msg_hdr);