Home
last modified time | relevance | path

Searched refs:copyfunc (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/ipfilter/lib/
H A Dprinthash.c13 printhash(hp, copyfunc, name, opts, fields) in printhash() argument
15 copyfunc_t copyfunc;
25 if ((*copyfunc)((char *)hp, (char *)&iph, sizeof(iph)))
42 if ((*copyfunc)((char *)iph.iph_table, (char *)table, sz))
46 ipep = printhashnode(&iph, ipep, copyfunc, opts, fields);
H A Dprintdstlist.c11 printdstlist(pp, copyfunc, name, opts, nodes, fields) in printdstlist() argument
13 copyfunc_t copyfunc;
22 if ((*copyfunc)(pp, &dst, sizeof(dst)))
45 if ((*copyfunc)(node, n, node->ipfd_size)) {
H A Dprintpool.c13 printpool(pp, copyfunc, name, opts, fields) in printpool() argument
15 copyfunc_t copyfunc;
23 if ((*copyfunc)(pp, &ipp, sizeof(ipp)))
41 (*copyfunc)(ipnpn, ipnp, sizeof(ipn));
H A Dprintdstlistnode.c11 printdstlistnode(inp, copyfunc, opts, fields) in printdstlistnode() argument
13 copyfunc_t copyfunc;
24 if ((*copyfunc)(inp, &node, sizeof(node)))
30 if ((*copyfunc)(inp, np, node.ipfd_size))
H A Dprinthashnode.c13 printhashnode(iph, ipep, copyfunc, opts, fields) in printhashnode() argument
16 copyfunc_t copyfunc;
24 if ((*copyfunc)(ipep, &ipe, sizeof(ipe)))
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dsafestack.h117 sk_##t1##_copyfunc copyfunc, \
121 (OPENSSL_sk_copyfunc)copyfunc, \
/freebsd-12.1/bin/sh/
H A Dnodes.c.pat79 copyfunc(union node *n)
H A Dexec.c616 entry.u.func = copyfunc(func); in defun()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DDEFINE_STACK_OF.pod53 sk_TYPE_copyfunc copyfunc,
182 Copying is performed by the supplied copyfunc() and freeing by freefunc(). The