Searched refs:list_match (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/crypto/heimdal/appl/rsh/ |
| HD | 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-14-stable/crypto/heimdal/appl/login/ |
| HD | 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-14-stable/lib/libpam/modules/pam_login_access/ |
| HD | login_access.c | 38 static int list_match(char *, const char *, 99 match = (list_match(froms, from, from_match, login_access_opts) in login_access() 100 && list_match(users, user, user_match, login_access_opts)); in login_access() 112 list_match(char *list, const char *item, in list_match() function 140 list_match((char *) 0, item, match_fn, login_access_opts) == NO) { in list_match()
|
| /freebsd-14-stable/contrib/tcp_wrappers/ |
| HD | 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-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
| HD | tst.get_string_props.zcp | 43 function list_match(t1, t2) 50 return (list_match(ans, expected[n][1]) and (src == expected[n][2]))
|