Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/intl/
Dintl-compat.c91 ngettext (msgid1, msgid2, n) in ngettext() argument
92 const char *msgid1; in ngettext()
96 return libintl_ngettext (msgid1, msgid2, n);
102 dngettext (domainname, msgid1, msgid2, n) in dngettext() argument
104 const char *msgid1;
108 return libintl_dngettext (domainname, msgid1, msgid2, n);
114 dcngettext (domainname, msgid1, msgid2, n, category) in dcngettext() argument
116 const char *msgid1;
121 return libintl_dcngettext (domainname, msgid1, msgid2, n, category);
Ddngettext.c50 DNGETTEXT (domainname, msgid1, msgid2, n) in DNGETTEXT() argument
52 const char *msgid1;
56 return DCNGETTEXT (domainname, msgid1, msgid2, n, LC_MESSAGES);
Dngettext.c57 NGETTEXT (msgid1, msgid2, n) in NGETTEXT() argument
58 const char *msgid1; in NGETTEXT()
62 return DCNGETTEXT (NULL, msgid1, msgid2, n, LC_MESSAGES);
Ddcngettext.c47 DCNGETTEXT (domainname, msgid1, msgid2, n, category) in DCNGETTEXT() argument
49 const char *msgid1;
54 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category);
Ddcigettext.c427 DCIGETTEXT (domainname, msgid1, msgid2, plural, n, category)
429 const char *msgid1; variable
455 if (msgid1 == NULL)
462 ? (char *) msgid1
464 : n == 1 ? (char *) msgid1 : (char *) msgid2);
482 msgid_len = strlen (msgid1) + 1;
488 memcpy (search->msgid, msgid1, msgid_len);
625 retval = _nl_find_msg (domain, binding, msgid1, &retlen);
634 msgid1, &retlen);
661 mempcpy (newp->msgid, msgid1, msgid_len);
[all …]
Dlog.c55 _nl_log_untranslated (logfilename, domainname, msgid1, msgid2, plural) in _nl_log_untranslated() argument
58 const char *msgid1;
94 print_escaped (logfile, msgid1);