Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dlocale.c65 } Msghdr; typedef
83 const Msghdr *dom_msghdr;
94 msgid_to_msgstr(const Msghdr *msghdr, const char *msgid) in msgid_to_msgstr()
148 const Msghdr *msghdr; in open_mofile()
152 dom->dom_msghdr = (Msghdr *)-1; in open_mofile()
161 (status.st_size < sizeof (Msghdr))) { in open_mofile()
167 if ((msghdr = (Msghdr *)mmap(0, status.st_size, PROT_READ, MAP_SHARED, in open_mofile()
168 fd, 0)) == (Msghdr *)-1) { in open_mofile()
191 (int)sizeof (Msghdr); in open_mofile()
248 if (_domain->dom_msghdr != (Msghdr *)-1) in dgettext()
[all …]