Searched refs:all (Results 1 - 25 of 1825) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/lib/
H A Dprune.exp22 regsub -all "(^|\n)\[^\n\]*: In ((static member )?function|member|method|(copy )?constructor|destructor|instantiation|program|subroutine|block-data) \[^\n\]*" $text "" text
23 regsub -all "(^|\n)\[^\n\]*: At (top level|global scope):\[^\n\]*" $text "" text
24 regsub -all "(^|\n)\[^\n\]*: instantiated from \[^\n\]*" $text "" text
25 regsub -all "(^|\n)collect2: ld returned \[^\n\]*" $text "" text
26 regsub -all "(^|\n)collect: re(compiling|linking)\[^\n\]*" $text "" text
27 regsub -all "(^|\n)Please submit.*instructions\[^\n\]*" $text "" text
28 regsub -all "(^|\n)\[0-9\]\[0-9\]* errors\." $text "" text
31 regsub -all "(^|\n)\[^\n\]*: warning: -f(pic|PIC) ignored for target\[^\n\]*" $text "" text
32 regsub -all "(^|\n)\[^\n\]*: warning: -f(pic|PIC)( and -fpic are| is)? not supported\[^\n\]*" $text "" text
35 regsub -all "(
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/lib/
H A Dprune.exp23 regsub -all "(^|\n)(\[^\n\]*: )?In ((static member |lambda )?function|member|method|(copy )?constructor|destructor|instantiation|program|subroutine|block-data)\[^\n\]*" $text "" text
24 regsub -all "(^|\n)\[^\n\]*(: )?At (top level|global scope):\[^\n\]*" $text "" text
25 regsub -all "(^|\n)\[^\n\]*: instantiated from \[^\n\]*" $text "" text
26 regsub -all "(^|\n) inlined from \[^\n\]*" $text "" text
27 regsub -all "(^|\n)collect2: ld returned \[^\n\]*" $text "" text
28 regsub -all "(^|\n)collect: re(compiling|linking)\[^\n\]*" $text "" text
29 regsub -all "(^|\n)Please submit.*instructions\[^\n\]*" $text "" text
30 regsub -all "(^|\n)\[0-9\]\[0-9\]* errors\." $text "" text
33 regsub -all "(^|\n)\[^\n\]*: warning: -f(pic|PIC) ignored for target\[^\n\]*" $text "" text
34 regsub -all "(
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/lib/
H A Dprune.exp23 regsub -all "(^|\n)\[^\n\]*: -ffunction-sections may affect debugging on some targets\[^\n\]*" $text "" text
27 regsub -all "(^|\n)\[^\n\]*: In function \[^\n\]*" $text "" text
30 regsub -all "(^|\n)\[^\n\]*: Additional NOP may be necessary to workaround Itanium processor A/B step errata" $text "" text
31 regsub -all "(^|\n)\[^\n*\]*: Assembler messages:\[^\n\]*" $text "" text
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/lib/
H A Dprune.exp22 regsub -all "(^|\n)\[^\n\]*: -ffunction-sections may affect debugging on some targets\[^\n\]*" $text "" text
26 regsub -all "(^|\n)\[^\n\]*: In function \[^\n\]*" $text "" text
29 regsub -all "(^|\n)\[^\n\]*: Additional NOP may be necessary to workaround Itanium processor A/B step errata" $text "" text
30 regsub -all "(^|\n)\[^\n*\]*: Assembler messages:\[^\n\]*" $text "" text
/netbsd-6-1-5-RELEASE/gnu/dist/groff/
H A DMakefile.init22 .PHONY: all
23 all:
25 $(MAKE) all
H A DMakefile22 .PHONY: all
23 all:
25 $(MAKE) all
H A DMakefile.dev0 all: $(DEVFILES) $(DEVSCRIPTS)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/h8300/
H A Dallinsn.exp3 set all "h8300 h8300h h8300s h8sx"
6 run_sim_test addb.s $all
7 run_sim_test addw.s $all
8 run_sim_test addl.s $all
9 run_sim_test adds.s $all
10 run_sim_test addx.s $all
11 run_sim_test andb.s $all
12 run_sim_test andw.s $all
13 run_sim_test andl.s $all
14 run_sim_test band.s $all
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/bitset/all/
H A D1.cc25 // DR 693. std::bitset::all() missing.
31 VERIFY( z1.all() );
33 VERIFY( z1.all() );
36 VERIFY( !z2.all() );
38 VERIFY( z2.all() );
41 VERIFY( !z3.all() );
43 VERIFY( z3.all() );
46 VERIFY( !z4.all() );
48 VERIFY( z4.all() );
51 VERIFY( !z5.all() );
[all...]
/netbsd-6-1-5-RELEASE/tests/util/make/
H A Dd_qequals.mk7 all:
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/api/
H A DMakefile52 .PHONY: all clean
54 all:
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/api/commands/
H A DMakefile52 .PHONY: all clean
54 all:
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/
H A DMakefile.def63 target="`if [ -f stage_last ]; then echo quickstrap ; else echo all; fi`";
141 // Not all; these are the ones which don't have special options.
239 dependencies = { module=all-build-bison; on=all-build-texinfo; };
240 dependencies = { module=all-build-byacc; on=all-build-texinfo; };
241 dependencies = { module=all-build-flex; on=all-build-texinfo; };
242 dependencies = { module=all-build-flex; on=all
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dmsgunfmt.tcl25 regsub -all "\"" $str "\\\"" str
27 regsub -all "\\\\" $str "\\\\\\" str
29 regsub -all [subst "\n"] $str "\\n" str
30 regsub -all [subst "\a"] $str "\\a" str
31 regsub -all [subst "\b"] $str "\\b" str
32 regsub -all [subst "\f"] $str "\\f" str
33 regsub -all [subst "\r"] $str "\\r" str
34 regsub -all [subst "\t"] $str "\\t" str
35 regsub -all [subst "\v"] $str "\\v" str
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/scripts/lvm2create_initrd/
H A DMakefile0 all:
2 echo "Nothing to do for make all"
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic6x/
H A Dempty.s1 # Dummy input file with no instructions at all.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/lib/
H A Dgas-dg.exp36 regsub -all "//" $dir "/" dir
37 regsub -all "//" $prog "/" prog
49 regsub -all "(^|\n)\[^\n\]*: Assembler messages:\[^\n\]*" $text "" text
50 regsub -all "(^|\n)\[^\n\]*: End of file not at end\[^\n\]*Newline inserted." $text "" text
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/projects/
H A DMakefile.msvc9 all :
11 install : all
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A DMakefile.msvc9 all :
11 install : all
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/
H A DMakefile.msvc9 all :
11 install : all
/netbsd-6-1-5-RELEASE/usr.sbin/pf/etc/defaults/
H A Dpf.boot.conf13 block all
24 pass out inet proto icmp all icmp-type echoreq keep state
27 pass out inet6 proto ipv6-icmp all icmp6-type neighbrsol
28 pass in inet6 proto ipv6-icmp all icmp6-type neighbradv
29 pass out inet6 proto ipv6-icmp all icmp6-type routersol
30 pass in inet6 proto ipv6-icmp all icmp6-type routeradv
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dgcc-build-simple51 make all-build-libiberty > ${LOGDIR}/make.all-build-libiberty.log 2>&1 || true
52 make all-libcpp > ${LOGDIR}/make.all-libcpp.log 2>&1 || true
53 make all-libdecnumber > ${LOGDIR}/make.all-libdecnumber.log 2>&1 || true
54 make all-intl > ${LOGDIR}/make.all-intl.log 2>&1 || true
55 make all-libbanshee > ${LOGDIR}/make.all
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/
H A DMakefile5 .PHONY: all clean install
7 all:
9 ${MAKE} -C $$dir all; \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/
H A DNTMakefile55 all:: all-tools
57 all-tools:: asn1-tools hx509-tools krb5-tools kadm5-tools gss-tools
60 @( cd asn1 && $(RMAKE) all-tools && cd .. ) || exit /b 1
63 @( cd hx509 && $(RMAKE) all-tools && cd .. ) || exit /b 1
66 @( cd krb5 && $(RMAKE) all-tools && cd .. ) || exit /b 1
69 @( cd kadm5 && $(RMAKE) all-tools && cd .. ) || exit /b 1
72 @( cd gssapi && $(RMAKE) all-tools && cd ..) || exit /b 1
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/include/
H A DMakefile24 .PHONY: clean distclean all install pofile install_cluster install_device-mapper
26 all: .symlinks_created
37 pofile: all
39 device-mapper: all

Completed in 293 milliseconds

1234567891011>>