Searched refs:find_match (Results 1 – 7 of 7) sorted by relevance
/external/ppp/pppd/plugins/radius/ |
D | config.c | 410 static int find_match (UINT4 *ip_addr, char *hostname) in find_match() function 506 if (find_match (ip_addr, hostnm) == 0) in rc_find_server() 515 if (find_match (&myipaddr, hostnm) == 0) in rc_find_server() 518 if (find_match (ip_addr, host2) == 0) in rc_find_server() 526 if (find_match (ip_addr, hostnm) == 0) in rc_find_server()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
D | diff.rb | 88 match = find_match(start_in_old, end_in_old, start_in_new, end_in_new) 102 def find_match(start_in_old, end_in_old, start_in_new, end_in_new) method in HTMLDiff.DiffBuilder
|
/external/sepolicy/tools/sepolicy-analyze/ |
D | typecmp.c | 120 static int find_match(policydb_t *policydb, struct avtab_node *l1, in find_match() function 238 if (find_match(policydb, l1, i, l2, j)) in analyze_types() 240 if (find_match(policydb, l2, j, l1, i)) in analyze_types()
|
/external/iproute2/include/ |
D | xt-internal.h | 60 extern struct xtables_match *find_match(const char *name, enum xt_tryload,
|
D | ip6tables.h | 134 extern struct ip6tables_match *find_match(const char *name, enum ip6t_tryload, struct ip6tables_rul…
|
D | iptables.h | 169 extern struct iptables_match *find_match(const char *name, enum ipt_tryload, struct iptables_rule_m…
|
/external/llvm/lib/Target/ |
D | README.txt | 1041 void find_match() {
|