Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/gencat/
Dgencat.c486 struct _nls_msg_hdr *msg_hdr;
520 + (nmsgs * sizeof(struct _nls_msg_hdr))
535 nmsgs * sizeof(struct _nls_msg_hdr));
540 msg_hdr = (struct _nls_msg_hdr *)(void *)((char *)msgcat +
546 nmsgs * sizeof(struct _nls_msg_hdr);
/freebsd-12-stable/include/
Dnl_types.h72 struct _nls_msg_hdr { struct
/freebsd-12-stable/lib/libc/nls/
Dmsgcat.c278 struct _nls_msg_hdr *msg_hdr; in catgets()
300 msg_hdr = (struct _nls_msg_hdr *) in catgets()