Lines Matching defs:sv_list
213 char sv_list[BUFLEN]; /* becomes list of daemons */
224 while (xgets(sv_list, sizeof(sv_list), fp)) {
225 if (sv_list[strlen(sv_list) - 1] != '\n') {
229 if (sv_list[0] == '#' || sv_list[strspn(sv_list, " \t\r\n")] == 0)
231 if ((cl_list = split_at(sv_list, ':')) == 0) {
242 print_list("daemons: ", sv_list);
243 check_daemon_list(sv_list);