Searched defs:msgid_start (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dlog.c270 char *msg, *msgid_start, *msgid_end; local
280 if ((msgid_start = strstr(msg, "[ID ")) != NULL &&
281 (msgid_end = strstr(msgid_start, "] ")) != NULL) {
285 msgid_start = msg + snprintf(msg,
287 idlen = msgid_end + 2 - msgid_start;
288 ovbcopy(msg, msg + idlen, msgid_start - msg);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dsyslog.c191 char *msgid_start, *msgid_end; local
350 if ((msgid_start = strstr(outline, "[ID ")) != NULL &&
351 (msgid_end = strstr(msgid_start, "] ")) != NULL)
352 (void) strcpy(msgid_start, msgid_end + 2);
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c1751 char *msgid_start, *msgid_end; local
1901 if ((msgid_start = strstr(filtered, "[ID ")) != NULL &&
1902 (msgid_end = strstr(msgid_start, "] ")) != NULL &&
1904 (void) strcpy(msgid_start, msgid_end + 2);

Completed in 89 milliseconds