Searched refs:messages (Results 26 - 50 of 142) sorted by relevance

123456

/freebsd-12-stable/usr.bin/localedef/
H A DMakefile8 messages.c \
/freebsd-12-stable/contrib/libstdc++/config/locale/gnu/
H A Dmessages_members.cc1 // std::messages implementation details, GNU version -*- C++ -*-
31 // ISO C++ 14882: 22.2.7.1.2 messages virtual functions
44 messages<char>::do_get(catalog, int, int, const string& __dfault) const
64 messages<wchar_t>::do_get(catalog, int, int, const wstring& __dfault) const
/freebsd-12-stable/usr.sbin/bsdconfig/includes/
H A Dincludes.sh41 f_include_lang $BSDCFG_LIBE/include/messages.subr
42 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
/freebsd-12-stable/usr.sbin/bsdconfig/networking/
H A Ddefaultrouter42 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
H A Dhostname42 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
H A Dnameservers42 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
H A Dwlanconfig44 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
/freebsd-12-stable/usr.sbin/bsdconfig/startup/
H A Drcedit39 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
/freebsd-12-stable/usr.sbin/bsdconfig/usermgmt/
H A Dgroupadd40 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
H A Duseradd40 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
H A Dgroupdel41 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
H A Dgroupedit41 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
H A Duserdel41 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
H A Duseredit41 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
/freebsd-12-stable/usr.sbin/syslogd/
H A Dsyslog.conf9 *.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
20 # uncomment this to enable logging of all log messages to /var/log/all.log
29 # Uncomment this if you wish to see messages produced by devd
/freebsd-12-stable/contrib/com_err/
H A Derror.c81 const char **messages,
88 if (et->table->msgs == messages)
95 et->table->msgs = messages;
80 initialize_error_table_r(struct et_list **list, const char **messages, int num_errors, long base) argument
/freebsd-12-stable/crypto/heimdal/lib/com_err/
H A Derror.c84 const char **messages,
91 if (et->table->msgs == messages)
98 et->table->msgs = messages;
83 initialize_error_table_r(struct et_list **list, const char **messages, int num_errors, long base) argument
/freebsd-12-stable/usr.sbin/bsdconfig/diskmgmt/
H A Ddiskmgmt38 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
/freebsd-12-stable/usr.sbin/bsdconfig/docsinstall/
H A Ddocsinstall38 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
/freebsd-12-stable/usr.sbin/bsdconfig/mouse/
H A Dflags39 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
H A Ddisable39 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
/freebsd-12-stable/usr.sbin/bsdconfig/packages/
H A Dpackages46 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
/freebsd-12-stable/contrib/libstdc++/src/
H A Dlocale_init.cc121 typedef char fake_messages_c[sizeof(messages<char>)]
122 __attribute__ ((aligned(__alignof__(messages<char>))));
175 typedef char fake_messages_w[sizeof(messages<wchar_t>)]
176 __attribute__ ((aligned(__alignof__(messages<wchar_t>))));
341 &std::messages<char>::id,
343 &std::messages<wchar_t>::id,
413 _M_init_facet(new (&messages_c) std::messages<char>(1));
443 _M_init_facet(new (&messages_w) std::messages<wchar_t>(1));
/freebsd-12-stable/usr.sbin/bsdconfig/ttys/
H A Dttys38 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
/freebsd-12-stable/usr.sbin/newsyslog/
H A Dnewsyslog.conf14 # contents of maillog, messages, and lpd-errs to be confidential. In the
27 /var/log/messages 644 5 1000 @0101T JC

Completed in 88 milliseconds

123456