Searched refs:strv_overlap (Results 1 - 5 of 5) sorted by relevance

/systemd/src/basic/
H A Dstrv.h91 bool strv_overlap(char **a, char **b) _pure_;
H A Dstrv.c701 bool strv_overlap(char **a, char **b) { function
/systemd/src/test/
H A Dtest-strv.c301 assert_se(strv_overlap((char **)input_table, (char**)input_table_overlap));
302 assert_se(!strv_overlap((char **)input_table, (char**)input_table_unique));
/systemd/src/core/
H A Dmain.c609 if (strv_overlap(*a, l)) {
H A Dunit.c2964 if (strv_overlap(u->dropin_paths, t)) {

Completed in 1979 milliseconds