Home
last modified time | relevance | path

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

/freebsd/usr.bin/gencat/
H A Dgencat.c483 struct _nls_set_hdr *set_hdr;
517 + (nsets * sizeof(struct _nls_set_hdr))
530 htonl(nsets * sizeof(struct _nls_set_hdr));
532 htonl(nsets * sizeof(struct _nls_set_hdr) +
536 set_hdr = (struct _nls_set_hdr *)(void *)((char *)msgcat +
540 nsets * sizeof(struct _nls_set_hdr));
543 nsets * sizeof(struct _nls_set_hdr) +
/freebsd/include/
H A Dnl_types.h63 struct _nls_set_hdr { struct
/freebsd/lib/libc/nls/
H A Dmsgcat.c279 struct _nls_set_hdr *set_hdr; in catgets()
289 set_hdr = (struct _nls_set_hdr *)(void *)((char *)catd->__data + in catgets()