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

/illumos-gate/usr/src/cmd/tcpd/
H A Dfakelog.c16 /* openlog - dummy */
20 openlog(name, logopt, facility) function
/illumos-gate/usr/src/cmd/saf/
H A Dlog.c75 * openlog - open log file, sets global file pointer Lfp
79 openlog() function
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypupdated.c60 #define openlog(a, b, c) macro
192 openlog("ypupdated", LOG_PID, LOG_DAEMON);
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSyslogHandler.java76 * to the <code>logopt</code> argument to openlog(3c).)
105 openlog(ident, DEF_LOGOPT, facility.getNative());
153 * Calls <code>openlog(3C)</code>.
155 private static native void openlog(String ident, int logopt, method in class:SyslogHandler
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dsyslog.c79 void openlog(char *, int, int);
90 LogStat = 0; /* status bits, set by openlog() */
132 openlog(LogTag, LogStat | LOG_NDELAY, 0);
240 openlog(char *ident, int logstat, int logfac) function
/illumos-gate/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
/illumos-gate/usr/src/man/man3c/
H A DMakefile1015 openlog.3c \
2327 openlog.3c := LINKSRC = syslog.3c

Completed in 90 milliseconds