/src/tests/usr.bin/col/ |
Makefile | 10 hlf.in \ 11 hlf2.in \ 12 nl.in \ 13 nl2.in \ 14 nl3.in \ 15 rlf.in \ 16 rlf2.in \ 17 rlf3.in
|
/src/usr.bin/make/unit-tests/ |
varname-make_stack_trace.exp | 3 in command "@echo ${:Z}" 4 in target "provoke-error" 5 in make[2] in directory "<curdir>" 9 make: stopped making "disabled-compat" in unit-tests 12 in command "@echo ${:Z}" 13 in target "provoke-error" 14 in make[2] in directory "<curdir>" 17 make: stopped making "disabled-parallel" in unit-test [all...] |
varmod-hash.exp | 3 in command "@echo ${12345:L:has} # modifier name too short" 4 in target "step-1" 9 in command "@echo ${12345:L:hasX} # misspelled" 10 in target "step-4" 13 in command "@echo ${12345:L:hashed} # modifier name too long" 14 in target "step-5"
|
cmd-errors-lint.exp | 3 in command ": $@ ${UNCLOSED" 4 in target "unclosed-expression" 7 in command ": $@ ${UNCLOSED:" 8 in target "unclosed-modifier" 11 in command ": $@ ${UNKNOWN:Z}" 12 in target "unknown-modifier"
|
cmd-errors.exp | 3 in command ": $@-${UNCLOSED" 4 in target "unclosed-expression" 7 in command ": $@-${UNCLOSED:" 8 in target "unclosed-modifier" 11 in command ": $@-${UNKNOWN:Z}-eol" 12 in target "unknown-modifier"
|
varname-vpath.exp | 2 CondParser_Eval: exists(file-in-subdirectory) 3 "file-in-subdirectory" does not exist 4 CondParser_Eval: exists(file2-in-subdirectory) 5 "file2-in-subdirectory" does not exist 6 CondParser_Eval: exists(file-in-subdirectory) 7 "file-in-subdirectory" exists in "varname-vpath.dir/file-in-subdirectory" 9 CondParser_Eval: exists(file2-in-subdirectory) 10 "file2-in-subdirectory" exists in "varname-vpath.dir2/file2-in-subdirectory [all...] |
moderrs.exp | 3 in command "@echo 'VAR:Z=before-${VAR:Z}-after'" 4 in target "mod-unknown-direct" 8 in command "@echo 'VAR:${MOD_UNKN}=before-${VAR:${MOD_UNKN}:inner}-after'" 9 in target "mod-unknown-indirect" 12 in command "@echo VAR:S,V,v,=${VAR:S,V,v," 13 in target "unclosed-direct" 16 in command "@echo VAR:${MOD_TERM},=${VAR:${MOD_S}" 17 in target "unclosed-indirect" 21 in command "-@echo "VAR:${MOD_TERM}=${VAR:${MOD_TERM}}"" 22 in target "unfinished-indirect [all...] |
opt-jobs-internal.exp | 2 make: error: invalid internal option "-J garbage" in "<curdir>" 3 make: warning: Invalid internal option "-J" in "<curdir>"; see the manual page 4 in make[2] in directory "<curdir>" 6 make: warning: Invalid internal option "-J" in "<curdir>"; see the manual page 7 in make[2] in directory "<curdir>" 10 make: warning: Invalid internal option "-J" in "<curdir>"; see the manual page 11 in make[2] in directory "<curdir> [all...] |
cmd-errors-jobs.exp | 11 in command ": unexpected $@-${UNCLOSED" 12 in target "parse-error-unclosed-expression" 13 in make[1] in directory "<curdir>" 16 in command ": unexpected $@-${UNCLOSED:" 17 in target "parse-error-unclosed-modifier" 18 in make[1] in directory "<curdir>" 21 in command ": unexpected $@-${UNKNOWN:Z}-eol" 22 in target "parse-error-unknown-modifier [all...] |
/src/common/dist/zlib/examples/ |
gzjoin.c | 7 warranty. In no event will the author be held liable for any damages 16 in a product, an acknowledgment in the product documentation would be 39 decompress all of the input data in order to find the bits in the compressed 48 compressed data in order to connect the streams. The output gzip file 65 /* exit with an error (return a value to allow use in an expression) */ 75 #define CHUNK 32768 /* must be a power of two and fit in unsigned */ 87 local void bclose(bin *in) 89 if (in != NULL) 102 bin *in; local in function:bopen 285 bin *in; \/* buffered input file *\/ local in function:gzcopy [all...] |
/src/lib/libc/arch/powerpc/sys/ |
__vfork14.S | 6 * r4 == 0 in parent process, 1 in child process. 7 * r3 == pid of child in parent, pid of parent in child. 13 addi %r4,%r4,-1 # from 1 to 0 in child, 0 to -1 in parent 14 and %r3,%r3,%r4 # return 0 in child, pid in parent
|
fork.S | 6 * r4 == 0 in parent process, 1 in child process. 7 * r3 == pid of child in parent, pid of parent in child. 13 addi %r4,%r4,-1 # from 1 to 0 in child, 0 to -1 in parent 14 and %r3,%r3,%r4 # return 0 in child, pid in parent
|
/src/lib/libc/arch/powerpc64/sys/ |
__vfork14.S | 6 * r4 == 0 in parent process, 1 in child process. 7 * r3 == pid of child in parent, pid of parent in child. 13 addi %r4,%r4,-1 # from 1 to 0 in child, 0 to -1 in parent 14 and %r3,%r3,%r4 # return 0 in child, pid in parent
|
fork.S | 6 * r4 == 0 in parent process, 1 in child process. 7 * r3 == pid of child in parent, pid of parent in child. 13 addi %r4,%r4,-1 # from 1 to 0 in child, 0 to -1 in parent 14 and %r3,%r3,%r4 # return 0 in child, pid in parent
|
/src/lib/libc/arch/sparc/sys/ |
__vfork14.S | 11 * Redistribution and use in source and binary forms, with or without 16 * 2. Redistributions in binary form must reproduce the above copyright 17 * notice, this list of conditions and the following disclaimer in the 26 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 31 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 50 * %o1 == 0 in parent process, 1 in child process. 51 * %o0 == pid of child in parent, pid of parent in child [all...] |
fork.S | 11 * Redistribution and use in source and binary forms, with or without 16 * 2. Redistributions in binary form must reproduce the above copyright 17 * notice, this list of conditions and the following disclaimer in the 26 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 31 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 50 dec %o1 ! from 1 to 0 in child, 0 to -1 in parent 52 and %o0, %o1, %o0 ! return 0 in child, pid in paren [all...] |
/src/lib/libc/compat/arch/powerpc/sys/ |
compat_Ovfork.S | 6 * r4 == 0 in parent process, 1 in child process. 7 * r3 == pid of child in parent, pid of parent in child. 20 addi %r4,%r4,-1 # from 1 to 0 in child, 0 to -1 in parent 21 and %r3,%r3,%r4 # return 0 in child, pid in parent
|
/src/sys/arch/atari/conf/ |
makeconf | 10 # lost when running makeconf in this directory. 13 if [ $2 != GENERIC.in ] ; then 14 grep -h '$NetBSD' $2 GENERIC.in | sed -e 's/\$NetBSD/ NetBSD/' >> $1 16 grep -h '$NetBSD' GENERIC.in | sed -e 's/\$NetBSD/ NetBSD/' >> $1 23 emit_file SMALL030 GENERIC.in "-DSMALL030_KERNEL -DTT030_KERNEL -DFALCON_KERNEL" 24 emit_file ATARITT GENERIC.in "-DTT030_KERNEL" 25 emit_file FALCON GENERIC.in "-DFALCON_KERNEL" 26 emit_file HADES HADES.in "-DHADES_KERNEL" 27 emit_file MILAN-ISAIDE MILAN.in "-DMILAN_KERNEL -DMILAN_ISAIDE" 28 emit_file MILAN-PCIIDE MILAN.in "-DMILAN_KERNEL -DMILAN_PCIIDE [all...] |
/src/sys/arch/i386/bioscall/ |
bin2asm.sh | 7 echo 'usage: $0 [in]' 10 in=$1 11 size=`ls -l ${in} | awk '{print $5}'` 17 echo "/* Original file is '${in}' */" 19 dd if=${in} bs=${len} conv=sync |\
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/ |
crypto_hash.c | 11 crypto_hash(unsigned char *out, const unsigned char *in, 14 return crypto_hash_sha512(out, in, inlen);
|
/src/tests/lib/libstdc++/ |
t_sync_with_stdio.sh | 6 # Redistribution and use in source and binary forms, with or without 11 # 2. Redistributions in binary form must reproduce the above copyright 12 # notice, this list of conditions and the following disclaimer in the 18 # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 22 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 24 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 34 echo hello >in 35 atf_check -o inline:'6\n' "$(atf_get_srcdir)"/h_cin_nosync <in
|
/src/common/dist/zlib/ |
Makefile | 5 make -f Makefile.in distclean
|
/src/sbin/devpubd/ |
devpubd-run-hooks.in | 3 # $NetBSD: devpubd-run-hooks.in,v 1.4 2021/08/05 12:45:33 kre Exp $ 12 case $devpubd_event in 14 for hook in ${devpubd_hooks_base}/*; do
|
/src/tests/usr.bin/xlint/lint2/ |
msg_012.exp | 1 add has 2 parameters in msg_012_a.c(2), versus 3 in msg_012_b.c(2) [lint2:012]
|
/src/bin/dd/ |
conv.c | 11 * Redistribution and use in source and binary forms, with or without 16 * 2. Redistributions in binary form must reproduce the above copyright 17 * notice, this list of conditions and the following disclaimer in the 26 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 31 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 69 for (inp = in.dbp - (cnt = in.dbrcnt); cnt--; ++inp) 73 out.dbp = in.dbp; 74 out.dbcnt = in.dbcnt [all...] |