Searched refs:optsv (Results 1 - 1 of 1) sorted by relevance
/systemd/src/shared/ | ||
H A D | fstab-util.c | 155 _cleanup_strv_free_ char **optsv = NULL, **res = NULL; local 162 optsv = strv_split(opts, ","); 163 if (!optsv) 166 STRV_FOREACH(s, optsv) { |
Completed in 313 milliseconds