Home
last modified time | relevance | path

Searched defs:oneline (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/libsystemd/sd-journal/
Dcatalog.c655 static void dump_catalog_entry(FILE *f, sd_id128_t id, const char *s, bool oneline) { in dump_catalog_entry()
670 int catalog_list(FILE *f, const char *database, bool oneline) { in catalog_list()
707 int catalog_list_items(FILE *f, const char *database, bool oneline, char **items) { in catalog_list_items()
/systemd-251/src/journal/
Djournalctl.c2220 bool oneline = arg_action == ACTION_LIST_CATALOG; in main() local