Searched refs:__msgid (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | messages.h | 56 …_LIBCPP_HIDE_FROM_ABI string_type get(catalog __c, int __set, int __msgid, const string_type& __df… in get() argument 57 return do_get(__c, __set, __msgid, __dflt); in get() 68 virtual string_type do_get(catalog, int __set, int __msgid, const string_type& __dflt) const; 87 messages<_CharT>::do_get(catalog __c, int __set, int __msgid, const string_type& __dflt) const { in do_get() argument 94 char* __n = catgets(__cat, __set, __msgid, __ndflt.c_str()); in do_get() 101 (void)__msgid; in do_get()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | locale | 3056 …_LIBCPP_HIDE_FROM_ABI string_type get(catalog __c, int __set, int __msgid, const string_type& __df… 3057 return do_get(__c, __set, __msgid, __dflt); 3068 virtual string_type do_get(catalog, int __set, int __msgid, const string_type& __dflt) const; 3087 messages<_CharT>::do_get(catalog __c, int __set, int __msgid, const string_type& __dflt) const { 3094 char* __n = catgets(__cat, __set, __msgid, __ndflt.c_str()); 3101 (void)__msgid;
|