Home
last modified time | relevance | path

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

/freebsd/usr.bin/gencat/
H A Dgencat.c482 struct _nls_cat_hdr *cat_hdr;
516 msgcat_size = sizeof(struct _nls_cat_hdr)
525 cat_hdr = (struct _nls_cat_hdr *) msgcat;
528 cat_hdr->__mem = htonl(msgcat_size - sizeof(struct _nls_cat_hdr));
537 sizeof(struct _nls_cat_hdr));
539 sizeof(struct _nls_cat_hdr) +
542 sizeof(struct _nls_cat_hdr) +
/freebsd/lib/libc/nls/
H A Dmsgcat.c277 struct _nls_cat_hdr *cat_hdr; in catgets()
288 cat_hdr = (struct _nls_cat_hdr *)catd->__data; in catgets()
290 sizeof(struct _nls_cat_hdr)); in catgets()
302 sizeof(struct _nls_cat_hdr) + in catgets()
313 sizeof(struct _nls_cat_hdr) + in catgets()
450 if (ntohl((u_int32_t)((struct _nls_cat_hdr *)data)->__magic) != in load_msgcat()
/freebsd/include/
H A Dnl_types.h55 struct _nls_cat_hdr { struct