Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/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.c13 printdstlist(pp, copyfunc, name, opts, nodes, fields) in printdstlist() argument
15 copyfunc_t copyfunc;
24 if ((*copyfunc)(pp, &dst, sizeof(dst)))
47 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.c13 printdstlistnode(inp, copyfunc, opts, fields) in printdstlistnode() argument
15 copyfunc_t copyfunc;
26 if ((*copyfunc)(inp, &node, sizeof(node)))
32 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)))
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dsafestack.h117 sk_##t1##_copyfunc copyfunc, \
121 (OPENSSL_sk_copyfunc)copyfunc, \
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dsafestack.h.in166 sk_##t1##_copyfunc copyfunc, \
170 (OPENSSL_sk_copyfunc)copyfunc, \
/netbsd-src/bin/sh/
H A Dnodes.c.pat85 copyfunc(union node *n)
H A Dexec.c1074 entry.u.func = copyfunc(func); in defun()
/netbsd-src/crypto/external/bsd/openssl.old/dist/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
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DDEFINE_STACK_OF.pod62 sk_TYPE_copyfunc copyfunc,
208 Copying is performed by the supplied copyfunc() and freeing by freefunc().