Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bluetooth/bthidd/
H A Dparser.y53 #define SYSLOG syslog macro
59 #define SYSLOG fprintf
113 SYSLOG(LOGCRIT, "Could not allocate new " \
165 SYSLOG(LOGCRIT, "Could not allocate new " \
244 SYSLOG(LOGCRIT, "Could not use HID descriptor" EOL);
257 SYSLOG(LOGCRIT, "HID descriptor is too big" EOL);
276 SYSLOG(LOGERR, "%s in line %d" EOL, message, yylineno);
286 SYSLOG(LOGERR, "Unknown config file name!" EOL); in read_config_file()
298 SYSLOG(LOGERR, "Could not parse config file '%s'" EOL, in read_config_file()
498 SYSLOG(LOGERR, "Unknown HIDs file name!" EOL); in read_hids_file()
[all …]
/freebsd-13.1/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.h138 # ifdef SYSLOG
139 # warning undefining SYSLOG due to option name conflict
140 # undef SYSLOG
148 # undef SYSLOG
H A Dntpsnmpd.c60 if (!HAVE_OPT(SYSLOG)) in main()
/freebsd-13.1/libexec/bootpd/
H A Dreport.c40 #ifdef SYSLOG
111 #ifdef SYSLOG in report()
/freebsd-13.1/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in65 my $SYSLOG;
107 $SYSLOG = 1 if defined $opt{s};
120 if ($SYSLOG || !-t STDOUT) {
121 $SYSLOG = 1;
263 if ($SYSLOG) {
H A Dupdate-leap.sh229 if [ -z "$SYSLOG" -o -z "$LOGGER" ]; then
/freebsd-13.1/usr.sbin/cron/cron/
H A Dconfig.h87 #define SYSLOG /*-*/ macro
H A Dpopen.c38 #if defined(SYSLOG)
123 #ifdef SYSLOG
H A Ddo_command.c29 #if defined(SYSLOG)
252 #ifdef SYSLOG
/freebsd-13.1/usr.sbin/cron/lib/
H A Dmisc.c40 #if defined(SYSLOG)
399 #if defined(SYSLOG) in log_it()
446 #if defined(SYSLOG) in log_it()
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dlog.c94 L(SYSLOG),
H A Dverify_krb5_conf.c261 L(SYSLOG),
/freebsd-13.1/usr.sbin/mountd/
H A Dmountd.c325 static void SYSLOG(int, const char *, ...) __printflike(2, 3);
326 #define syslog SYSLOG
3741 SYSLOG(int pri, const char *fmt, ...) in SYSLOG() function
/freebsd-13.1/crypto/heimdal/doc/
H A Dsetup.texi1651 libkrb5 = 0-/SYSLOG:
/freebsd-13.1/crypto/heimdal/
H A DChangeLog.19982176 * lib/krb5/log.c: New parameter `log-level'. Default to `SYSLOG'.