Searched refs:strv_push_prepend (Results 1 – 3 of 3) sorted by relevance
45 static inline int strv_push_prepend(char ***l, char *value) { in strv_push_prepend() function
512 r = strv_push_prepend(l, value); in strv_consume_prepend()
728 TEST(strv_push_prepend) { in TEST() argument733 assert_se(strv_push_prepend(&a, strdup("first")) >= 0); in TEST()