Searched refs:match_func (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | match_list.c | 209 list->match_func = in match_list_init() 215 list->match_func[i] = va_arg(ap, MATCH_LIST_FN); in match_list_init() 255 if (list->match_func[i] (list, STR(list->fold_buf), pat)) in match_list_match() 274 myfree((void *) list->match_func); in match_list_free()
|
| H A D | match_list.h | 34 MATCH_LIST_FN *match_func; /* match functions */ member
|
| /netbsd-src/sys/net/npf/ |
| H A D | npf_alg.c | 233 bool (*match_func)(npf_cache_t *, npf_nat_t *, int); in npf_alg_match() local 235 match_func = atomic_load_relaxed(&f->match); in npf_alg_match() 236 if (match_func && match_func(npc, nt, di)) { in npf_alg_match()
|
| /netbsd-src/lib/libc/citrus/ |
| H A D | citrus_mapper.c | 308 match_func(struct _citrus_mapper *cm, const char *key) in match_func() function 332 _CITRUS_HASH_SEARCH(&ma->ma_cache, cm, cm_entry, match_func, mapname, in _citrus_mapper_open()
|
| H A D | citrus_iconv.c | 252 match_func(struct _citrus_iconv_shared * __restrict ci, in match_func() function 273 _CITRUS_HASH_SEARCH(&shared_pool, ci, ci_hash_entry, match_func, in get_shared()
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
| H A D | riscv.h | 432 int (*match_func) (const struct riscv_opcode *op, insn_t word); member
|
| /netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
| H A D | riscv.h | 522 int (*match_func) (const struct riscv_opcode *op, insn_t word); member
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | riscv-dis.c | 647 if (! (op->match_func) (op, word)) in riscv_disassemble_insn()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | riscv-dis.c | 843 if (! (op->match_func) (op, word)) in riscv_disassemble_insn()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-riscv.c | 2665 if (insn->match_func && !insn->match_func (insn, ip->insn_opcode)) in riscv_ip()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-riscv.c | 2359 if (!insn->match_func (insn, ip->insn_opcode)) in riscv_ip()
|