Searched refs:_nls_cat_hdr (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/include/
H A Dnl_types.h56 struct _nls_cat_hdr { struct
/freebsd-9.3-release/lib/libc/nls/
H A Dmsgcat.c261 struct _nls_cat_hdr *cat_hdr;
272 cat_hdr = (struct _nls_cat_hdr *)catd->__data;
274 sizeof(struct _nls_cat_hdr));
286 sizeof(struct _nls_cat_hdr) +
297 sizeof(struct _nls_cat_hdr) +
418 if (ntohl((u_int32_t)((struct _nls_cat_hdr *)data)->__magic) !=
/freebsd-9.3-release/usr.bin/gencat/
H A Dgencat.c565 struct _nls_cat_hdr *cat_hdr;
599 msgcat_size = sizeof(struct _nls_cat_hdr)
608 cat_hdr = (struct _nls_cat_hdr *) msgcat;
611 cat_hdr->__mem = htonl(msgcat_size - sizeof(struct _nls_cat_hdr));
620 sizeof(struct _nls_cat_hdr));
622 sizeof(struct _nls_cat_hdr) +
625 sizeof(struct _nls_cat_hdr) +

Completed in 53 milliseconds