Searched refs:cat_hdr (Results 1 – 2 of 2) sorted by relevance
482 struct _nls_cat_hdr *cat_hdr; local525 cat_hdr = (struct _nls_cat_hdr *) msgcat;526 cat_hdr->__magic = htonl(_NLS_MAGIC);527 cat_hdr->__nsets = htonl(nsets);528 cat_hdr->__mem = htonl(msgcat_size - sizeof(struct _nls_cat_hdr));529 cat_hdr->__msg_hdr_offset =531 cat_hdr->__msg_txt_offset =
277 struct _nls_cat_hdr *cat_hdr; in catgets() local288 cat_hdr = (struct _nls_cat_hdr *)catd->__data; in catgets()294 u = ntohl((u_int32_t)cat_hdr->__nsets) - 1; in catgets()303 ntohl((u_int32_t)cat_hdr->__msg_hdr_offset)); in catgets()315 cat_hdr->__msg_txt_offset) + in catgets()