Searched refs:__msgid (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/intl/ |
| D | libgnuintl.h | 128 extern char *libintl_gettext (const char *__msgid) 132 char *gettext (const char *__msgid) in gettext() argument 134 return libintl_gettext (__msgid); in gettext() 140 extern char *gettext _INTL_PARAMS ((const char *__msgid)) 148 extern char *libintl_dgettext (const char *__domainname, const char *__msgid) 152 char *dgettext (const char *__domainname, const char *__msgid) in dgettext() argument 154 return libintl_dgettext (__domainname, __msgid); in dgettext() 161 const char *__msgid)) 169 extern char *libintl_dcgettext (const char *__domainname, const char *__msgid, 174 char *dcgettext (const char *__domainname, const char *__msgid, int __category) in dcgettext() argument [all …]
|
| D | gettextP.h | 188 extern char *__gettext PARAMS ((const char *__msgid)); 190 const char *__msgid)); 192 const char *__msgid, int __category));
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/ieee_1003.1-2001/ |
| D | messages_members.cc | 38 messages<char>::do_get(catalog __c, int __setid, int __msgid, in do_get() argument 42 return string(catgets(__nlc, __setid, __msgid, __dfault.c_str())); in do_get() 51 char* __msg = catgets(__nlc, __setid, __msgid, in do_get()
|
| D | messages_members.h | 60 messages<_CharT>::do_get(catalog __c, int __setid, int __msgid, in _GLIBCXX_VISIBILITY() 64 char* __msg = catgets(__nlc, __setid, __msgid, in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | locale_facets_nonio.h | 1946 get(catalog __c, int __set, int __msgid, const string_type& __s) const in _GLIBCXX_VISIBILITY() 1947 { return this->do_get(__c, __set, __msgid, __s); } in _GLIBCXX_VISIBILITY()
|