Searched refs:list_match (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/heimdal/appl/login/ |
H A D | login_access.c | 49 static int list_match(char *list, struct login_info *item, 115 match = (list_match(froms, &item, from_match) in login_access() 116 && list_match(users, &item, user_match)); in login_access() 128 list_match(char *list, in list_match() function 156 if (tok == 0 || list_match(NULL, item, match_fn) == NO) in list_match()
|
/freebsd/crypto/heimdal/appl/rsh/ |
H A D | login_access.c | 49 static int list_match(char *list, struct login_info *item, 115 match = (list_match(froms, &item, from_match) in login_access() 116 && list_match(users, &item, user_match)); in login_access() 128 list_match(char *list, in list_match() function 156 if (tok == 0 || list_match(NULL, item, match_fn) == NO) in list_match()
|
/freebsd/lib/libpam/modules/pam_login_access/ |
H A D | login_access.c | 37 static int list_match(char *, const char *, 98 match = (list_match(froms, from, from_match, login_access_opts) in login_access() 99 && list_match(users, user, user_match, login_access_opts)); in login_access() 111 list_match(char *list, const char *item, in list_match() function 139 list_match((char *) 0, item, match_fn, login_access_opts) == NO) { in list_match()
|
/freebsd/contrib/tcp_wrappers/ |
H A D | hosts_access.c | 88 static int list_match(char *list, struct request_info *request, 185 match = list_match(sv_list, request, server_match) in table_match() 186 && list_match(cl_list, request, client_match); in table_match() 211 static int list_match(char *list, struct request_info *request, in list_match() function 229 return (tok == 0 || list_match((char *) 0, request, match_fn) == 0); in list_match()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
H A D | tst.get_string_props.zcp | 43 function list_match(t1, t2) 50 return (list_match(ans, expected[n][1]) and (src == expected[n][2]))
|