Home
last modified time | relevance | path

Searched refs:strv_fnmatch_or_empty (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/analyze/
Danalyze-unit-files.c10 if (strv_fnmatch_or_empty(patterns, *s, flags)) in strv_fnmatch_strv_or_empty()
33 if (!strv_fnmatch_or_empty(patterns, k, FNM_NOESCAPE) && in verb_unit_files()
34 !strv_fnmatch_or_empty(patterns, dst, FNM_NOESCAPE)) in verb_unit_files()
41 if (!strv_fnmatch_or_empty(patterns, k, FNM_NOESCAPE) && in verb_unit_files()
/systemd-251/src/systemctl/
Dsystemctl-list-jobs.c125 return strv_fnmatch_or_empty(patterns, job->name, FNM_NOESCAPE); in output_show_job()
Dsystemctl-list-machines.c91 return strv_fnmatch_or_empty(patterns, name, FNM_NOESCAPE); in output_show_machine()
Dsystemctl-list-unit-files.c31 if (!strv_fnmatch_or_empty(patterns, basename(u->path), FNM_NOESCAPE)) in output_show_unit_file()
Dsystemctl-util.c778 if (!strv_fnmatch_or_empty(patterns, u->id, FNM_NOESCAPE)) in output_show_unit()
/systemd-251/src/basic/
Dstrv.h236 static inline bool strv_fnmatch_or_empty(char* const* patterns, const char *s, int flags) { in strv_fnmatch_or_empty() function
/systemd-251/src/test/
Dtest-execute.c1140 if (strv_fnmatch_or_empty(patterns, test->name, FNM_NOESCAPE)) in run_tests()
/systemd-251/src/shared/
Dinstall.c3589 if (!strv_fnmatch_or_empty(patterns, de->d_name, FNM_NOESCAPE)) in unit_file_get_list()
/systemd-251/src/core/
Ddbus-manager.c1215 !strv_fnmatch_or_empty(patterns, u->id, FNM_NOESCAPE)) in list_units_filtered()