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

/freebsd-10.0-release/contrib/tcp_wrappers/
H A Dtcpdchk.c204 char sv_list[BUFLEN]; /* becomes list of daemons */ local
216 while (xgets(sv_list, sizeof(sv_list), fp)) {
217 if (sv_list[strlen(sv_list) - 1] != '\n') {
221 if (sv_list[0] == '#' || sv_list[strspn(sv_list, " \t\r\n")] == 0)
223 if ((cl_list = split_at(sv_list, ':')) == 0) {
234 print_list("daemons: ", sv_list);
[all...]
H A Dhosts_access.c146 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') {
169 for (cp = strchr(sv_list, '#'); cp != NULL;) {
170 if (cp > sv_list && cp[-1] == '\\') {
177 if (sv_list[strspn(sv_list, " \t\r\n")] == 0)
179 if ((cl_list = split_at(sv_list, '
[all...]

Completed in 62 milliseconds