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

/macosx-10.10/syslog-267/util.tproj/
H A Dsyslog.c129 static char *last_printmsg_str = NULL; variable
1251 if (last_printmsg_str != NULL)
1253 if (!strcmp(str + STD_BSD_DATE_LEN, last_printmsg_str + STD_BSD_DATE_LEN))
1265 free(last_printmsg_str);
1266 last_printmsg_str = str;
1274 last_printmsg_str = str;
1616 free(last_printmsg_str);
1617 last_printmsg_str = NULL;

Completed in 72 milliseconds