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

/freebsd-9.3-release/include/
H A Dnl_types.h64 struct _nls_set_hdr { struct
/freebsd-9.3-release/usr.bin/gencat/
H A Dgencat.c566 struct _nls_set_hdr *set_hdr;
600 + (nsets * sizeof(struct _nls_set_hdr))
613 htonl(nsets * sizeof(struct _nls_set_hdr));
615 htonl(nsets * sizeof(struct _nls_set_hdr) +
619 set_hdr = (struct _nls_set_hdr *)(void *)((char *)msgcat +
623 nsets * sizeof(struct _nls_set_hdr));
626 nsets * sizeof(struct _nls_set_hdr) +
/freebsd-9.3-release/lib/libc/nls/
H A Dmsgcat.c263 struct _nls_set_hdr *set_hdr;
273 set_hdr = (struct _nls_set_hdr *)(void *)((char *)catd->__data +

Completed in 105 milliseconds