Searched refs:strv_push_prepend (Results 1 - 3 of 3) sorted by relevance

/systemd/src/basic/
H A Dstrv.h55 int strv_push_prepend(char ***l, char *value);
H A Dstrv.c486 int strv_push_prepend(char ***l, char *value) { function
541 r = strv_push_prepend(l, value);
/systemd/src/test/
H A Dtest-strv.c455 assert_se(strv_push_prepend(&a, strdup("first")) >= 0);

Completed in 219 milliseconds