Searched refs:Syslog (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSyslog.java52 class Syslog extends Writer { class in inherits:Writer
56 public Syslog() { method in class:Syslog
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm1 package Sys::Syslog;
65 XSLoader::load('Sys::Syslog', $VERSION);
70 bootstrap Sys::Syslog $VERSION;
120 if (can_load("Sys::Syslog::Win32")) {
132 # Sys::Syslog v0.19 in order to address a heisenbug on MacOSX:
153 croak "Sys::Syslog::constant() not defined" if $constname eq 'constant';
513 $name = "Sys::Syslog::$name";
753 $syslog_xobj = Sys::Syslog::Win32::_install();
754 $syslog_send = \&Sys::Syslog::Win32::_syslog_send;
828 Sys::Syslog
[all...]
H A DMakefile.PL22 my %virtual_path = ( 'Syslog.pm' => '$(INST_LIBDIR)/Syslog.pm' );
35 $virtual_path{'win32/Win32.pm' } = '$(INST_LIBDIR)/Syslog/Win32.pm';
59 *** module, part of the libwin32 distribution. Although Sys::Syslog can
62 *** local host as well, please install libwin32 then Sys::Syslog again.
80 NAME => 'Sys::Syslog',
83 VERSION_FROM => 'Syslog.pm',
84 ABSTRACT_FROM => 'Syslog.pm',
104 clean => { FILES => 'Sys-Syslog-*' },
181 NAME => 'Sys::Syslog',
[all...]
H A DSyslog.xs29 MODULE = Sys::Syslog PACKAGE = Sys::Syslog
41 croak("Your vendor has not defined the Sys::Syslog macro LOG_FAC");
55 croak("Your vendor has not defined the Sys::Syslog macro LOG_PRI");
70 croak("Your vendor has not defined the Sys::Syslog macro LOG_MAKEPRI");
84 croak("Your vendor has not defined the Sys::Syslog macro LOG_MASK");
98 croak("Your vendor has not defined the Sys::Syslog macro LOG_UPTO");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/t/
H A Dconstants.t7 my $macrosall = $ENV{PERL_CORE} ? File::Spec->catfile(qw(.. ext Sys Syslog macros.all))
14 my $callpack = my $testpack = 'Sys::Syslog';
H A Dsyslog.t16 # we want to disable the warnings generated by Sys::Syslog
31 plan skip_all => "Sys::Syslog was not build"
48 use_ok('Sys::Syslog', ':standard', ':extended', ':macros');
52 can_ok( 'Sys::Syslog' => qw(openlog syslog syslog setlogmask setlogsock closelog) );
84 unless -e Sys::Syslog::_PATH_LOG();
202 unless -e Sys::Syslog::_PATH_LOG();
/osnet-11/usr/src/lib/libslp/javalib/
H A DMakefile.conf88 SLPHeaderV1.class SLPV1Manager.class Syslog.class \
137 SARequester.class SLPConfig.class Syslog.class \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DMakefile309 $(RM) -r Sys/Syslog/lib; \

Completed in 37 milliseconds