Searched refs:Sys (Results 1 - 25 of 55) sorted by relevance

123

/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/t/
H A D00-load.t5 use_ok( 'Sys::Syslog' );
7 diag( "Testing Sys::Syslog $Sys::Syslog::VERSION, Perl $], $^X" )
H A Dcpan-rt-21516.t11 use Sys::Syslog;
H A Dcpan-rt-21866.t15 use Sys::Syslog;
H A Dcpan-rt-49877.pl10 use Sys::Syslog qw< :standard :macros >;
12 openlog("Sys::Syslog", "pid,ndelay,perror", "user");
16 openlog("Sys::Syslog", "ndelay,perror", "user");
H A Dcpan-rt-25488.t15 use Sys::Syslog qw(:standard :macros);
H A Dcpan-rt-55151.t10 use Sys::Syslog qw< :standard :macros >;
12 openlog("Sys::Syslog", "pid,ndelay", "user");
H A Dcpan-rt-64287.t10 use Sys::Syslog;
12 openlog("Sys::Syslog", "pid", "user");
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/
H A DWin32.pm1 package Sys::Syslog::Win32;
9 # This file was generated by Sys-Syslog/win32/compile.pl on Wed Aug 22 01:33:58 2007
10 # Any changes being made here will be lost the next time Sys::Syslog
13 # Do NOT USE THIS MODULE DIRECTLY: this is a utility module for Sys::Syslog.
14 # It may change at any time to fit the needs of Sys::Syslog therefore no
114 Sys::Syslog::LOG_KERN() => 'KERN',
115 Sys::Syslog::LOG_USER() => 'USER',
116 Sys::Syslog::LOG_MAIL() => 'MAIL',
117 Sys::Syslog::LOG_DAEMON() => 'DAEMON',
118 Sys
[all...]
H A Dcompile.pl15 my ($version) = $top =~ /Sys::Syslog Message File (\d+\.\d+\.\d+)/
71 $f2c .= " Sys::Syslog::LOG_$name() => '$name',\n";
74 # write the Sys::Syslog::Win32 module
89 package Sys::Syslog::Win32;
97 # This file was generated by Sys-Syslog/win32/compile.pl on __TIME__
98 # Any changes being made here will be lost the next time Sys::Syslog
101 # Do NOT USE THIS MODULE DIRECTLY: this is a utility module for Sys::Syslog.
102 # It may change at any time to fit the needs of Sys::Syslog therefore no
171 my $dll = 'Sys/Syslog/__NAME_VER__.dll';
194 die "fatal: Can't find resource DLL for Sys
[all...]
/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-client-native.pl1 # The client writes a message to Sys::Syslog native method.
10 use Sys::Hostname;
H A Dargs-sendsyslog-flags.pl11 use Sys::Syslog 'LOG_CONS';
H A Dargs-client-unix.pl1 # The client writes a message to Sys::Syslog unix method.
10 use Sys::Hostname;
31 # Sys::Syslog unix is broken, it appends a \n\0.
H A Dargs-ttymsg-wall.pl1 # The client writes a message to Sys::Syslog native method.
12 use Sys::Syslog qw(:macros);
H A Dargs-ttymsg-delay.pl10 use Sys::Syslog qw(:macros);
H A Dargs-bufsize-native.pl1 # The client writes a long message to Sys::Syslog native method.
11 use Sys::Hostname;
H A Dargs-maxunix.pl11 use Sys::Hostname;
H A Dargs-selector-syslog.pl12 use Sys::Syslog;
H A Dargs-sendsyslog-console.pl10 use Sys::Syslog 'LOG_CONS';
H A Dargs-selector.pl11 use Sys::Syslog;
19 my $prio = ("Sys::Syslog::LOG_".uc($fac))->() |
20 ("Sys::Syslog::LOG_".uc($sev))->();
/openbsd-current/gnu/usr.bin/perl/ext/Sys-Hostname/t/
H A DHostname.t6 print "1..0 # Skip: Sys::Hostname was not built\n";
11 use Sys::Hostname;
/openbsd-current/gnu/usr.bin/perl/ext/Sys-Hostname/
H A DHostname.xs20 MODULE = Sys::Hostname PACKAGE = Sys::Hostname
H A DHostname.pm1 package Sys::Hostname;
129 Sys::Hostname - Try every conceivable way to get hostname
133 use Sys::Hostname;
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/
H A DSyslog.xs66 MODULE = Sys::Syslog PACKAGE = Sys::Syslog
H A DSyslog.pm1 package Sys::Syslog;
68 XSLoader::load('Sys::Syslog', $VERSION);
73 bootstrap Sys::Syslog $VERSION;
158 # Sys::Syslog v0.19 in order to address a heisenbug on MacOSX:
193 croak "Sys::Syslog::constant() not defined" if $constname eq 'constant';
617 $name = "Sys::Syslog::$name";
851 $syslog_xobj = Sys::Syslog::Win32::_install();
852 $syslog_send = \&Sys::Syslog::Win32::_syslog_send;
934 Sys::Syslog - Perl interface to the UNIX syslog(3) calls
942 use Sys
[all...]
/openbsd-current/regress/sbin/isakmpd/exchange/
H A Drun.pl33 use Sys::Hostname;

Completed in 96 milliseconds

123