HomeSort by relevance Sort by last modified time
    Searched refs:find_match (Results 1 - 9 of 9) sorted by null

  /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.27/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
  /art/tools/runtime_memusage/
symbol_trace_info.py 31 def find_match(list_substrings, big_string): function
244 data_lists["cat_list"] = [categories[find_match(categories, trace)]
  /external/syslinux/lzo/src/
lzo_mchw.ch 147 find_match ( LZO_COMPRESS_T *c, lzo_swd_p s,
lzo1x_9x.c 593 r = find_match(c,swd,0,0);
640 r = find_match(c,swd,1,0);
682 r = find_match(c,swd,1,0);
753 r = find_match(c,swd,m_len,1+ahead);
  /external/syslinux/gpxe/src/util/
nrv2b.c 743 find_match ( struct ucl_compress *c, struct ucl_swd *s, function
1107 r = find_match(c,swd,0,0);
1134 r = find_match(c,swd,1,0);
1169 r = find_match(c,swd,1,0);
1201 r = find_match(c,swd,m_len,1+ahead);
  /toolchain/binutils/binutils-2.27/bfd/
elfxx-mips.c 13281 find_match (unsigned long opcode, const struct opcode_descriptor insn[]) function
    [all...]

Completed in 1040 milliseconds