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

/freebsd-current/include/
H A Dnl_types.h55 struct _nls_cat_hdr { struct
/freebsd-current/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-current/lib/libc/nls/
H A Dmsgcat.c277 struct _nls_cat_hdr *cat_hdr;
288 cat_hdr = (struct _nls_cat_hdr *)catd->__data;
290 sizeof(struct _nls_cat_hdr));
302 sizeof(struct _nls_cat_hdr) +
313 sizeof(struct _nls_cat_hdr) +
442 if (ntohl((u_int32_t)((struct _nls_cat_hdr *)data)->__magic) !=

Completed in 181 milliseconds