Home
last modified time | relevance | path

Searched refs:cat_hdr (Results 1 – 2 of 2) sorted by relevance

/openbsd/lib/libc/nls/
H A Dcatgets.c41 struct _nls_cat_hdr *cat_hdr; in catgets() local
51 cat_hdr = (struct _nls_cat_hdr *) catd->__data; in catgets()
57 u = ntohl(cat_hdr->__nsets) - 1; in catgets()
65 + ntohl(cat_hdr->__msg_hdr_offset)); in catgets()
75 + ntohl(cat_hdr->__msg_txt_offset) in catgets()
/openbsd/usr.bin/gencat/
H A Dgencat.c501 struct _nls_cat_hdr *cat_hdr; in MCWriteCat() local
542 cat_hdr = (struct _nls_cat_hdr *) msgcat; in MCWriteCat()
543 cat_hdr->__magic = htonl(_NLS_MAGIC); in MCWriteCat()
544 cat_hdr->__nsets = htonl(nsets); in MCWriteCat()
545 cat_hdr->__mem = htonl(msgcat_size - sizeof(struct _nls_cat_hdr)); in MCWriteCat()
546 cat_hdr->__msg_hdr_offset = in MCWriteCat()
548 cat_hdr->__msg_txt_offset = in MCWriteCat()