/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/ |
H A D | messages_members.h | 38 typename messages<_CharT>::catalog 49 typename messages<_CharT>::catalog 52 { return reinterpret_cast<catalog>(catopen(__s.c_str(), NL_CAT_LOCALE)); } in do_open() 56 messages<_CharT>::do_get(catalog __c, int __setid, int __msgid, in do_get() 67 messages<_CharT>::do_close(catalog __c) const in do_close()
|
H A D | messages_members.cc | 43 messages<char>::do_get(catalog __c, int __setid, int __msgid, in do_get() 53 messages<wchar_t>::do_get(catalog, int, int, const wstring& __dfault) const in do_get() argument
|
/openbsd/gnu/gcc/libstdc++-v3/config/locale/ieee_1003.1-2001/ |
H A D | messages_members.h | 45 typename messages<_CharT>::catalog in _GLIBCXX_BEGIN_NAMESPACE() 56 typename messages<_CharT>::catalog 59 { return reinterpret_cast<catalog>(catopen(__s.c_str(), NL_CAT_LOCALE)); } in do_open() 63 messages<_CharT>::do_get(catalog __c, int __setid, int __msgid, in do_get() 74 messages<_CharT>::do_close(catalog __c) const in do_close()
|
H A D | messages_members.cc | 43 messages<char>::do_get(catalog __c, int __setid, int __msgid, in do_get() 53 messages<wchar_t>::do_get(catalog, int, int, const wstring& __dfault) const in do_get() argument
|
/openbsd/gnu/usr.bin/binutils/intl/ |
H A D | cat-compat.c | 53 static nl_catd catalog = (nl_catd) -1; variable 129 if (catalog != (nl_catd) -1) 130 catclose (catalog); 134 catalog = new_catalog; 216 if (msg == NULL || catalog == (nl_catd) -1) 226 return catgets (catalog, 1, msgid, (char *) msg);
|
H A D | intlh.inst.in | 40 /* Look up MSGID in the current default message catalog for the current 45 /* Look up MSGID in the DOMAINNAME message catalog for the current 49 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY 55 /* Set the current default message catalog to DOMAINNAME. 60 /* Specify that the DOMAINNAME message catalog will be found 79 whether a new catalog was loaded, which can be associated with all
|
H A D | libintl.glibc | 35 /* Look up MSGID in the current default message catalog for the current 41 /* Look up MSGID in the DOMAINNAME message catalog for the current 48 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY 56 /* Set the current default message catalog to DOMAINNAME. 62 /* Specify that the DOMAINNAME message catalog will be found 91 new catalog is loaded. */
|
/openbsd/gnu/usr.bin/binutils-2.17/intl/ |
H A D | cat-compat.c | 53 static nl_catd catalog = (nl_catd) -1; variable 129 if (catalog != (nl_catd) -1) 130 catclose (catalog); 134 catalog = new_catalog; 216 if (msg == NULL || catalog == (nl_catd) -1) 226 return catgets (catalog, 1, msgid, (char *) msg);
|
H A D | intlh.inst.in | 40 /* Look up MSGID in the current default message catalog for the current 45 /* Look up MSGID in the DOMAINNAME message catalog for the current 49 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY 55 /* Set the current default message catalog to DOMAINNAME. 60 /* Specify that the DOMAINNAME message catalog will be found 79 whether a new catalog was loaded, which can be associated with all
|
H A D | libintl.glibc | 35 /* Look up MSGID in the current default message catalog for the current 41 /* Look up MSGID in the DOMAINNAME message catalog for the current 48 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY 56 /* Set the current default message catalog to DOMAINNAME. 62 /* Specify that the DOMAINNAME message catalog will be found 91 new catalog is loaded. */
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
H A D | messages_members_char.cc | 32 typedef std::messages<char>::catalog catalog; in test01() typedef 60 catalog cat_de = mssg_de.open("libstdc++", loc_c, dir); in test01() 68 catalog cat_fr = mssg_fr.open("libstdc++", loc_c, dir); in test01() 76 catalog cat_us = mssg_fr.open("libstdc++", loc_c, dir); in test01()
|
H A D | messages_byname.cc | 32 typedef std::messages<char>::catalog catalog; in test01() typedef 58 catalog cat_de = mssg_de.open("libstdc++", loc_c, dir); in test01() 66 catalog cat_byname = mssg_byname.open("libstdc++", loc_c, dir); in test01()
|
/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/generic/ |
H A D | messages_members.h | 48 typename messages<_CharT>::catalog 59 typename messages<_CharT>::catalog 65 messages<_CharT>::do_get(catalog, int, int, in do_get() argument 71 messages<_CharT>::do_close(catalog) const in do_close() argument
|
H A D | messages_members.cc | 43 messages<char>::do_get(catalog, int, int, const string& __dfault) const in do_get() argument 49 messages<wchar_t>::do_get(catalog, int, int, const wstring& __dfault) const in do_get() argument
|
/openbsd/gnu/gcc/libstdc++-v3/config/locale/generic/ |
H A D | messages_members.h | 55 typename messages<_CharT>::catalog 66 typename messages<_CharT>::catalog 72 messages<_CharT>::do_get(catalog, int, int, in do_get() argument 78 messages<_CharT>::do_close(catalog) const in do_close() argument
|
H A D | messages_members.cc | 43 messages<char>::do_get(catalog, int, int, const string& __dfault) const in _GLIBCXX_BEGIN_NAMESPACE() 49 messages<wchar_t>::do_get(catalog, int, int, const wstring& __dfault) const in do_get() argument
|
/openbsd/usr.bin/file/magdir/ |
H A D | gnu | 6 # GNU nlsutils message catalog file format 8 0 string \336\22\4\225 GNU message catalog (little endian), 11 0 string \225\4\22\336 GNU message catalog (big endian), 15 0 string *nazgul* Nazgul style compiled message catalog
|
H A D | ibm6000 | 16 0 string 0xabcdef AIX message catalog 17 0 belong 0x000001f9 AIX compiled message catalog
|
/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/gnu/ |
H A D | messages_members.h | 60 typename messages<_CharT>::catalog 80 typename messages<_CharT>::catalog 92 messages<_CharT>::do_close(catalog) const in do_close() argument
|
H A D | messages_members.cc | 44 messages<char>::do_get(catalog, int, int, const string& __dfault) const in do_get() argument 64 messages<wchar_t>::do_get(catalog, int, int, const wstring& __dfault) const in do_get() argument
|
/openbsd/gnu/usr.sbin/mkhybrid/src/ |
H A D | README.eltorito | 48 The "El Torito" specification requires a "boot catalog" to be created as 52 boot catalog. You must specify where the boot catalog will go in the 54 as the boot image, and a name like "boot.catalog" seems appropriate. 59 We will have the boot catalog go in the same directory with the name 60 "boot.catalog". The command to create the iso9660 fs in the file 63 mkisofs -b boot/boot.imh -c boot/boot.catalog -o bootcd.iso . 67 for the boot catalog file.
|
/openbsd/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
H A D | messages_members.h | 65 typename messages<_CharT>::catalog 83 typename messages<_CharT>::catalog 95 messages<_CharT>::do_close(catalog) const in do_close() argument
|
H A D | messages_members.cc | 44 messages<char>::do_get(catalog, int, int, const string& __dfault) const in _GLIBCXX_BEGIN_NAMESPACE() 64 messages<wchar_t>::do_get(catalog, int, int, const wstring& __dfault) const in do_get() argument
|
/openbsd/gnu/usr.bin/texinfo/po/ |
H A D | en@boldquot.header | 1 # All this catalog "translates" are quotation characters. 7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to 23 # This catalog furthermore displays the text between the quotation marks in
|
H A D | en@quot.header | 1 # All this catalog "translates" are quotation characters. 7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
|