/external/iproute2/include/ |
xt-internal.h | 60 extern struct xtables_match *find_match(const char *name, enum xt_tryload,
|
/external/ppp/pppd/plugins/radius/ |
config.c | 410 static int find_match (UINT4 *ip_addr, char *hostname) function 506 if (find_match (ip_addr, hostnm) == 0) 515 if (find_match (&myipaddr, hostnm) == 0) 518 if (find_match (ip_addr, host2) == 0) 526 if (find_match (ip_addr, hostnm) == 0)
|
/system/sepolicy/tools/sepolicy-analyze/ |
typecmp.c | 120 static int find_match(policydb_t *policydb, struct avtab_node *l1, function 238 if (find_match(policydb, l1, i, l2, j)) 240 if (find_match(policydb, l2, j, l1, i))
|
/toolchain/binutils/binutils-2.25/opcodes/ |
xgate-dis.c | 50 static struct decodeInfo * find_match (unsigned int); 119 decodePTR = find_match (raw_code); 349 find_match (unsigned int raw_code) function
|
/toolchain/binutils/binutils-2.25/bfd/ |
elfxx-mips.c | 13238 find_match (unsigned long opcode, const struct opcode_descriptor insn[]) function [all...] |