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 in typeref:struct:__anon1767
83 const Msghdr *dom_msghdr;
89 * Perform a binary search of a message file (described by the Msghdr) for a
94 msgid_to_msgstr(const Msghdr *msghdr, const char *msgid)
148 const Msghdr *msghdr;
152 dom->dom_msghdr = (Msghdr *)-1;
161 (status.st_size < sizeof (Msghdr))) {
167 if ((msghdr = (Msghdr *)mmap(0, status.st_size, PROT_READ, MAP_SHARED,
168 fd, 0)) == (Msghdr *)-1) {
191 (int)sizeof (Msghdr);
[all...]

Completed in 62 milliseconds