Searched refs:strv_fnmatch_or_empty (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/analyze/ |
D | analyze-unit-files.c | 10 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/ |
D | systemctl-list-jobs.c | 125 return strv_fnmatch_or_empty(patterns, job->name, FNM_NOESCAPE); in output_show_job()
|
D | systemctl-list-machines.c | 91 return strv_fnmatch_or_empty(patterns, name, FNM_NOESCAPE); in output_show_machine()
|
D | systemctl-list-unit-files.c | 31 if (!strv_fnmatch_or_empty(patterns, basename(u->path), FNM_NOESCAPE)) in output_show_unit_file()
|
D | systemctl-util.c | 778 if (!strv_fnmatch_or_empty(patterns, u->id, FNM_NOESCAPE)) in output_show_unit()
|
/systemd-251/src/basic/ |
D | strv.h | 236 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/ |
D | test-execute.c | 1140 if (strv_fnmatch_or_empty(patterns, test->name, FNM_NOESCAPE)) in run_tests()
|
/systemd-251/src/shared/ |
D | install.c | 3589 if (!strv_fnmatch_or_empty(patterns, de->d_name, FNM_NOESCAPE)) in unit_file_get_list()
|
/systemd-251/src/core/ |
D | dbus-manager.c | 1215 !strv_fnmatch_or_empty(patterns, u->id, FNM_NOESCAPE)) in list_units_filtered()
|