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()
64 static const char *LogTag = NULL; /* string to tag the entry with */ variable208 if (LogTag == NULL) in vsyslog1()209 LogTag = _getprogname(); in vsyslog1()211 LogTag == NULL ? "-" : LogTag, getpid()); in vsyslog1()278 openlog_unlocked(LogTag, LogStat | LOG_NDELAY, 0); in vsyslog1()439 LogTag = ident; in openlog_unlocked()469 LogTag = NULL; in closelog()