Searched refs:sv_list (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/tcpdchk/
H A Dtcpdchk.c216 char sv_list[BUFLEN]; /* becomes list of daemons */ local
232 while (xgets(sv_list, sizeof(sv_list), fp)) {
233 if (sv_list[strlen(sv_list) - 1] != '\n') {
237 if (sv_list[0] == '#' || sv_list[strspn(sv_list, " \t\r\n")] == 0)
239 if ((cl_list = split_at(sv_list, ':')) == 0) {
250 print_list("daemons: ", sv_list);
[all...]
/netbsd-6-1-5-RELEASE/lib/libwrap/
H A Dhosts_access.c147 char sv_list[BUFLEN]; /* becomes list of daemons */ local
163 while (match == NO && xgets(sv_list, sizeof(sv_list), fp) != 0) {
164 if (sv_list[strlen(sv_list) - 1] != '\n') {
168 if (sv_list[0] == '#' || sv_list[strspn(sv_list, " \t\r\n")] == 0)
170 if ((cl_list = split_at(sv_list, ':')) == 0) {
175 match = list_match(sv_list, reques
[all...]

Completed in 137 milliseconds