Searched refs:pager_flags (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/analyze/ |
D | analyze-security.c | 1725 PagerFlags pager_flags, in assess() argument 1886 … r = table_print_with_pager(details_table, json_format_flags, pager_flags, /* show_header= */true); in assess() 2426 PagerFlags pager_flags, in analyze_security_one() argument 2444 r = assess(info, overview_table, flags, threshold, policy, pager_flags, json_format_flags); in analyze_security_one() 2648 PagerFlags pager_flags, in offline_security_check() argument 2665 … return assess(info, overview_table, flags, threshold, policy, pager_flags, json_format_flags); in offline_security_check() 2676 PagerFlags pager_flags, in offline_security_checks() argument 2771 … k = offline_security_check(units[i], threshold, policy, pager_flags, json_format_flags); in offline_security_checks() 2790 PagerFlags pager_flags, in analyze_security() argument 2799 …s, policy, scope, check_man, run_generators, threshold, root, profile, pager_flags, json_format_fl… in analyze_security() [all …]
|
/systemd-251/src/shared/ |
D | format-table.h | 132 int table_print_with_pager(Table *t, JsonFormatFlags json_format_flags, PagerFlags pager_flags, boo…
|
D | format-table.c | 2773 PagerFlags pager_flags, in table_print_with_pager() argument 2785 pager_open(pager_flags); in table_print_with_pager()
|