Searched refs:SYSLOG (Results 1 – 16 of 16) sorted by relevance
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | parser.y | 52 #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() 290 SYSLOG(LOGERR, "Could not open config file '%s'. %s (%d)" EOL, in read_config_file() 297 SYSLOG(LOGERR, "Could not parse config file '%s'" EOL, in read_config_file() [all …]
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | ntpsnmpd-opts.h | 146 # ifdef SYSLOG 147 # warning undefining SYSLOG due to option name conflict 148 # undef SYSLOG 156 # undef SYSLOG
|
H A D | ntpsnmpd.c | 60 if (!HAVE_OPT(SYSLOG)) in main()
|
/freebsd/libexec/bootpd/ |
H A D | report.c | 38 #ifdef SYSLOG in report_init() 109 #ifdef SYSLOG in report()
|
/freebsd/contrib/ntp/scripts/update-leap/ |
H A D | update-leap.in | 66 my $SYSLOG; 108 $SYSLOG = 1 if defined $opt{s}; 121 if ($SYSLOG || !-t STDOUT) { 122 $SYSLOG = 1; 264 if ($SYSLOG) {
|
H A D | update-leap.sh | 229 if [ -z "$SYSLOG" -o -z "$LOGGER" ]; then
|
/freebsd/usr.sbin/cron/cron/ |
H A D | config.h | 87 #define SYSLOG /*-*/ macro
|
H A D | externs.h | 51 #if defined(SYSLOG)
|
H A D | popen.c | 110 #ifdef SYSLOG in cron_popen()
|
H A D | do_command.c | 235 #ifdef SYSLOG in child_process()
|
/freebsd/usr.sbin/cron/lib/ |
H A D | misc.c | 39 #if defined(SYSLOG) 383 #if defined(SYSLOG) in log_it() 430 #if defined(SYSLOG) in log_it()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | log.c | 94 L(SYSLOG),
|
H A D | verify_krb5_conf.c | 261 L(SYSLOG),
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 318 static void SYSLOG(int, const char *, ...) __printflike(2, 3); 319 #define syslog SYSLOG 3820 SYSLOG(int pri, const char *fmt, ...) in SYSLOG() function
|
/freebsd/crypto/heimdal/doc/ |
H A D | setup.texi | 1651 libkrb5 = 0-/SYSLOG:
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.1998 | 2176 * lib/krb5/log.c: New parameter `log-level'. Default to `SYSLOG'.
|