Searched defs:strv_consume (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dstrv.c516 int strv_consume(char ***l, char *value) { function
558 return strv_consume(l, v);
760 return strv_consume(l, x);

Completed in 14 milliseconds