/src/usr.bin/make/unit-tests/ |
varmod-extension.exp | 1 extension of 'a/b/c' is '' 2 extension of 'def' is '' 3 extension of 'a.b.c' is 'c' 4 extension of 'a.b/c' is 'b/c' 5 extension of 'a' is '' 6 extension of 'a.a' is 'a' 7 extension of '.gitignore' is 'gitignore' 8 extension of 'a' is '' 9 extension of 'a.a' is 'a' 10 extension of 'trailing/' is ' [all...] |
deptgt-notparallel.exp | 1 : Making 1 out of nothing. 2 : Making 2 out of nothing. 3 : Making 3 out of nothing. 4 : Making 4 out of nothing. 5 : Making 5 out of nothing. 6 : Making 6 out of nothing. 7 : Making 7 out of nothing. 8 : Making 8 out of nothing.
|
varmod-tail.exp | 1 tail (basename) of 'a/b/c' is 'c' 2 tail (basename) of 'def' is 'def' 3 tail (basename) of 'a.b.c' is 'a.b.c' 4 tail (basename) of 'a.b/c' is 'c' 5 tail (basename) of 'a' is 'a' 6 tail (basename) of 'a.a' is 'a.a' 7 tail (basename) of '.gitignore' is '.gitignore' 8 tail (basename) of 'a' is 'a' 9 tail (basename) of 'a.a' is 'a.a' 10 tail (basename) of 'trailing/' is ' [all...] |
compat-error.exp | 1 : Making success1 out of nothing. 2 : Making fail1 out of nothing. 5 : Making success2 out of nothing. 6 : Making fail2 out of nothing. 9 : Making success3 out of nothing.
|
suff-transform-expand.exp | 1 : 'Making issue11.h out of nothing.' 3 : 'Making issue11.second out of nothing.' 4 `all' not remade because of errors.
|
deptgt-order.exp | 8 : 'Making two out of one.' 9 : 'Making three out of two.' 10 : 'Making all out of three.'
|
deptgt-silent.exp | 3 This is not echoed because of the @. 4 This is not echoed because of the .SILENT.
|
suff-lookup.exp | 8 inserting ".ccc" (3) at end of list 9 inserting ".cc" (2) at end of list 12 inserting ".c" (1) at end of list 13 inserting ".ccc" (3) at end of list 16 inserting ".short" (4) at end of list 17 inserting ".c" (1) at end of list 20 inserting ".sho" (5) at end of list 21 inserting ".c" (1) at end of list 24 inserting ".dead-end" (6) at end of list 25 inserting ".short" (4) at end of lis [all...] |
dep-percent.mk | 3 # Test for transformation rules of the form '%.o: %.c', which are supported 14 : 'Making ${.TARGET} out of nothing.'
|
varmod-extension.mk | 4 # of each word in the variable. 8 @echo "extension of '"${path:Q}"' is '"${path:E:Q}"'"
|
suff-use.exp | 1 : 'Making demo.c out of nothing' 3 `all' not remade because of errors.
|
deptgt-end-fail-all.exp | 1 : Making all out of nothing.
|
cond-cmp-unary.exp | 1 make: cond-cmp-unary.mk:54: This is only reached because of a bug in EvalTruthy.
|
/src/sys/arch/next68k/stand/boot/ |
installboot.sh | 18 dd if="$1" of="$2" obs=1024 seek=32 conv=osync 19 dd if="$1" of="$2" obs=1024 seek=96 conv=osync
|
/src/sys/dev/ofw/ |
ofdisk.c | 11 * 1. Redistributions of source code must retain the above copyright 12 * notice, this list of conditions and the following disclaimer. 14 * notice, this list of conditions and the following disclaimer in the 16 * 3. All advertising materials mentioning features or use of this software 19 * 4. The name of TooLs GmbH may not be used to endorse or promote products 24 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 27 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 28 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 30 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN I 140 struct ofdisk_softc *of = device_private(self); local in function:ofdisk_attach 172 struct ofdisk_softc *of; local in function:ofdisk_open 254 struct ofdisk_softc *of = local in function:ofdisk_close 287 struct ofdisk_softc *of = local in function:ofdisk_strategy 337 struct ofdisk_softc *of = local in function:ofminphys 359 struct ofdisk_softc *of = local in function:ofdisk_ioctl 447 struct ofdisk_softc *of; local in function:ofdisk_size 510 struct ofdisk_softc *of = local in function:ofdisk_getdisklabel [all...] |
openfirmio.c | 5 * The Regents of the University of California. All rights reserved. 11 * All advertising materials mentioning features or use of this software 13 * This product includes software developed by the University of 19 * 1. Redistributions of source code must retain the above copyright 20 * notice, this list of conditions and the following disclaimer. 22 * notice, this list of conditions and the following disclaimer in the 24 * 3. Neither the name of the University nor the names of its contributors 30 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOS 131 struct ofiocdesc *of; local in function:openfirmioctl [all...] |
ofnet.c | 11 * 1. Redistributions of source code must retain the above copyright 12 * notice, this list of conditions and the following disclaimer. 14 * notice, this list of conditions and the following disclaimer in the 16 * 3. All advertising materials mentioning features or use of this software 19 * 4. The name of TooLs GmbH may not be used to endorse or promote products 24 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 27 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 28 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 30 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN I 107 struct ofnet_softc *of = device_private(self); local in function:ofnet_attach 244 struct ofnet_softc *of = arg; local in function:ofnet_timer 275 struct ofnet_softc *of = ifp->if_softc; local in function:ofnet_start 333 struct ofnet_softc *of = ifp->if_softc; local in function:ofnet_ioctl 381 struct ofnet_softc *of = ifp->if_softc; local in function:ofnet_watchdog [all...] |
/src/distrib/sun3/ |
MakeBootTape | 22 dd if=tapeboot of=$T obs=8k conv=sync 26 dd of=$T obs=8k conv=sync 30 dd of=$T obs=8k conv=sync 34 dd of=$T obs=8k
|
/src/sys/arch/m68k/060sp/dist/ |
errata | 16 # INCLUDING IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS 23 # (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, 24 # BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR OTHER PECUNIARY LOSS) 25 # ARISING OF THE USE OR INABILITY TO USE THE SOFTWARE. 28 # of the SOFTWARE. 35 # patents or trademarks of Motorola, Inc. 38 68060 Software Package Errata As of 7 October 1994
|
/src/etc/rc.d/ |
entropy | 23 # but getting rid of it is also a little annoying. 24 if dd if=/dev/random iflag=nonblock of=/dev/null bs=1 count=1 \ 33 dd if=/dev/random of=/dev/null bs=1 count=1 msgfmt=quiet
|
/src/sys/arch/macppc/stand/ofwboot/ |
boot.h | 18 void changedisk_hook(struct open_file *of);
|
/src/sys/arch/sandpoint/stand/altboot/ |
devopen.c | 13 * 1. Redistributions of source code must retain the above copyright 14 * notice, this list of conditions and the following disclaimer. 16 * notice, this list of conditions and the following disclaimer in the 21 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF TH [all...] |
/src/distrib/vax/rx33/ |
Makefile | 9 dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx33-copy1-${DISTRIBREV} bs=512 count=2400 10 dd if=../inst/miniroot-${DISTRIBREV}.fs of=rx33-copy2-${DISTRIBREV} \
|
/src/sys/arch/powerpc/powerpc/ |
ofwmagic.S | 13 * 1. Redistributions of source code must retain the above copyright 14 * notice, this list of conditions and the following disclaimer. 16 * notice, this list of conditions and the following disclaimer in the 21 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF TH [all...] |
/src/distrib/sun2/ |
MakeBootTape | 21 dd if=tapeboot of=$T obs=8k conv=sync 25 dd of=$T obs=8k conv=sync 29 dd of=$T obs=8k
|