/netbsd-src/external/gpl2/grep/dist/intl/ |
H A D | intl-compat.c | 113 ngettext (msgid1, msgid2, n) in ngettext() argument 115 const char *msgid2; 118 return ngettext__ (msgid1, msgid2, n); 123 dngettext (domainname, msgid1, msgid2, n) in dngettext() argument 126 const char *msgid2; 129 return dngettext__ (domainname, msgid1, msgid2, n); 134 dcngettext (domainname, msgid1, msgid2, n, category) in dcngettext() argument 137 const char *msgid2; 141 return dcngettext__ (domainname, msgid1, msgid2, n, category);
|
H A D | libgnuintl.h | 126 # define ngettext(msgid1, msgid2, n) \ argument 127 dngettext (NULL, msgid1, msgid2, n) 129 # define dngettext(domainname, msgid1, msgid2, n) \ argument 130 dcngettext (domainname, msgid1, msgid2, n, LC_MESSAGES)
|
H A D | dngettext.c | 51 DNGETTEXT (domainname, msgid1, msgid2, n) in DNGETTEXT() argument 54 const char *msgid2; 57 return DCNGETTEXT (domainname, msgid1, msgid2, n, LC_MESSAGES);
|
H A D | ngettext.c | 59 NGETTEXT (msgid1, msgid2, n) in NGETTEXT() argument 61 const char *msgid2; 64 return DCNGETTEXT (NULL, msgid1, msgid2, n, LC_MESSAGES);
|
H A D | dcngettext.c | 49 DCNGETTEXT (domainname, msgid1, msgid2, n, category) in DCNGETTEXT() argument 52 const char *msgid2; 56 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category);
|
/netbsd-src/external/gpl3/gcc/dist/intl/ |
H A D | intl-compat.c | 91 ngettext (msgid1, msgid2, n) in ngettext() argument 93 const char *msgid2; 96 return libintl_ngettext (msgid1, msgid2, n); 102 dngettext (domainname, msgid1, msgid2, n) in dngettext() argument 105 const char *msgid2; 108 return libintl_dngettext (domainname, msgid1, msgid2, n); 114 dcngettext (domainname, msgid1, msgid2, n, category) in dcngettext() argument 117 const char *msgid2; 121 return libintl_dcngettext (domainname, msgid1, msgid2, n, category);
|
H A D | dngettext.c | 50 DNGETTEXT (domainname, msgid1, msgid2, n) in DNGETTEXT() argument 53 const char *msgid2; 56 return DCNGETTEXT (domainname, msgid1, msgid2, n, LC_MESSAGES);
|
H A D | ngettext.c | 57 NGETTEXT (msgid1, msgid2, n) in NGETTEXT() argument 59 const char *msgid2; 62 return DCNGETTEXT (NULL, msgid1, msgid2, n, LC_MESSAGES);
|
H A D | dcngettext.c | 47 DCNGETTEXT (domainname, msgid1, msgid2, n, category) in DCNGETTEXT() argument 50 const char *msgid2; 54 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category);
|
/netbsd-src/external/gpl3/binutils.old/dist/intl/ |
H A D | intl-compat.c | 91 ngettext (msgid1, msgid2, n) in ngettext() argument 93 const char *msgid2; 96 return libintl_ngettext (msgid1, msgid2, n); 102 dngettext (domainname, msgid1, msgid2, n) in dngettext() argument 105 const char *msgid2; 108 return libintl_dngettext (domainname, msgid1, msgid2, n); 114 dcngettext (domainname, msgid1, msgid2, n, category) in dcngettext() argument 117 const char *msgid2; 121 return libintl_dcngettext (domainname, msgid1, msgid2, n, category);
|
H A D | dngettext.c | 50 DNGETTEXT (domainname, msgid1, msgid2, n) in DNGETTEXT() argument 53 const char *msgid2; 56 return DCNGETTEXT (domainname, msgid1, msgid2, n, LC_MESSAGES);
|
H A D | ngettext.c | 57 NGETTEXT (msgid1, msgid2, n) in NGETTEXT() argument 59 const char *msgid2; 62 return DCNGETTEXT (NULL, msgid1, msgid2, n, LC_MESSAGES);
|
H A D | dcngettext.c | 47 DCNGETTEXT (domainname, msgid1, msgid2, n, category) in DCNGETTEXT() argument 50 const char *msgid2; 54 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category);
|
/netbsd-src/external/gpl3/gcc.old/dist/intl/ |
H A D | intl-compat.c | 91 ngettext (msgid1, msgid2, n) in ngettext() argument 93 const char *msgid2; 96 return libintl_ngettext (msgid1, msgid2, n); 102 dngettext (domainname, msgid1, msgid2, n) in dngettext() argument 105 const char *msgid2; 108 return libintl_dngettext (domainname, msgid1, msgid2, n); 114 dcngettext (domainname, msgid1, msgid2, n, category) in dcngettext() argument 117 const char *msgid2; 121 return libintl_dcngettext (domainname, msgid1, msgid2, n, category);
|
H A D | dngettext.c | 50 DNGETTEXT (domainname, msgid1, msgid2, n) in DNGETTEXT() argument 53 const char *msgid2; 56 return DCNGETTEXT (domainname, msgid1, msgid2, n, LC_MESSAGES);
|
H A D | ngettext.c | 57 NGETTEXT (msgid1, msgid2, n) in NGETTEXT() argument 59 const char *msgid2; 62 return DCNGETTEXT (NULL, msgid1, msgid2, n, LC_MESSAGES);
|
H A D | dcngettext.c | 47 DCNGETTEXT (domainname, msgid1, msgid2, n, category) in DCNGETTEXT() argument 50 const char *msgid2; 54 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category);
|
/netbsd-src/external/gpl3/gdb.old/dist/intl/ |
H A D | intl-compat.c | 91 ngettext (msgid1, msgid2, n) in ngettext() argument 93 const char *msgid2; 96 return libintl_ngettext (msgid1, msgid2, n); 102 dngettext (domainname, msgid1, msgid2, n) in dngettext() argument 105 const char *msgid2; 108 return libintl_dngettext (domainname, msgid1, msgid2, n); 114 dcngettext (domainname, msgid1, msgid2, n, category) in dcngettext() argument 117 const char *msgid2; 121 return libintl_dcngettext (domainname, msgid1, msgid2, n, category);
|
H A D | ngettext.c | 57 NGETTEXT (msgid1, msgid2, n) in NGETTEXT() argument 59 const char *msgid2; 62 return DCNGETTEXT (NULL, msgid1, msgid2, n, LC_MESSAGES);
|
H A D | dngettext.c | 50 DNGETTEXT (domainname, msgid1, msgid2, n) in DNGETTEXT() argument 53 const char *msgid2; 56 return DCNGETTEXT (domainname, msgid1, msgid2, n, LC_MESSAGES);
|
H A D | dcngettext.c | 47 DCNGETTEXT (domainname, msgid1, msgid2, n, category) in DCNGETTEXT() argument 50 const char *msgid2; 54 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category);
|
/netbsd-src/external/gpl2/texinfo/dist/intl/ |
H A D | intl-compat.c | 87 ngettext (const char *msgid1, const char *msgid2, unsigned long int n) in ngettext() argument 89 return libintl_ngettext (msgid1, msgid2, n); in ngettext() 96 const char *msgid1, const char *msgid2, unsigned long int n) in dngettext() argument 98 return libintl_dngettext (domainname, msgid1, msgid2, n); in dngettext() 105 const char *msgid1, const char *msgid2, unsigned long int n, in dcngettext() argument 108 return libintl_dcngettext (domainname, msgid1, msgid2, n, category); in dcngettext()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
H A D | intl-compat.c | 87 ngettext (const char *msgid1, const char *msgid2, unsigned long int n) in ngettext() argument 89 return libintl_ngettext (msgid1, msgid2, n); in ngettext() 96 const char *msgid1, const char *msgid2, unsigned long int n) in dngettext() argument 98 return libintl_dngettext (domainname, msgid1, msgid2, n); in dngettext() 105 const char *msgid1, const char *msgid2, unsigned long int n, in dcngettext() argument 108 return libintl_dcngettext (domainname, msgid1, msgid2, n, category); in dcngettext()
|
H A D | log.c | 64 const char *msgid1, const char *msgid2, int plural) in __libc_lock_define_initialized() 100 print_escaped (logfile, msgid2); in __libc_lock_define_initialized() 111 const char *msgid1, const char *msgid2, int plural) in _nl_log_untranslated() argument 114 _nl_log_untranslated_locked (logfilename, domainname, msgid1, msgid2, plural); in _nl_log_untranslated()
|
/netbsd-src/lib/libintl/ |
H A D | libintl.h | 45 #define npgettext_expr(msgctxt, msgid1, msgid2, n) \ argument 46 npgettext((msgctxt), (msgid1), (msgid2), (n)) 48 dnpgettext((domainname), (msgctxt), (msgid1), (msgid2), (n)) 49 #define dcnpgettext_expr(domainname, msgctxt, msgid1, msgid2, n, category) \ argument 50 dcnpgettext((domainname), (msgctxt), (msgid1), (msgid2), (n), (category))
|