Searched defs:openlog (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/tcpd/ |
H A D | fakelog.c | 16 /* openlog - dummy */ 20 openlog(name, logopt, facility) function
|
/illumos-gate/usr/src/cmd/saf/ |
H A D | log.c | 75 * openlog - open log file, sets global file pointer Lfp 79 openlog() function
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypupdated.c | 60 #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 D | SyslogHandler.java | 76 * 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 D | syslog.c | 79 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 D | 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); 428 openlog(const char *ident, int logstat, int logfac) function
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1015 openlog.3c \ 2327 openlog.3c := LINKSRC = syslog.3c
|
Completed in 58 milliseconds