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

  /src/lib/libwrap/
hosts_access.c 174 char *cl_list; /* becomes list of clients */ local in function:table_match
196 if ((cl_list = split_at(sv_list, ':')) == 0) {
200 sh_cmd = split_at(cl_list, ':');
202 && list_match(cl_list, request, client_match);
  /src/usr.sbin/tcpdchk/
tcpdchk.c 214 char *cl_list; /* becomes list of requests */ local in function:parse_table
231 if ((cl_list = split_at(sv_list, ':')) == 0) {
235 sh_cmd = split_at(cl_list, ':');
246 print_list("clients: ", cl_list);
247 check_client_list(cl_list);

Completed in 11 milliseconds