Home
last modified time | relevance | path

Searched refs:SYSLOG (Results 1 – 16 of 16) sorted by relevance

/freebsd/usr.sbin/bluetooth/bthidd/
H A Dparser.y52 #define SYSLOG syslog macro
58 #define SYSLOG fprintf
112 SYSLOG(LOGCRIT, "Could not allocate new " \
164 SYSLOG(LOGCRIT, "Could not allocate new " \
243 SYSLOG(LOGCRIT, "Could not use HID descriptor" EOL);
256 SYSLOG(LOGCRIT, "HID descriptor is too big" EOL);
275 SYSLOG(LOGERR, "%s in line %d" EOL, message, yylineno);
285 SYSLOG(LOGERR, "Unknown config file name!" EOL); in read_config_file()
297 SYSLOG(LOGERR, "Could not parse config file '%s'" EOL, in read_config_file()
497 SYSLOG(LOGERR, "Unknown HIDs file name!" EOL); in read_hids_file()
[all …]
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.h146 # ifdef SYSLOG
147 # warning undefining SYSLOG due to option name conflict
148 # undef SYSLOG
156 # undef SYSLOG
H A Dntpsnmpd.c60 if (!HAVE_OPT(SYSLOG)) in main()
/freebsd/libexec/bootpd/
H A Dreport.c38 #ifdef SYSLOG in report_init()
109 #ifdef SYSLOG in report()
/freebsd/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in66 my $SYSLOG;
108 $SYSLOG = 1 if defined $opt{s};
121 if ($SYSLOG || !-t STDOUT) {
122 $SYSLOG = 1;
264 if ($SYSLOG) {
H A Dupdate-leap.sh229 if [ -z "$SYSLOG" -o -z "$LOGGER" ]; then
/freebsd/usr.sbin/cron/cron/
H A Dconfig.h87 #define SYSLOG /*-*/ macro
H A Dexterns.h51 #if defined(SYSLOG)
H A Dpopen.c110 #ifdef SYSLOG in cron_popen()
H A Ddo_command.c235 #ifdef SYSLOG in child_process()
/freebsd/usr.sbin/cron/lib/
H A Dmisc.c39 #if defined(SYSLOG)
383 #if defined(SYSLOG) in log_it()
430 #if defined(SYSLOG) in log_it()
/freebsd/crypto/heimdal/lib/krb5/
H A Dlog.c94 L(SYSLOG),
H A Dverify_krb5_conf.c261 L(SYSLOG),
/freebsd/usr.sbin/mountd/
H A Dmountd.c316 static void SYSLOG(int, const char *, ...) __printflike(2, 3);
317 #define syslog SYSLOG
3773 SYSLOG(int pri, const char *fmt, ...) in SYSLOG() function
/freebsd/crypto/heimdal/doc/
H A Dsetup.texi1651 libkrb5 = 0-/SYSLOG:
/freebsd/crypto/heimdal/
H A DChangeLog.19982176 * lib/krb5/log.c: New parameter `log-level'. Default to `SYSLOG'.