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

  /src/lib/libwrap/
hosts_access.c 174 char *cl_list; /* becomes list of clients */ local
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
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);
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_changelist.c 81 uu_list_t *cl_list; member in struct:prop_changelist
107 for (cn = uu_list_first(clp->cl_list); cn != NULL;
108 cn = uu_list_next(clp->cl_list, cn)) {
177 if ((cn = uu_list_last(clp->cl_list)) == NULL)
202 for (cn = uu_list_last(clp->cl_list); cn != NULL;
203 cn = uu_list_prev(clp->cl_list, cn)) {
302 for (cn = uu_list_first(clp->cl_list); cn != NULL;
303 cn = uu_list_next(clp->cl_list, cn)) {
337 for (cn = uu_list_first(clp->cl_list); cn != NULL;
338 cn = uu_list_next(clp->cl_list, cn))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 2200 gfc_charlen *cl_list; member in struct:gfc_namespace
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 2121 gfc_charlen *cl_list; member in struct:gfc_namespace

Completed in 41 milliseconds