Searched refs:strv_consume_prepend (Results 1 – 4 of 4) sorted by relevance
509 int strv_consume_prepend(char ***l, char *value) { in strv_consume_prepend() function529 return strv_consume_prepend(l, v); in strv_prepend()
51 int strv_consume_prepend(char ***l, char *value);
499 r = strv_consume_prepend(&l, h); in search_from_environment()
740 assert_se(strv_consume_prepend(&a, strdup("first2")) >= 0); in TEST()