Searched defs:openlog (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm18 standard => [qw(openlog syslog closelog setlogmask)],
162 sub openlog { subroutine
314 # if $ident is undefined, it means openlog() wasn't previously called
316 openlog() unless $ident;
840 openlog $ident, $logopt, $facility; # don't forget this
866 openlog closelog setlogmask syslog
889 =item B<openlog($ident, $logopt, $facility)>
902 Note that C<openlog()> now takes three arguments, just like C<openlog(3)>.
904 B<You should use C<openlog()> befor
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dsyslog.c118 0, /* status bits, set by openlog() */
124 0, /* openlog has not yet been called */
209 * if openlog() has not been called by the application,
229 openlog(LogTag, LogStat|LOG_NDELAY|showpid, 0);
428 openlog(const char *ident, int logstat, int logfac) function

Completed in 16 milliseconds