Home | History | Annotate | Download | only in intl

Lines Matching defs:msgid

236   char msgid[ZERO];
264 result = strcmp (s1->msgid, s2->msgid);
423 /* Look up MSGID in the DOMAINNAME message catalog for the current
454 /* If no real MSGID is given return NULL. */
487 alloca (offsetof (struct known_translation_t, msgid) + msgid_len);
488 memcpy (search->msgid, msgid1, msgid_len);
614 domain. Return the MSGID. */
656 malloc (offsetof (struct known_translation_t, msgid)
661 mempcpy (newp->msgid, msgid1, msgid_len);
700 /* Return the untranslated MSGID. */
727 _nl_find_msg (domain_file, domainbinding, msgid, lengthp)
730 const char *msgid;
749 /* Locate the MSGID and its translation. */
753 nls_uint32 len = strlen (msgid);
754 nls_uint32 hash_val = hash_string (msgid);
769 /* Compare msgid with the original string at index nstr.
774 && (strcmp (msgid,
779 && (strcmp (msgid,
807 cmp_val = strcmp (msgid, (domain->data