/netbsd-src/external/bsd/ipf/dist/ |
H A D | ip_lookup.c | 846 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 D | ip_lookup.c | 823 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 D | fil.c | 5294 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 D | tadpolectl.c | 89 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 D | recog.h | 406 typedef rtx_insn *(*funcptr) (decltype ((void) args, NULL_RTX)...); in operator() typedef 407 return ((funcptr) func) (args...); in operator()
|
H A D | cgraphunit.cc | 1431 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 D | cgraphunit.c | 1419 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 D | dlltool.c | 1821 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 D | dlltool.c | 1874 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 D | hp-symtab.h | 1080 dnttpointer funcptr ; /* points to FUNCTION symbol */ member 1129 dnttpointer funcptr ; /* pointer to function */ member
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | hp-symtab.h | 1080 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 D | xml.d | 2029 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 D | functional.d | 1747 df.funcPtr = dummyDel.funcptr;
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | xml.d | 2020 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 D | functional.d | 1365 df.funcPtr = dummyDel.funcptr;
|
H A D | format.d | 3457 if (dg.funcptr != &Object.toString) // toString is overridden
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | configure.ac | 507 typedef void (*funcptr) (void); 508 funcptr dispatch (void) __asm__ ("invoke"); 509 funcptr dispatch (void) { return &func; }]],
|
H A D | configure | 7840 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 D | configure.ac | 507 typedef void (*funcptr) (void); 508 funcptr dispatch (void) __asm__ ("invoke"); 509 funcptr dispatch (void) { return &func; }]],
|
H A D | configure | 9776 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 D | hash.d | 580 return hashOf(val.ptr, hashOf(cast(void*) val.funcptr, seed));
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
H A D | lifetime.d | 694 return (&ti.postblit).funcptr !is &TypeInfo.postblit;
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
H A D | lifetime.d | 710 return (&ti.postblit).funcptr !is &TypeInfo.postblit;
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/ |
H A D | object.d | 2030 const void* funcptr; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | typesem.d | 3754 else if (ident == Id.funcptr) in dotExp()
|