Searched refs:in (Results 1 - 25 of 3782) sorted by relevance

1234567891011>>

/src/tests/usr.bin/col/
H A DMakefile10 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/
H A Dvarname-make_stack_trace.exp3 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 uni
[all...]
H A Dcmd-errors-lint.exp3 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"
H A Dcmd-errors.exp3 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"
H A Dvarmod-hash.exp3 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"
H A Dvarname-vpath.exp2 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
[all...]
H A Dmoderrs.exp3 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 targe
[all...]
H A Dopt-jobs-internal.exp2 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 director
[all...]
H A Dcmd-errors-jobs.exp11 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 targe
[all...]
/src/common/dist/zlib/examples/
H A Dgzjoin.c16 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) argument
89 if (in != NULL) {
90 if (in
102 bin *in; local in function:bopen
121 bload(bin * in) argument
145 bget4(bin * in) argument
157 bskip(bin * in,unsigned skip) argument
204 gzhead(bin * in) argument
254 zpull(z_streamp strm,bin * in) argument
285 bin *in; /* buffered input file */ local in function:gzcopy
[all...]
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/
H A Dcrypto_hash.c11 crypto_hash(unsigned char *out, const unsigned char *in, argument
14 return crypto_hash_sha512(out, in, inlen);
/src/sys/arch/atari/conf/
H A Dmakeconf10 # 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 "
[all...]
/src/sys/arch/i386/bioscall/
H A Dbin2asm.sh7 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/lib/libc/arch/powerpc/sys/
H A D__vfork14.S6 * 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
H A Dfork.S6 * 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/
H A D__vfork14.S6 * 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
H A Dfork.S6 * 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/
H A D__vfork14.S11 * 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
50 * %o1 == 0 in parent process, 1 in child process.
51 * %o0 == pid of child in parent, pid of parent in child.
57 dec %o1 ! from 1 to 0 in child, 0 to -1 in parent
59 and %o0, %o1, %o0 ! return 0 in chil
[all...]
H A Dfork.S11 * 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
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 parent
/src/lib/libc/compat/arch/powerpc/sys/
H A Dcompat_Ovfork.S6 * 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/tests/lib/libstdc++/
H A Dt_sync_with_stdio.sh6 # 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
34 echo hello >in
35 atf_check -o inline:'6\n' "$(atf_get_srcdir)"/h_cin_nosync <in
/src/sbin/devpubd/
H A Ddevpubd-run-hooks.in3 # $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/common/dist/zlib/
H A DMakefile5 make -f Makefile.in distclean
/src/tests/usr.bin/xlint/lint2/
H A Dmsg_012.exp1 add has 2 parameters in msg_012_a.c(2), versus 3 in msg_012_b.c(2) [lint2:012]
/src/bin/dd/
H A Dconv.c11 * 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
69 for (inp = in.dbp - (cnt = in.dbrcnt); cnt--; ++inp)
73 out.dbp = in.dbp;
74 out.dbcnt = in.dbcnt;
76 if (in.dbcnt >= out.dbsz) {
85 in.dbp = out.dbp;
86 in
[all...]

Completed in 9 milliseconds

1234567891011>>