HomeSort by relevance Sort by last modified time
    Searched defs:openlog (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/cmd/tcpd/
fakelog.c 16 /* openlog - dummy */
20 openlog(name, logopt, facility) function
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
mDNSDebug.c 63 #define openlog(A,B,C) (void)(A); (void)(B) macro
115 openlog(ident, LOG_PERROR | logoptflags, LOG_DAEMON);
  /onnv/onnv-gate/usr/src/cmd/saf/
log.c 75 * openlog - open log file, sets global file pointer Lfp
79 openlog() function
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
Syslog.pm 18 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()> before calling C<syslog()>.
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
SyslogHandler.java 76 * to the <code>logopt</code> argument to openlog(3c).)
105 openlog(ident, DEF_LOGOPT, facility.getNative()); method
153 * Calls <code>openlog(3C)</code>.
155 private static native void openlog(String ident, int logopt, method in class:SyslogHandler
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
ypupdated.c 60 #define openlog(a, b, c) macro
192 openlog("ypupdated", LOG_PID, LOG_DAEMON);
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
syslog.c 79 void openlog(char *, int, int);
90 LogStat = 0; /* status bits, set by openlog() */
132 openlog(LogTag, LogStat | LOG_NDELAY, 0);
237 * OPENLOG -- open system log
240 openlog(char *ident, int logstat, int logfac) function
  /onnv/onnv-gate/usr/src/lib/brand/lx/lx_thunk/common/
lx_thunk.c 57 * openlog(3c)
1094 openlog(const char *ident, int logopt, int facility) function
1096 lxt_debug("openlog: request caught");
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
syslog.c 118 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);
424 * OPENLOG -- open system log
428 openlog(const char *ident, int logstat, int logfac) function

Completed in 840 milliseconds