Home
last modified time | relevance | path

Searched refs:cl_list (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tcp_wrappers/
H A Dtcpdchk.c198 char *cl_list; /* becomes list of requests */ in parse_table() local
216 if ((cl_list = split_at(sv_list, ':')) == 0) { in parse_table()
220 sh_cmd = split_at(cl_list, ':'); in parse_table()
231 print_list("clients: ", cl_list); in parse_table()
232 check_client_list(cl_list); in parse_table()
H A Dhosts_access.c148 char *cl_list; /* becomes list of clients */ in table_match() local
180 if ((cl_list = split_at(sv_list, ':')) == 0) { in table_match()
184 sh_cmd = split_at(cl_list, ':'); in table_match()
186 && list_match(cl_list, request, client_match); in table_match()
/freebsd/lib/ofed/complib/
H A DMakefile13 cl_list.c \
/freebsd/lib/ofed/include/
H A DMakefile66 ${OSM}/complib/cl_list.h \
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc6368 OLD_FILES+=usr/include/infiniband/complib/cl_list.h