Home
last modified time | relevance | path

Searched refs:funcptr (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/bsd/ipf/dist/
H A Dip_lookup.c846 ipf_lookup_res_num(softc, unit, type, number, funcptr) in ipf_lookup_res_num() argument
851 lookupfunc_t *funcptr;
861 return ipf_lookup_res_name(softc, unit, type, name, funcptr);
881 ipf_lookup_res_name(softc, unit, type, name, funcptr) in ipf_lookup_res_name() argument
886 lookupfunc_t *funcptr;
899 if (ptr != NULL && funcptr != NULL) {
900 *funcptr = (*l)->ipfl_addr_find;
908 if (funcptr != NULL)
909 *funcptr = NULL;
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_lookup.c823 lookupfunc_t *funcptr) in ipf_lookup_res_num() argument
829 return ipf_lookup_res_name(softc, unit, type, name, funcptr); in ipf_lookup_res_num()
850 lookupfunc_t *funcptr) in ipf_lookup_res_name() argument
863 if (ptr != NULL && funcptr != NULL) { in ipf_lookup_res_name()
864 *funcptr = (*l)->ipfl_addr_find; in ipf_lookup_res_name()
872 if (funcptr != NULL) in ipf_lookup_res_name()
873 *funcptr = NULL; in ipf_lookup_res_name()
H A Dfil.c5294 ipf_findfunc(ipfunc_t funcptr) in ipf_findfunc() argument
5299 if (ft->ipfu_addr == funcptr) in ipf_findfunc()
5300 return funcptr; in ipf_findfunc()
/netbsd-src/usr.sbin/tadpolectl/
H A Dtadpolectl.c89 int (*funcptr)(int, int, int); member
704 ret = (*table[i].funcptr)(0, newval, i);
708 ret = (*table[i].funcptr)(1, 0, i);
762 (void)(*table[j].funcptr)(1, 0, j); in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drecog.h406 typedef rtx_insn *(*funcptr) (decltype ((void) args, NULL_RTX)...); in operator() typedef
407 return ((funcptr) func) (args...); in operator()
H A Dcgraphunit.cc1431 tree funcptr = altype; in maybe_diag_incompatible_alias() local
1449 funcptr = altype; in maybe_diag_incompatible_alias()
1467 funcptr = build_pointer_type (funcptr); in maybe_diag_incompatible_alias()
1471 alias, funcptr); in maybe_diag_incompatible_alias()
1488 funcptr = build_pointer_type (funcptr); in maybe_diag_incompatible_alias()
1494 alias, funcptr)) in maybe_diag_incompatible_alias()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcgraphunit.c1419 tree funcptr = altype; in maybe_diag_incompatible_alias() local
1437 funcptr = altype; in maybe_diag_incompatible_alias()
1455 funcptr = build_pointer_type (funcptr); in maybe_diag_incompatible_alias()
1459 alias, funcptr); in maybe_diag_incompatible_alias()
1476 funcptr = build_pointer_type (funcptr); in maybe_diag_incompatible_alias()
1482 alias, funcptr)) in maybe_diag_incompatible_alias()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddlltool.c1821 ifunctype *funcptr; in generate_idata_ofile() local
1904 for (funcptr = headptr->funchead; funcptr != NULL; in generate_idata_ofile()
1905 funcptr = funcptr->next) in generate_idata_ofile()
1909 ((funcptr->ord) & 0xFFFF)); in generate_idata_ofile()
1911 (funcptr->its_name ? funcptr->its_name : funcptr->name)); in generate_idata_ofile()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddlltool.c1874 ifunctype *funcptr; in generate_idata_ofile() local
1957 for (funcptr = headptr->funchead; funcptr != NULL; in generate_idata_ofile()
1958 funcptr = funcptr->next) in generate_idata_ofile()
1962 ((funcptr->ord) & 0xFFFF)); in generate_idata_ofile()
1964 (funcptr->its_name ? funcptr->its_name : funcptr->name)); in generate_idata_ofile()
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dhp-symtab.h1080 dnttpointer funcptr ; /* points to FUNCTION symbol */ member
1129 dnttpointer funcptr ; /* pointer to function */ member
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dhp-symtab.h1080 dnttpointer funcptr ; /* points to FUNCTION symbol */ member
1129 dnttpointer funcptr ; /* pointer to function */ member
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dxml.d2029 if (commentHandler.funcptr !is null) commentHandler(t); in parse()
2036 if (cdataHandler.funcptr !is null) cdataHandler(t); in parse()
2043 if (xiHandler.funcptr !is null) xiHandler(t); in parse()
2050 if (piHandler.funcptr !is null) piHandler(t); in parse()
2134 if (rawTextHandler.funcptr !is null) in parse()
2136 else if (textHandler.funcptr !is null) in parse()
H A Dfunctional.d1747 df.funcPtr = dummyDel.funcptr;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dxml.d2020 if (commentHandler.funcptr !is null) commentHandler(t); in parse()
2027 if (cdataHandler.funcptr !is null) cdataHandler(t); in parse()
2034 if (xiHandler.funcptr !is null) xiHandler(t); in parse()
2041 if (piHandler.funcptr !is null) piHandler(t); in parse()
2125 if (rawTextHandler.funcptr !is null) in parse()
2127 else if (textHandler.funcptr !is null) in parse()
H A Dfunctional.d1365 df.funcPtr = dummyDel.funcptr;
H A Dformat.d3457 if (dg.funcptr != &Object.toString) // toString is overridden
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dconfigure.ac507 typedef void (*funcptr) (void);
508 funcptr dispatch (void) __asm__ ("invoke");
509 funcptr dispatch (void) { return &func; }]],
H A Dconfigure7840 typedef void (*funcptr) (void);
7841 funcptr dispatch (void) __asm__ ("invoke");
7842 funcptr dispatch (void) { return &func; }
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dconfigure.ac507 typedef void (*funcptr) (void);
508 funcptr dispatch (void) __asm__ ("invoke");
509 funcptr dispatch (void) { return &func; }]],
H A Dconfigure9776 typedef void (*funcptr) (void);
9777 funcptr dispatch (void) __asm__ ("invoke");
9778 funcptr dispatch (void) { return &func; }
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dhash.d580 return hashOf(val.ptr, hashOf(cast(void*) val.funcptr, seed));
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dlifetime.d694 return (&ti.postblit).funcptr !is &TypeInfo.postblit;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dlifetime.d710 return (&ti.postblit).funcptr !is &TypeInfo.postblit;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/
H A Dobject.d2030 const void* funcptr; member
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypesem.d3754 else if (ident == Id.funcptr) in dotExp()

12