Searched refs:of (Results 201 - 225 of 1327) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bmake/mk/
H A Dcc-wrap.mk8 # be of use. There is absolutely NO WARRANTY.
14 # Please send copies of changes and bug-fixes to:
44 # we do not want to make all these targets out-of-date
45 # just because one of the above wrappers are enabled/disabled
52 # but prior filters can apply to full value of .IMPSRC
60 # we have to protect the check of .IMPSRC from Global expansion
H A Dhost.libnames.mk6 # be of use. There is absolutely NO WARRANTY.
12 # Please send copies of changes and bug-fixes to:
H A Dlibnames.mk8 # be of use. There is absolutely NO WARRANTY.
14 # Please send copies of changes and bug-fixes to:
/freebsd-current/contrib/bmake/unit-tests/
H A Dvardebug.mk32 # expect: Result of ${VAR:M[2]} is "2"
36 # expect: Result of ${VAR:N[2]} is "1 3"
43 # expect: Result of ${VAR:Q} is "1\ 2\ 3"
51 # expect: Result of ${:Mvalu[e]} is "value" (eval-defined, defined)
60 # expect: Result of ${:unknown} is error (eval-defined, defined)
69 # There is a specialized error message for "Undefined variable", but as of
H A Dcounter.mk3 # Demonstrates how to let make count the number of times a variable
9 # returned an error marker instead of a simple empty string.
H A Dcounter-append.mk3 # Demonstrates how to let make count the number of times a variable
9 # returned an error marker instead of a simple empty string.
H A Dsuff-rebuild.exp12 Parsing line 15: : Making ${.TARGET} out of nothing.
16 inserting ".a" (1) at end of list
17 inserting ".b" (2) at end of list
23 inserting ".b" (2) at end of list
24 inserting ".c" (3) at end of list
30 inserting ".c" (3) at end of list
31 inserting "" (0) at end of list
61 : Making suff-rebuild-example.a out of nothing.
H A Dcond-undef-lint.mk5 # As of 2020-09-14, lint mode contains experimental code for printing
6 # accurate error messages in case of undefined variables, instead of the
22 # Since the condition fails to evaluate, neither of the branches is taken.
39 # of the expression must not be evaluated at all.
52 # debatable. Or would any practical use of CFLAGS.${OPSYS} be via an indirect
65 # A practical example for this is CFLAGS, which consists of CWARNS, COPTS
70 # condition, there is no way to influence the definedness of the nested
H A Ddirective-unexport-env.exp9 Result of ${.MAKE.EXPORTED:O} is "UT_EXPORTED"
11 Result of ${.MAKE.EXPORTED:u} is "UT_EXPORTED"
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.copyoutstrbadaddr.ksh4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
H A Derr.copyoutbadaddr.ksh4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim.kshlib4 # This file and its contents are supplied under the terms of the
6 # You may only use this file in accordance with the terms of version
7 # 1.0 of the CDDL.
9 # A full copy of the text of the CDDL should have accompanied this
10 # source. A copy of the CDDL is also available via the Internet at
34 # Write a bit of data and sync several times.
43 dd if=/dev/urandom of=${file} bs=128k count=10
/freebsd-current/tools/test/stress2/misc/
H A Dsnap6.sh14 # of snapshot creation, the filesystem being snapshotted becomes full,
33 timeout 5m dd if=/dev/zero of=$root/big bs=1m count=$(( free / 1024 - 90)) \
41 timeout 5m dd if=/dev/zero of=$root/big2 bs=1m status=none
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite_copies.ksh4 # This file and its contents are supplied under the terms of the
6 # You may only use this file in accordance with the terms of version
7 # 1.0 of the CDDL.
9 # A full copy of the text of the CDDL should have accompanied this
10 # source. A copy of the CDDL is also available via the Internet at
28 # 3. Repeat with the number of copies decreased.
46 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
51 dd if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \
62 dd if=/dev/urandom of
[all...]
/freebsd-current/lib/libc/tests/gen/posix_spawn/
H A DMakefile26 ${DD} if=/dev/zero of=h_zero bs=1k count=2
/freebsd-current/libexec/rtld-elf/i386/
H A Drtld_start.S8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
42 movl %esp,%ebx # save address of exit proc
43 movl %esp,%ecx # construct address of obj_main
46 pushl %ecx # Pass address of obj_main
47 pushl %ebx # Pass address of exit proc
54 * At this point, %eax contains the entry point of the main program, and
68 * and (2) "reloff", the byte offset of the appropriate relocation entry
87 /* Now %eax contains the entry point of th
[all...]
/freebsd-current/cddl/usr.sbin/dtrace/tests/tools/
H A Dgentest.sh5 Generate ATF test cases from a set of DTrace tests.
11 category: The test category, in the form of <arch>/<feature>. For example,
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/
H A Dblock_cloning_disabled_ficlone.ksh5 # The contents of this file are subject to the terms of the
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
18 # information: Portions Copyright [yyyy] [name of copyright owner]
45 log_must dd if=/dev/urandom of=/$TESTPOOL/file1 bs=128K count=4
H A Dblock_cloning_disabled_ficlonerange.ksh5 # The contents of this file are subject to the terms of the
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
18 # information: Portions Copyright [yyyy] [name of copyright owner]
45 log_must dd if=/dev/urandom of=/$TESTPOOL/file1 bs=128K count=4
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_many_clones.ksh4 # This file and its contents are supplied under the terms of the
6 # You may only use this file in accordance with the terms of version
7 # 1.0 of the CDDL.
9 # A full copy of the text of the CDDL should have accompanied this
10 # source. A copy of the CDDL is also available via the Internet at
25 # 1. Create 64 clones of sendfs each of which modifies two blocks in a file.
51 log_must dd if=/dev/urandom of=$mntpnt/f2 bs=64k count=1 seek=$i \
53 log_must dd if=/dev/urandom of
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.js3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
21 for (root of document.querySelectorAll('[data-selection]'))
34 for (key of root.dataset.selection.split(',')) {
47 for (tmpl of root.getElementsByTagName('template'))
69 for (attr of clone.attributes)
71 for (c of tmpl.childNodes)
81 for (c of tmpl.content.childNodes)
91 for (val of evalExpr(expr, data) || []) {
99 // data-let="x = expr": bind x to value of expr
107 // Compose directive handlers on top of th
[all...]
/freebsd-current/lib/libc/amd64/string/
H A Dstrncmp.S10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
42 * This is just the scalar loop unrolled a bunch of times.
79 /* end of string within the next 4 characters */
80 1: cmp $-4, %edx # end of string reached immediately?
88 cmp $-3, %edx # end of string reached after 1 char?
104 cmp $-1, %edx # either end of string after 3 chars,
121 lea 15(%rdi), %r8d # end of head
135 cmp $16, %rdx # end of buffe
[all...]
/freebsd-current/contrib/tzdata/
H A Dchecknow.awk48 printf "zonenow.tab should have one of:%s\n", zones[data]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/
H A Dbclone_corner_cases.kshlib5 # The contents of this file are subject to the terms of the
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
18 # information: Portions Copyright [yyyy] [name of copyright owner]
59 log_must dd if=/dev/urandom of="$ORIG0" bs=$RECORDSIZE count=1
60 log_must dd if=/dev/urandom of="$ORIG1" bs=$RECORDSIZE count=1
61 log_must dd if=/dev/urandom of="$ORIG2" bs=$RECORDSIZE count=1
80 dd if=$CLONE of=/dev/null bs=$RECORDSIZE 2>/dev/null
104 log_must dd if=/dev/urandom of=$CLONE bs=$HALFRECORDSIZE count=1 \
108 log_must dd if=/dev/urandom of
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/
H A Dandroid.inc17 // initial Android 8.0 release of Galaxy S9/S9+ devices incorrectly
20 // The kernel appears to have been corrected to mark it unsupported as of

Completed in 123 milliseconds

1234567891011>>