HomeSort by: relevance | last modified time | path
    Searched refs:out (Results 1 - 25 of 2433) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/etc/autofs/
special_hosts 7 out=$(getent hosts)
9 echo "$out" | awk '{ print $2 }' | sort -u
13 out=$(showmount -E "$1")
15 echo "$out" | awk -v host="$1" \
  /src/sys/dev/microcode/siop/
Makefile 3 all: esiop.out siop.out osiop.out oosiop.out
10 regen: esiop.out siop.out osiop.out oosiop.out
11 headers: esiop.out siop.out osiop.out oosiop.ou
    [all...]
  /src/sys/external/isc/libsodium/dist/test/default/
chacha20.c 25 unsigned char out[160]; local in function:tv
37 crypto_stream_chacha20(out, sizeof out, nonce, key);
38 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out);
40 for (plen = 1U; plen < sizeof out; plen++) {
42 crypto_stream_chacha20_xor(part, out, plen, nonce, key);
49 assert(66 <= sizeof out);
51 memset(out, (int) (plen & 0xff), sizeof out);
112 unsigned char out[160]; local in function:tv_ietf
    [all...]
core4.c 16 static unsigned char out[64]; variable in typeref:typename:unsigned char[64]
23 crypto_core_salsa20(out, in, k, c);
30 printf("%3u", (unsigned int) out[i]);
generichash3.c 17 unsigned char out[crypto_generichash_blake2b_BYTES_MAX]; local in function:main
35 &st, out, 1 + i % crypto_generichash_blake2b_BYTES_MAX);
37 printf("%02x", (unsigned int) out[j]);
42 memset(out, 0, sizeof out);
46 crypto_generichash_blake2b_final(&st, out,
49 printf("%02x", (unsigned int) out[j]);
53 memset(out, 0, sizeof out);
57 crypto_generichash_blake2b_final(&st, out,
    [all...]
core6.c 18 static unsigned char out[64]; variable in typeref:typename:unsigned char[64]
37 crypto_core_salsa20(out, in, k, c);
38 print(out, c);
39 print(out + 20, c + 4);
41 print(out + 40, c + 8);
42 print(out + 60, c + 12);
44 print(out + 24, in);
45 print(out + 28, in + 4);
47 print(out + 32, in + 8);
48 print(out + 36, in + 12)
    [all...]
  /src/tests/usr.bin/grep/
Makefile 12 FILES= d_basic.out
13 FILES+= d_begin_end_a.out
14 FILES+= d_begin_end_b.out
15 FILES+= d_binary.out
16 FILES+= d_context2_a.out
17 FILES+= d_context2_b.out
18 FILES+= d_context2_c.out
20 FILES+= d_context_a.out
22 FILES+= d_context_b.out
23 FILES+= d_context_c.out
    [all...]
  /src/tests/usr.bin/sdiff/
Makefile 13 FILES+= d_flags_l.out
14 FILES+= d_flags_s.out
15 FILES+= d_flags_w.out
16 FILES+= d_iflags_a1.out
17 FILES+= d_iflags_a2.out
18 FILES+= d_iflags_b1.out
19 FILES+= d_iflags_b2.out
20 FILES+= d_iflags_c1.out
21 FILES+= d_iflags_c2.out
22 FILES+= d_iflags_d1.out
    [all...]
  /src/sys/dev/wscons/
wsemul_vt100_keys.c 24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
85 wsemul_vt100_translate(void *cookie, keysym_t in, const char **out)
94 *out = &c;
98 *out = vt100_fkeys[in - KS_f1];
102 *out = vt100_fkeys[in - KS_F1];
106 *out = vt100_pfkeys[in - KS_KP_F1];
111 *out = vt100_numpad[in - KS_KP_0];
116 *out = "\033OI";
119 *out = "\033OM";
122 *out = "\033Oj"
    [all...]
  /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/usr.sbin/mtree/
Makefile 14 FILES+= d_convert_C.out
15 FILES+= d_convert_C_S.out
16 FILES+= d_convert_D.out
17 FILES+= d_convert_D_S.out
18 FILES+= netbsd6_d_create.out
19 FILES+= mtree_d_create.out
21 FILES+= d_merge_C_M.out
22 FILES+= d_merge_C_M_S.out
  /src/tests/crypto/libcrypto/conf/
Makefile 12 FILES+= d_conf-1x.out
13 FILESNAME_d_conf-1x.out= d_conf.out
15 FILES+= d_conf-3x.out
16 FILESNAME_d_conf_ssleay.out= ssleay.out
17 FILESNAME_d_conf-3x.out= d_conf.out
  /src/usr.bin/make/unit-tests/
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.
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.
deptgt-order.exp 8 : 'Making two out of one.'
9 : 'Making three out of two.'
10 : 'Making all out of three.'
  /src/bin/dd/
position.c 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
139 if (!(out.flags & ISTAPE)) {
140 if (ddop_lseek(out, out.fd,
141 (off_t)out.offset * (off_t)out.dbsz, SEEK_SET) == -1)
142 err(EXIT_FAILURE, "%s", out.name);
148 if (out.flags & NOREAD) {
150 t_op.mt_count = out.offset;
152 if (ddop_ioctl(out, out.fd, MTIOCTOP, &t_op) < 0
    [all...]
dd.c 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
77 IO in, out; /* input/output state */ variable in typeref:typename:IO
199 if (out.name == NULL) {
201 out.fd = STDOUT_FILENO;
202 out.name = "stdout";
203 out.ops = &ddfops_stdfd;
205 out.ops = prog_ops;
221 out.fd = ddop_open(out, out.name, O_RDWR | OFLAGS, DEFFILEMODE)
    [all...]
  /src/tests/include/
Makefile 21 FILES= d_bitstring_27.out
22 FILES+= d_bitstring_32.out
23 FILES+= d_bitstring_49.out
24 FILES+= d_bitstring_64.out
25 FILES+= d_bitstring_67.out
26 FILES+= d_bitstring_8.out
  /src/tests/usr.bin/cut/
Makefile 12 FILES= d_basic.out
14 FILES+= d_dflag.out
15 FILES+= d_dsflag.out
17 FILES+= d_sflag.out
  /src/tests/usr.bin/uniq/
Makefile 10 FILES+= d_basic.out
11 FILES+= d_counts.out
13 FILES+= d_show_duplicates.out
14 FILES+= d_show_uniques.out
  /src/tests/ipf/
t_logging.sh 24 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
48 echo $rule >>out
53 cat save >>out
54 echo "--------" >>out
57 cat save >>out.b
58 echo "--------" >>out.b
64 cat save >>out
65 echo "--------" >>out
68 cat save >>out.b
69 echo "--------" >>out.
    [all...]
  /src/common/dist/zlib/contrib/iostream2/
zstream_test.cpp 9 ozstream out("temp.gz"); local in function:main
10 out < "This works well" < h < g;
11 out.close();
19 out.open("temp.gz"); // try ascii output; zcat temp.gz to see the results
20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl;
21 out << z << endl << y << endl << x << endl;
22 out << 1.1234567890123456789 << endl;
  /src/tests/net/altq/
t_cbq.sh 24 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
89 $HIJACKING_ALTQ altqstat -c 1 >./out
90 $DEBUG && cat ./out
97 cat ./out
98 rm -f ./out
155 $HIJACKING_ALTQ altqstat -c 1 >./out
156 $DEBUG && cat ./out
158 check_counter ./out normal 'pkts: 1'
159 check_counter ./out root 'pkts: 1'
160 check_counter ./out drop 'pkts: 0
    [all...]
  /src/libexec/httpd/testsuite/
test-simple 11 out="$curdir/$test.out"
12 tmpout="tmp.$test.out"
24 if "$curdir/html_cmp" cmp "$out" "$tmpout"; then
30 $curdir/html_cmp diff "$out" "$tmpout"
  /src/lib/libc/gdtoa/test/
makefile 21 # ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
107 # See the source for details. If you know better, create Q.out,
108 # x.out and xL.out by copying the relevant *.ou0 or *.ou1 files
109 # to the corresponding .out files. In short, the *.ou0 files are
114 Q.out x.out xL.out:
121 tests: Q.out x.out xL.out dt dItest ddtest dtest ftest Qtest xLtest xtest ddtestsi dItestsi strtodt strtodtnr
    [all...]

Completed in 18 milliseconds

1 2 3 4 5 6 7 8 91011>>