Searched refs:test_syslog_parse_identifier (Results 1 - 1 of 1) sorted by relevance
/systemd/src/journal/ |
H A D | test-journal-syslog.c | 25 static void test_syslog_parse_identifier(const char* str, function 39 test_syslog_parse_identifier("pidu[111]: xxx", "pidu", "111", 11); 40 test_syslog_parse_identifier("pidu: xxx", "pidu", NULL, 6); 41 test_syslog_parse_identifier("pidu xxx", NULL, NULL, 0);
|
Completed in 52 milliseconds