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

/systemd/src/shared/
H A Dfstab-util.c55 _cleanup_strv_free_ char **stor = NULL; local
98 stor = strv_split(opts, ",");
99 if (!stor)
101 strv = memdup(stor, sizeof(char*) * (strv_length(stor) + 1));

Completed in 18 milliseconds