Searched refs:matches (Results 1 - 3 of 3) sorted by relevance
/systemd/src/journal/ |
H A D | journal-internal.h | 48 LIST_FIELDS(Match, matches); 50 /* For concrete matches */ 56 LIST_HEAD(Match, matches);
|
H A D | sd-journal.c | 227 LIST_PREPEND(matches, p->matches, m); 236 while (m->matches) 237 match_free(m->matches); 240 LIST_REMOVE(matches, m->parent->matches, m); 247 if (!m || m->matches) 270 * level 4: concrete matches */ 296 LIST_FOREACH(matches, l3, j->level2->matches) { [all...] |
/systemd/src/coredump/ |
H A D | coredumpctl.c | 147 static int parse_argv(int argc, char *argv[], Set *matches) { argument 247 r = add_match(matches, argv[optind]); 711 log_warning("More than one entry matches, ignoring rest."); 797 _cleanup_set_free_free_ Set *matches = NULL; local 803 matches = new_matches(); 804 if (!matches) { 809 r = parse_argv(argc, argv, matches); 835 SET_FOREACH(match, matches, it) {
|
Completed in 17 milliseconds