Home
last modified time | relevance | path

Searched refs:find_match (Results 1 – 7 of 7) sorted by relevance

/external/ppp/pppd/plugins/radius/
Dconfig.c410 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/
Ddiff.rb88 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/
Dtypecmp.c120 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/
Dxt-internal.h60 extern struct xtables_match *find_match(const char *name, enum xt_tryload,
Dip6tables.h134 extern struct ip6tables_match *find_match(const char *name, enum ip6t_tryload, struct ip6tables_rul…
Diptables.h169 extern struct iptables_match *find_match(const char *name, enum ipt_tryload, struct iptables_rule_m…
/external/llvm/lib/Target/
DREADME.txt1041 void find_match() {