Searched defs:strv_split (Results 1 - 1 of 1) sorted by relevance
/systemd/src/basic/ | ||
H A D | strv.c | 270 char **strv_split(const char *s, const char *separator) { function 307 /* Special version of strv_split() that splits on newlines and 310 l = strv_split(s, NEWLINE); |
Completed in 1119 milliseconds