| /dragonfly/contrib/gcc-4.7/libstdc++-v3/config/locale/generic/ |
| D | messages_members.h | 43 messages<_CharT>::messages(size_t __refs) in _GLIBCXX_VISIBILITY() 48 messages<_CharT>::messages(__c_locale, const char*, size_t __refs) in _GLIBCXX_VISIBILITY() 53 typename messages<_CharT>::catalog in _GLIBCXX_VISIBILITY() 54 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, in _GLIBCXX_VISIBILITY() 60 messages<_CharT>::~messages() in _GLIBCXX_VISIBILITY() 64 typename messages<_CharT>::catalog in _GLIBCXX_VISIBILITY() 65 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const in _GLIBCXX_VISIBILITY() 69 typename messages<_CharT>::string_type in _GLIBCXX_VISIBILITY() 70 messages<_CharT>::do_get(catalog, int, int, in _GLIBCXX_VISIBILITY() 76 messages<_CharT>::do_close(catalog) const in _GLIBCXX_VISIBILITY() [all …]
|
| D | messages_members.cc | 40 messages<char>::do_get(catalog, int, int, const string& __dfault) const in do_get() 46 messages<wchar_t>::do_get(catalog, int, int, const wstring& __dfault) const in do_get()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/config/locale/generic/ |
| D | messages_members.h | 42 messages<_CharT>::messages(size_t __refs) in _GLIBCXX_VISIBILITY() 47 messages<_CharT>::messages(__c_locale, const char*, size_t __refs) in _GLIBCXX_VISIBILITY() 52 typename messages<_CharT>::catalog in _GLIBCXX_VISIBILITY() 53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, in _GLIBCXX_VISIBILITY() 59 messages<_CharT>::~messages() in _GLIBCXX_VISIBILITY() 63 typename messages<_CharT>::catalog in _GLIBCXX_VISIBILITY() 64 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const in _GLIBCXX_VISIBILITY() 68 typename messages<_CharT>::string_type in _GLIBCXX_VISIBILITY() 69 messages<_CharT>::do_get(catalog, int, int, in _GLIBCXX_VISIBILITY() 75 messages<_CharT>::do_close(catalog) const in _GLIBCXX_VISIBILITY() [all …]
|
| D | messages_members.cc | 40 messages<char>::do_get(catalog, int, int, const string& __dfault) const in do_get() 46 messages<wchar_t>::do_get(catalog, int, int, const wstring& __dfault) const in do_get()
|
| /dragonfly/usr.bin/mail/misc/ |
| HD | mail.help | 2 t <message list> type messages 4 e <message list> edit messages 5 f <message list> give head lines of messages 6 d <message list> delete messages 7 s <message list> file append messages to file 8 u <message list> undelete messages 11 pre <message list> make messages go back to /var/mail 13 q quit, saving unresolved messages in mbox
|
| HD | mail.tildehelp | 13 ~f messages Read in messages 14 ~F messages Same as ~f, but keep all header lines 17 ~m messages Read in messages, right shifted by a tab 18 ~M messages Same as ~m, but keep all header lines
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
| D | cow-locale_init.cc | 62 typedef char fake_messages_c[sizeof(messages<char>)] 63 __attribute__ ((aligned(__alignof__(messages<char>)))); 92 typedef char fake_messages_w[sizeof(messages<wchar_t>)] 93 __attribute__ ((aligned(__alignof__(messages<wchar_t>)))); 112 _M_init_facet_unchecked(new (&messages_c) std::messages<char>(1)); in _M_init_extra() 125 _M_init_facet_unchecked(new (&messages_w) std::messages<wchar_t>(1)); in _M_init_extra() 151 _M_init_facet_unchecked(new std::messages<char>(__cloc, __s)); in _M_init_extra() 163 _M_init_facet_unchecked(new std::messages<wchar_t>(__cloc, __s)); in _M_init_extra()
|
| D | locale-inst.cc | 206 template class messages<C>; variable 294 const messages<C>& 295 use_facet<messages<C> >(const locale&); 354 has_facet<messages<C> >(const locale&);
|
| D | cxx11-shim_facets.cc | 436 struct messages_shim : std::messages<_CharT>, __shim 626 auto* m = static_cast<const messages<C>*>(f); in __messages_open() 647 auto* m = static_cast<const messages<C>*>(f); in __messages_get() 665 static_cast<const messages<C>*>(f)->close(c); in __messages_close() 814 if (which == &std::messages<char>::id) in _M_sso_shim() 831 if (which == &std::messages<wchar_t>::id) in _M_sso_shim()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/ |
| D | locale_init.cc | 145 typedef char fake_messages_c[sizeof(messages<char>)] 146 __attribute__ ((aligned(__alignof__(messages<char>)))); 199 typedef char fake_messages_w[sizeof(messages<wchar_t>)] 200 __attribute__ ((aligned(__alignof__(messages<wchar_t>)))); 396 &std::messages<char>::id, 398 &std::messages<wchar_t>::id, 435 &std::messages<char>::id, 452 &std::messages<wchar_t>::id, 506 _M_init_facet(new (&messages_c) std::messages<char>(1)); in _Impl() 536 _M_init_facet(new (&messages_w) std::messages<wchar_t>(1)); in _Impl()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
| D | locale_init.cc | 117 typedef char fake_messages_c[sizeof(messages<char>)] 118 __attribute__ ((aligned(__alignof__(messages<char>)))); 171 typedef char fake_messages_w[sizeof(messages<wchar_t>)] 172 __attribute__ ((aligned(__alignof__(messages<wchar_t>)))); 354 &std::messages<char>::id, 356 &std::messages<wchar_t>::id, 426 _M_init_facet(new (&messages_c) std::messages<char>(1)); in _Impl() 456 _M_init_facet(new (&messages_w) std::messages<wchar_t>(1)); in _Impl()
|
| D | locale-inst.cc | 176 template class messages<C>; variable 245 const messages<C>& 246 use_facet<messages<C> >(const locale&); 299 has_facet<messages<C> >(const locale&);
|
| /dragonfly/contrib/nvi2/catalog/ |
| HD | README | 1 Generally, all non-system error and informational messages in nvi are 2 catalog messages, i.e. they can be tailored to a specific langauge. 84 english.base german.base". For each of the messages in the file, 106 If you add new messages to the nvi sources, you can check your work by 108 message numbers, duplicate message numbers, and duplicate messages. 109 Unused message numbers are only useful if you are condensing messages. 111 Duplicate messages are only interesting if a message appears often enough 124 If any messages are missing from the catalog, the backup text (English)
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | rpmsg | 4 # rpmsg: file(1) magic for restricted-permission messages (or "rights-protected" messages)
|
| /dragonfly/contrib/tcsh-6/nls/french/ |
| HD | set11 | 5 3 Vous avez %d messages courrier (mail).\n 6 4 Vous avez %d messages courrier (mail) dans %s.\n
|
| /dragonfly/etc/periodic/security/ |
| HD | 900.tcpwrap | 60 [ -f ${LOG}/messages ] && cat $LOG/messages
|
| /dragonfly/crypto/openssh/ |
| HD | PROTOCOL.mux | 14 Most messages from the client to the server contain a "request id" 38 messages between the client and server. The client therefore must 49 a hello messages to its peer: 86 descriptors (in that order) using Unix domain socket control messages. 131 (in that order) using Unix domain socket control messages. 230 be formatted as unencrypted, unpadded, SSH transport messages: 237 The mux master will accept most connection messages and global requests, 242 10. Status messages
|
| /dragonfly/crypto/libressl/ssl/ |
| HD | ssl_tlsext.c | 1977 uint16_t messages; member 1985 .messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_SH | 2000 .messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_SH | 2015 .messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_EE, 2029 .messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_SH, 2043 .messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_CR | 2058 .messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_SH, 2072 .messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_EE, 2086 .messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_SH, 2100 .messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_CR, [all …]
|
| /dragonfly/etc/ |
| HD | csh.login | 13 # Read system messages 15 # Allow terminal messages
|
| HD | profile | 15 # Read system messages 17 # Allow terminal messages
|
| /dragonfly/libexec/bootpd/ |
| HD | syslog.conf | 20 kern.debug;user,mail.crit;auth.notice /var/adm/messages 21 daemon.notice;syslog,news,uucp,cron.err /var/adm/messages
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | locale_facets_nonio.h | 1799 class messages : public locale::facet, public messages_base in _GLIBCXX_VISIBILITY() 1827 messages(size_t __refs = 0); in _GLIBCXX_VISIBILITY() 1841 messages(__c_locale __cloc, const char* __s, size_t __refs = 0); in _GLIBCXX_VISIBILITY() 1907 ~messages(); in _GLIBCXX_VISIBILITY() 1968 locale::id messages<_CharT>::id; in _GLIBCXX_VISIBILITY() 1973 messages<char>::do_get(catalog, int, int, const string&) const; in _GLIBCXX_VISIBILITY() 1978 messages<wchar_t>::do_get(catalog, int, int, const wstring&) const; in _GLIBCXX_VISIBILITY() 1983 class messages_byname : public messages<_CharT> in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| D | locale_facets_nonio.h | 1695 class messages : public locale::facet, public messages_base in _GLIBCXX_VISIBILITY() 1723 messages(size_t __refs = 0); in _GLIBCXX_VISIBILITY() 1737 messages(__c_locale __cloc, const char* __s, size_t __refs = 0); in _GLIBCXX_VISIBILITY() 1803 ~messages(); in _GLIBCXX_VISIBILITY() 1864 locale::id messages<_CharT>::id; in _GLIBCXX_VISIBILITY() 1869 messages<char>::do_get(catalog, int, int, const string&) const; in _GLIBCXX_VISIBILITY() 1874 messages<wchar_t>::do_get(catalog, int, int, const wstring&) const; in _GLIBCXX_VISIBILITY() 1879 class messages_byname : public messages<_CharT> in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/ncurses/misc/ |
| HD | run_tic.in | 140 You may see messages regarding extended capabilities, e.g., AX. 159 You may see messages regarding unknown capabilities, e.g., AX.
|
| /dragonfly/sys/contrib/dev/acpica/source/compiler/ |
| HD | readme.txt | 112 "-vi" instructs the compiler to produce messages appropriate for VC. 118 By enabling "Use Output Window", you can click on error messages in 121 the messages and the corresponding source line(s).
|