Searched refs:_nls_cat_hdr (Results 1 - 3 of 3) sorted by last modified time

/freebsd-10.0-release/include/
H A Dnl_types.h56 struct _nls_cat_hdr { struct
/freebsd-10.0-release/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-10.0-release/lib/libc/nls/
H A Dmsgcat.c262 struct _nls_cat_hdr *cat_hdr;
273 cat_hdr = (struct _nls_cat_hdr *)catd->__data;
275 sizeof(struct _nls_cat_hdr));
287 sizeof(struct _nls_cat_hdr) +
298 sizeof(struct _nls_cat_hdr) +
419 if (ntohl((u_int32_t)((struct _nls_cat_hdr *)data)->__magic) !=

Completed in 85 milliseconds