Lines Matching defs:msg_pack
146 struct msg_pack { struct
147 const char *msgid1; /* msgid1 argument */
148 const char *msgid2; /* msgid2 argument */
149 char *msgfile; /* msg catalog file to open */
150 char *domain; /* textdomain name */
151 char *binding; /* binding */
152 char *locale; /* locale */
153 char *language; /* LANGUAGE env */
154 caddr_t addr; /* mmap'ed address */
155 size_t fsz; /* file size */
156 uint32_t hash_domain; /* hash ID of domain */
157 uint32_t domain_len; /* length of domain */
158 unsigned int n; /* n argument */
159 int category; /* category argument */
160 int plural; /* plural or not */
161 int nlsp; /* nlsp */
162 int trusted; /* trusted msg catalog or not */
163 int status; /* status */