HomeSort by: relevance | last modified time | path
    Searched defs:sv_list (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libwrap/
hosts_access.c 173 char sv_list[BUFLEN]; /* becomes list of daemons */ local in function:table_match
189 while (match == NO && xgets(sv_list, sizeof(sv_list), fp) != 0) {
190 if (sv_list[strlen(sv_list) - 1] != '\n') {
194 if (sv_list[0] == '#' || sv_list[strspn(sv_list, " \t\r\n")] == 0)
196 if ((cl_list = split_at(sv_list, ':')) == 0) {
201 match = list_match(sv_list, request, server_match
    [all...]
  /src/usr.sbin/tcpdchk/
tcpdchk.c 213 char sv_list[BUFLEN]; /* becomes list of daemons */ local in function:parse_table
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);
    [all...]

Completed in 13 milliseconds