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

/systemd/src/sysv-generator/
H A Dsysv-generator.c460 _cleanup_free_ char *short_description = NULL, *long_description = NULL, *chkconfig_description = NULL; local
625 r = free_and_strdup(&short_description, j);
660 if (short_description)
661 description = short_description;

Completed in 13 milliseconds