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

/freebsd-10-stable/usr.sbin/cron/cron/
H A Dconfig.h76 * SYSLOG here. Note that quite a bit of logging
87 #define SYSLOG /*-*/ macro
H A Dpopen.c38 #if defined(SYSLOG)
122 #ifdef SYSLOG
H A Ddo_command.c29 #if defined(SYSLOG)
238 #ifdef SYSLOG
/freebsd-10-stable/contrib/ofed/libsdp/src/
H A Dconfig_parser.h52 SYSLOG = 268, enumerator in enum:yytokentype
70 #define SYSLOG 268 macro
H A Dconfig_parser.c87 SYSLOG = 268, enumerator in enum:yytokentype
105 #define SYSLOG 268 macro
H A Dconfig_scanner.c854 yylval.ival = SYSLOG;
856 printf("SYSLOG\n");
858 return SYSLOG;
/freebsd-10-stable/usr.sbin/bluetooth/bthidd/
H A Dparser.y50 #define SYSLOG syslog
56 #define SYSLOG fprintf
103 SYSLOG(LOGCRIT, "Could not allocate new " \
194 SYSLOG(LOGCRIT, "Could not use HID descriptor" EOL);
207 SYSLOG(LOGCRIT, "HID descriptor is too big" EOL);
226 SYSLOG(LOGERR, "%s in line %d" EOL, message, yylineno);
236 SYSLOG(LOGERR, "Unknown config file name!" EOL);
241 SYSLOG(LOGERR, "Could not open config file '%s'. %s (%d)" EOL,
248 SYSLOG(LOGERR, "Could not parse config file '%s'" EOL,
343 SYSLOG(LOGER
[all...]
/freebsd-10-stable/libexec/bootpd/
H A Dreport.c40 #ifdef SYSLOG
49 * appopriate. It just helps avoid a lot of "#ifdef SYSLOG" constructs
111 #ifdef SYSLOG
/freebsd-10-stable/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd.c60 if (!HAVE_OPT(SYSLOG))
H A Dntpsnmpd-opts.h138 # ifdef SYSLOG
139 # warning undefining SYSLOG due to option name conflict
140 # undef SYSLOG macro
148 # undef SYSLOG macro
/freebsd-10-stable/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.sh123 SYSLOG="$CRONJOB"
176 SYSLOG="y"
179 SYSLOG=
229 if [ -z "$SYSLOG" -o -z "$LOGGER" ]; then
/freebsd-10-stable/usr.sbin/cron/lib/
H A Dmisc.c40 #if defined(SYSLOG)
399 #if defined(SYSLOG)
446 #if defined(SYSLOG)
462 #endif /*SYSLOG*/
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dlog.c94 L(SYSLOG),
342 }else if(strncmp(p, "SYSLOG", 6) == 0 && (p[6] == '\0' || p[6] == ':')){
384 ret = krb5_addlog_dest(context, *fac, "SYSLOG");
H A Dverify_krb5_conf.c261 L(SYSLOG),
317 if(strncmp(p, "SYSLOG", 6) == 0){
/freebsd-10-stable/usr.sbin/mountd/
H A Dmountd.c275 void SYSLOG(int, const char *, ...) __printflike(2, 3);
276 #define syslog SYSLOG
3127 SYSLOG(int pri, const char *fmt, ...) function

Completed in 210 milliseconds