Searched refs:LogTag (Results 1 – 2 of 2) sorted by relevance
136 static char *LogTag; variable158 free(LogTag); in slog_openlog()159 LogTag = strdup(ident); in slog_openlog()174 openlog(LogTag, logopt, nvlist_get_number(nvlin, "facility")); in slog_openlog()184 free(LogTag); in slog_closelog()185 LogTag = NULL; in slog_closelog()
67 static const char *LogTag = NULL; /* string to tag the entry with */ variable210 if (LogTag == NULL) in vsyslog1()211 LogTag = _getprogname(); in vsyslog1()212 (void)fprintf(fp, "%s ", LogTag == NULL ? NILVALUE : LogTag); in vsyslog1()290 openlog_unlocked(LogTag, LogStat | LOG_NDELAY, 0); in vsyslog1()461 LogTag = ident; in openlog_unlocked()491 LogTag = NULL; in closelog()