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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dsyslog.c129 #define LogTag (__syslog._LogTag) macro
222 LogTag = (const char *) &ProcName;
229 openlog(LogTag, LogStat|LOG_NDELAY|showpid, 0);
252 * allocation. This is dependent on the assumption that the LogTag
261 if (LogTag) {
262 taglen = strlen(LogTag) < MAX_TAG ? strlen(LogTag) : MAX_TAG;
263 (void) strncpy(o, LogTag, taglen);
271 if (LogTag) {
434 LogTag
[all...]

Completed in 15 milliseconds