Searched refs:msgid1 (Results 51 - 51 of 51) sorted by relevance

123

/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Ddcigettext.c429 DCIGETTEXT (const char *domainname, const char *msgid1, const char *msgid2, argument
452 if (msgid1 == NULL)
459 ? (char *) msgid1
461 : n == 1 ? (char *) msgid1 : (char *) msgid2);
479 msgid_len = strlen (msgid1) + 1;
485 memcpy (search->msgid, msgid1, msgid_len);
622 retval = _nl_find_msg (domain, binding, msgid1, &retlen);
631 msgid1, &retlen);
658 mempcpy (newp->msgid, msgid1, msgid_len);
705 const char *msgid1, cons
[all...]

Completed in 136 milliseconds

123