Home
last modified time | relevance | path

Searched refs:strv_overlap (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/test/
Dtest-strv.c521 TEST(strv_overlap) { in TEST() argument
539 assert_se(strv_overlap((char **)input_table, (char**)input_table_overlap)); in TEST()
540 assert_se(!strv_overlap((char **)input_table, (char**)input_table_unique)); in TEST()
/systemd-251/src/basic/
Dstrv.h123 bool strv_overlap(char * const *a, char * const *b) _pure_;
Dstrv.c735 bool strv_overlap(char * const *a, char * const *b) { in strv_overlap() function