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

/macosx-10.10.1/Libc-1044.1.2/gen/
H A Doldsyslog.c83 __private_extern__ const char *_sl_LogTag; /* string to tag the entry with */ variable
90 __private_extern__ const char *_sl_LogTag = NULL; /* string to tag the entry with */ variable
184 if (_sl_LogTag == NULL)
185 _sl_LogTag = *(*_NSGetArgv());
186 if (_sl_LogTag != NULL) {
187 prlen = snprintf(p, tbuf_left, "%s", _sl_LogTag);
194 if (_sl_LogTag != NULL) {
244 openlog(_sl_LogTag, _sl_LogStat | LOG_NDELAY, 0);
277 _sl_LogTag = ident;

Completed in 166 milliseconds