Searched refs:chkconfig_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
534 r = free_and_strdup(&chkconfig_description, j);
572 if (chkconfig_description)
573 d = strjoin(chkconfig_description, " ", j, NULL);
579 free(chkconfig_description);
580 chkconfig_description = d;
662 else if (chkconfig_description)
663 description = chkconfig_description;

Completed in 1081 milliseconds