Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/gencat/
HDgencat.c484 struct _nls_msg_hdr *msg_hdr;
518 + (nmsgs * sizeof(struct _nls_msg_hdr))
533 nmsgs * sizeof(struct _nls_msg_hdr));
538 msg_hdr = (struct _nls_msg_hdr *)(void *)((char *)msgcat +
544 nmsgs * sizeof(struct _nls_msg_hdr);
/freebsd-14-stable/include/
HDnl_types.h70 struct _nls_msg_hdr { struct
/freebsd-14-stable/lib/libc/nls/
HDmsgcat.c278 struct _nls_msg_hdr *msg_hdr; in catgets()
300 msg_hdr = (struct _nls_msg_hdr *) in catgets()