Home
last modified time | relevance | path

Searched refs:LogTag (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dsyslog.c68 #define LogTag (_syslog->_LogTag) macro
91 LogTag = "syslog"; /* string to tag the entry with */ in allocstatic()
132 openlog(LogTag, LogStat | LOG_NDELAY, 0); in vsyslog()
144 if (LogTag) { in vsyslog()
145 taglen = strlen(LogTag) < MAX_TAG ? strlen(LogTag) : MAX_TAG; in vsyslog()
146 strncpy(o, LogTag, taglen); in vsyslog()
154 if (LogTag) { in vsyslog()
245 LogTag = ident; in openlog()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dsyslog.c129 #define LogTag (__syslog._LogTag) macro
223 LogTag = (const char *) &ProcName; in vsyslog()
230 openlog(LogTag, LogStat|LOG_NDELAY|showpid, 0); in vsyslog()
262 if (LogTag) { in vsyslog()
263 taglen = strlen(LogTag) < MAX_TAG ? strlen(LogTag) : MAX_TAG; in vsyslog()
264 (void) strncpy(o, LogTag, taglen); in vsyslog()
272 if (LogTag) { in vsyslog()
436 LogTag = ident; in openlog()