| /netbsd-src/external/gpl3/binutils.old/dist/config/ |
| H A D | gc++filt.m4 | 1 # gc++filt.m4 serial 1 -*- Autoconf -*- 2 # Find an instance of GNU c++filt on PATH. 15 # Check for GNU c++filt. 16 # FIXME: Maybe need TARGET variant, though c++filt should be target 19 [AC_ARG_VAR([CXXFILT], [Location of GNU c++filt. Defaults to the first 20 GNU version of `c++filt', `gc++filt' on PATH.]) 21 AC_CACHE_CHECK([for GNU c++filt], [ac_cv_path_CXXFILT], 22 [AC_PATH_PROGS_FEATURE_CHECK([CXXFILT], [c++filt gc++filt],
|
| /netbsd-src/external/gpl3/binutils/dist/config/ |
| H A D | gc++filt.m4 | 1 # gc++filt.m4 serial 1 -*- Autoconf -*- 2 # Find an instance of GNU c++filt on PATH. 15 # Check for GNU c++filt. 16 # FIXME: Maybe need TARGET variant, though c++filt should be target 19 [AC_ARG_VAR([CXXFILT], [Location of GNU c++filt. Defaults to the first 20 GNU version of `c++filt', `gc++filt' on PATH.]) 21 AC_CACHE_CHECK([for GNU c++filt], [ac_cv_path_CXXFILT], 22 [AC_PATH_PROGS_FEATURE_CHECK([CXXFILT], [c++filt gc++filt],
|
| /netbsd-src/external/gpl3/gcc.old/dist/config/ |
| H A D | gc++filt.m4 | 1 # gc++filt.m4 serial 1 -*- Autoconf -*- 2 # Find an instance of GNU c++filt on PATH. 15 # Check for GNU c++filt. 16 # FIXME: Maybe need TARGET variant, though c++filt should be target 19 [AC_ARG_VAR([CXXFILT], [Location of GNU c++filt. Defaults to the first 20 GNU version of `c++filt', `gc++filt' on PATH.]) 21 AC_CACHE_CHECK([for GNU c++filt], [ac_cv_path_CXXFILT], 22 [AC_PATH_PROGS_FEATURE_CHECK([CXXFILT], [c++filt gc++filt],
|
| /netbsd-src/external/gpl3/gdb.old/dist/config/ |
| H A D | gc++filt.m4 | 1 # gc++filt.m4 serial 1 -*- Autoconf -*- 2 # Find an instance of GNU c++filt on PATH. 15 # Check for GNU c++filt. 16 # FIXME: Maybe need TARGET variant, though c++filt should be target 19 [AC_ARG_VAR([CXXFILT], [Location of GNU c++filt. Defaults to the first 20 GNU version of `c++filt', `gc++filt' on PATH.]) 21 AC_CACHE_CHECK([for GNU c++filt], [ac_cv_path_CXXFILT], 22 [AC_PATH_PROGS_FEATURE_CHECK([CXXFILT], [c++filt gc++filt],
|
| /netbsd-src/external/gpl3/gcc/dist/config/ |
| H A D | gc++filt.m4 | 1 # gc++filt.m4 serial 1 -*- Autoconf -*- 2 # Find an instance of GNU c++filt on PATH. 15 # Check for GNU c++filt. 16 # FIXME: Maybe need TARGET variant, though c++filt should be target 19 [AC_ARG_VAR([CXXFILT], [Location of GNU c++filt. Defaults to the first 20 GNU version of `c++filt', `gc++filt' on PATH.]) 21 AC_CACHE_CHECK([for GNU c++filt], [ac_cv_path_CXXFILT], 22 [AC_PATH_PROGS_FEATURE_CHECK([CXXFILT], [c++filt gc++filt],
|
| /netbsd-src/external/gpl3/gdb/dist/config/ |
| H A D | gc++filt.m4 | 1 # gc++filt.m4 serial 1 -*- Autoconf -*- 2 # Find an instance of GNU c++filt on PATH. 15 # Check for GNU c++filt. 16 # FIXME: Maybe need TARGET variant, though c++filt should be target 19 [AC_ARG_VAR([CXXFILT], [Location of GNU c++filt. Defaults to the first 20 GNU version of `c++filt', `gc++filt' on PATH.]) 21 AC_CACHE_CHECK([for GNU c++filt], [ac_cv_path_CXXFILT], 22 [AC_PATH_PROGS_FEATURE_CHECK([CXXFILT], [c++filt gc++filt],
|
| /netbsd-src/usr.bin/gzip/ |
| H A D | zdiff | 111 check_suffix "$1" files filt 112 if [ -z "$filt" ]; then 116 $filt -- "$1" | $prog $flags -- - "$files" 120 check_suffix "$1" files filt 122 if [ -z "$filt" -a -z "$filt2" ]; then 124 elif [ -z "$filt" -a -n "$filt2" -a "$1" != "-" ]; then 126 elif [ -n "$filt" -a -z "$filt2" -a "$2" != "-" ]; then 127 $filt -- "$1" | $prog $flags -- - "$2" 132 ${filt:-cat} -- "$1" | $prog $flags -- - "$tmp"
|
| /netbsd-src/sys/altq/ |
| H A D | altq_subr.c | 1348 apply_filter4(u_int32_t fbmask, struct flow_filter *filt, in apply_filter4() argument 1351 if (filt->ff_flow.fi_family != AF_INET) in apply_filter4() 1353 if ((fbmask & FIMB4_SPORT) && filt->ff_flow.fi_sport != pkt->fi_sport) in apply_filter4() 1355 if ((fbmask & FIMB4_DPORT) && filt->ff_flow.fi_dport != pkt->fi_dport) in apply_filter4() 1358 filt->ff_flow.fi_dst.s_addr != in apply_filter4() 1359 (pkt->fi_dst.s_addr & filt->ff_mask.mask_dst.s_addr)) in apply_filter4() 1362 filt->ff_flow.fi_src.s_addr != in apply_filter4() 1363 (pkt->fi_src.s_addr & filt->ff_mask.mask_src.s_addr)) in apply_filter4() 1365 if ((fbmask & FIMB4_PROTO) && filt->ff_flow.fi_proto != pkt->fi_proto) in apply_filter4() 1367 if ((fbmask & FIMB4_TOS) && filt in apply_filter4() 1381 apply_ppfilter4(u_int32_t fbmask,struct flow_filter * filt,struct flowinfo_in * pkt) apply_ppfilter4() argument 1400 apply_tosfilter4(u_int32_t fbmask,struct flow_filter * filt,struct flowinfo_in * pkt) apply_tosfilter4() argument 1414 apply_filter6(u_int32_t fbmask,struct flow_filter6 * filt,struct flowinfo_in6 * pkt) apply_filter6() argument 1506 filt2fibmask(struct flow_filter * filt) filt2fibmask() argument [all...] |
| /netbsd-src/usr.sbin/altq/libaltq/ |
| H A D | quip_server.c | 265 struct flow_filter *filt; in query_filterspec() local 285 filt = &fltrinfo->fltr; in query_filterspec() 287 if (filt->ff_flow.fi_family == AF_INET) { in query_filterspec() 290 if (filt->ff_flow.fi_dst.s_addr == 0) { in query_filterspec() 295 inet_ntoa(filt->ff_flow.fi_dst)); in query_filterspec() 296 if (filt->ff_mask.mask_dst.s_addr == 0xffffffff) in query_filterspec() 300 ntoh32(filt->ff_mask.mask_dst.s_addr)); in query_filterspec() 302 if (filt->ff_flow.fi_src.s_addr == 0) { in query_filterspec() 307 inet_ntoa(filt->ff_flow.fi_src)); in query_filterspec() 308 if (filt in query_filterspec() [all...] |
| H A D | qop.c | 959 print_filter(const struct flow_filter *filt) in print_filter() argument 961 if (filt->ff_flow.fi_family == AF_INET) { in print_filter() 964 in_addr.s_addr = filt->ff_flow.fi_dst.s_addr; in print_filter() 967 inet_ntoa(in_addr), ntoh32(filt->ff_mask.mask_dst.s_addr), in print_filter() 968 ntoh16(filt->ff_flow.fi_dport)); in print_filter() 969 in_addr.s_addr = filt->ff_flow.fi_src.s_addr; in print_filter() 972 inet_ntoa(in_addr), ntoh32(filt->ff_mask.mask_src.s_addr), in print_filter() 973 ntoh16(filt->ff_flow.fi_sport)); in print_filter() 975 filt->ff_flow.fi_proto, filt in print_filter() [all...] |
| /netbsd-src/share/examples/rump/btplay/ |
| H A D | btplay.c | 73 struct hci_filter filt; in main() local 109 memset(&filt, 0, sizeof(filt)); in main() 110 hci_filter_set(HCI_EVENT_COMMAND_COMPL, &filt); in main() 111 hci_filter_set(HCI_EVENT_INQUIRY_RESULT, &filt); in main() 112 hci_filter_set(HCI_EVENT_INQUIRY_COMPL, &filt); in main() 113 hci_filter_set(HCI_EVENT_REMOTE_NAME_REQ_COMPL, &filt); in main() 115 &filt, sizeof(filt)) == -1) in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
| H A D | schedcover.py | 14 filt = None variable 24 global filt 25 if m and filt: 26 return filt.search(m) != None 85 filt = re.compile(sys.argv[2], re.IGNORECASE) variable
|
| /netbsd-src/usr.sbin/mld6query/ |
| H A D | mld6.c | 76 struct icmp6_filter filt; in main() local 123 ICMP6_FILTER_SETBLOCKALL(&filt); in main() 124 ICMP6_FILTER_SETPASS(ICMP6_MEMBERSHIP_QUERY, &filt); in main() 125 ICMP6_FILTER_SETPASS(ICMP6_MEMBERSHIP_REPORT, &filt); in main() 126 ICMP6_FILTER_SETPASS(ICMP6_MEMBERSHIP_REDUCTION, &filt); in main() 127 if (setsockopt(sock, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, in main() 128 sizeof(filt)) < 0) in main()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | bwivar.h | 99 #define CSR_FILT_SETBITS_4(sc, reg, filt, bits) \ 100 CSR_WRITE_4((sc), (reg), (CSR_READ_4((sc), (reg)) & (filt)) | (bits)) 101 #define CSR_FILT_SETBITS_2(sc, reg, filt, bits) \ 102 CSR_WRITE_2((sc), (reg), (CSR_READ_2((sc), (reg)) & (filt)) | (bits)) 817 #define MOBJ_FILT_SETBITS_2(mac, objid, ofs, filt, bits) \ 819 (MOBJ_READ_2((mac), (objid), (ofs)) & (filt)) | (bits)) 851 #define PHY_FILT_SETBITS(mac, ctrl, filt, bits) \ 852 PHY_WRITE((mac), (ctrl), (PHY_READ((mac), (ctrl)) & (filt)) | (bits)) 906 #define RF_FILT_SETBITS(mac, ofs, filt, bits) \ 907 RF_WRITE((mac), (ofs), (RF_READ((mac), (ofs)) & (filt)) | (bit 95 CSR_FILT_SETBITS_4(sc,reg,filt,bits) global() argument 97 CSR_FILT_SETBITS_2(sc,reg,filt,bits) global() argument 695 MOBJ_FILT_SETBITS_2(mac,objid,ofs,filt,bits) global() argument 729 PHY_FILT_SETBITS(mac,ctrl,filt,bits) global() argument 784 RF_FILT_SETBITS(mac,ofs,filt,bits) global() argument [all...] |
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/tools/llvm-cxxfilt/ |
| H A D | BUILD.gn | 8 output = "$root_out_dir/bin/c++filt" # Note: c++filt, not cxxfilt
|
| /netbsd-src/sys/kern/ |
| H A D | uipc_accf.c | 112 accept_filt_add(struct accept_filter *filt) in accept_filt_add() 120 if (strcmp(p->accf_name, filt->accf_name) == 0) { in accept_filt_add() 125 LIST_INSERT_HEAD(&accept_filtlsthd, filt, accf_next); in accept_filt_add() 109 accept_filt_add(struct accept_filter * filt) accept_filt_add() argument
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | component.c | 64 ComponentFilter** filt, const char** text ); 345 ComponentFilter** filt, const char **text ) in get_comp_filter() argument 354 rc = parse_comp_filter( op, &cav, filt, text ); in get_comp_filter() 1068 ComponentFilter** filt, const char** text ) in parse_comp_filter() argument 1180 *filt = op->o_tmpalloc( sizeof(f), op->o_tmpmemctx ); in parse_comp_filter() 1182 *filt = SLAP_MALLOC( sizeof(f) ); in parse_comp_filter() 1184 if ( *filt == NULL ) { in parse_comp_filter() 1187 **filt = f; in parse_comp_filter()
|
| H A D | filter.c | 93 Filter **filt, in get_filter0() argument 317 *filt = op->o_tmpalloc( sizeof(f), op->o_tmpmemctx ); in get_filter0() 318 **filt = f; in get_filter0() 330 Filter **filt, in get_filter() argument 333 return get_filter0( op, ber, filt, text, 0 ); in get_filter() 980 ValuesReturnFilter **filt, in get_simple_vrFilter() argument 1103 *filt = op->o_tmpalloc( sizeof vrf, op->o_tmpmemctx ); in get_simple_vrFilter() 1104 **filt = vrf; in get_simple_vrFilter()
|
| /netbsd-src/external/gpl3/binutils.old/usr.bin/c++filt/ |
| H A D | Makefile | 3 PROG= c++filt
|
| /netbsd-src/external/gpl3/binutils/usr.bin/c++filt/ |
| H A D | Makefile | 3 PROG= c++filt
|
| /netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/ |
| H A D | filter.h | 27 (const char *filt,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxfilt/ |
| H A D | CMakeLists.txt | 11 add_llvm_tool_symlink(c++filt llvm-cxxfilt)
|
| /netbsd-src/distrib/syspkg/sets/comp/comp-cxx-bin/ |
| H A D | DESCR | 4 c++filt - tool for demangling C++ single function names
|
| /netbsd-src/distrib/syspkg/sets/comp/comp-cxx-catman/ |
| H A D | DESCR | 5 c++filt - tool for demangling C++ single function names
|
| /netbsd-src/distrib/syspkg/sets/comp/comp-cxx-man/ |
| H A D | DESCR | 5 c++filt - tool for demangling C++ single function names
|