Searched refs:msgid_end (Results 1 – 3 of 3) sorted by relevance
270 char *msg, *msgid_start, *msgid_end; in log_rsrv() local281 (msgid_end = strstr(msgid_start, "] ")) != NULL) { in log_rsrv()287 idlen = msgid_end + 2 - msgid_start; in log_rsrv()
191 char *msgid_start, *msgid_end; in vsyslog() local353 (msgid_end = strstr(msgid_start, "] ")) != NULL) in vsyslog()354 (void) strcpy(msgid_start, msgid_end + 2); in vsyslog()
1751 char *msgid_start, *msgid_end; in writemsg() local1902 (msgid_end = strstr(msgid_start, "] ")) != NULL && in writemsg()1904 (void) strcpy(msgid_start, msgid_end + 2); in writemsg()