Home
last modified time | relevance | path

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

/dragonfly/usr.bin/gencat/
H A Dgencat.c481 struct _nls_set_hdr *set_hdr;
515 + (nsets * sizeof(struct _nls_set_hdr))
528 htonl(nsets * sizeof(struct _nls_set_hdr));
530 htonl(nsets * sizeof(struct _nls_set_hdr) +
534 set_hdr = (struct _nls_set_hdr *)(void *)((char *)msgcat +
538 nsets * sizeof(struct _nls_set_hdr));
541 nsets * sizeof(struct _nls_set_hdr) +
/dragonfly/include/
H A Dnl_types.h65 struct _nls_set_hdr { struct
/dragonfly/lib/libc/nls/
H A Dmsgcat.c270 struct _nls_set_hdr *set_hdr; in catgets()
280 set_hdr = (struct _nls_set_hdr *)(void *)((char *)catd->__data + in catgets()