Searched refs:out1 (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-current/tests/sys/fs/fusefs/
H A Dbad_server.cc89 std::unique_ptr<mockfs_buf_out> out1(new mockfs_buf_out);
90 out1->header.unique = in.header.unique;
91 out1->header.error = -ENOENT;
92 out1->header.len = sizeof(out1->header);
93 out.push_back(std::move(out1));
H A Dlast_local_modify.cc273 std::unique_ptr<mockfs_buf_out> out1(new mockfs_buf_out);
286 out1->header.unique = mutator_unique;
289 out1->header.error = 0;
290 out1->header.len = sizeof(out1->header);
293 SET_OUT_HEADER_LEN(*out1, write);
294 out1->body.write.size = mutator_size;
297 SET_OUT_HEADER_LEN(*out1, attr);
298 out1->body.attr.attr.ino = ino;
299 out1
[all...]
H A Dinterrupt.cc254 std::unique_ptr<mockfs_buf_out> out1(new mockfs_buf_out);
255 out1->header.unique = in.header.unique;
256 out1->header.error = -EAGAIN;
257 out1->header.len = sizeof(out1->header);
258 out.push_back(std::move(out1));
311 std::unique_ptr<mockfs_buf_out> out1(new mockfs_buf_out);
318 SET_OUT_HEADER_LEN(*out1, entry);
319 out1->body.create.entry.attr.mode = S_IFDIR | MODE;
320 out1
[all...]
/freebsd-current/contrib/bc/tests/bc/
H A Dtimeconst.sh69 out1="$outputdir/bc_outputs/bc_timeconst.txt"
72 outdir=$(dirname "$out1")
103 printf '%s\n' "$i" | bc -q "$timeconst" > "$out1"
116 diff "$out1" "$out2"
128 rm -f "$out1"
/freebsd-current/tools/test/iconv/
H A Dconst-gnuism.c43 char *out1, *out2; local
59 if ((out1 = malloc(inbytes)) == NULL)
62 if (iconv(cd, in1, &inbytes, &out1, &outbytes) == -1)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/devices/
H A Ddevices_001_pos.ksh62 log_must dd if=/dev/urandom of=$TESTDIR/$TESTFILE1.out1 count=1 bs=128k
63 log_must dd if=$TESTDIR/$TESTFILE1.out1 of=$TESTDIR/$TESTFILE1 count=1 bs=128k
65 log_must cmp $TESTDIR/$TESTFILE1.out1 $TESTDIR/$TESTFILE1.out2
H A Ddevices_common.kshlib117 log_must rm -f $TESTDIR/$TESTFILE1.out1
/freebsd-current/sys/contrib/libsodium/test/default/
H A Dscalarmult7.c18 static unsigned char out1[32]; variable
27 ret = crypto_scalarmult_curve25519(out1, scalar, p1);
31 printf("%d\n", !!memcmp(out1, out2, 32));
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Din_out_out_result.h32 _LIBCPP_NO_UNIQUE_ADDRESS _OutIter1 out1; member in struct:ranges::in_out_out_result
39 return {in, out1, out2};
46 return {std::move(in), std::move(out1), std::move(out2)};
/freebsd-current/contrib/bc/tests/
H A Dother.sh327 out1="$outputdir/${d}_outputs/${d}_other.txt"
332 printf '%s\n' "$numres" > "$out1"
337 checktest "$d" "$?" "line length" "$out1" "$out2"
339 printf '%s\n' "$num70" > "$out1"
344 checktest "$d" "$?" "line length 2" "$out1" "$out2"
346 printf '%s\n' "$num2" > "$out1"
351 checktest "$d" "$?" "line length 3" "$out1" "$out2"
353 printf '0\n' > "$out1"
356 checktest "$d" "$?" "line length 3" "$out1" "$out2"
360 printf '%s\n' "$numres" > "$out1"
[all...]
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl679 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21));
791 vxor $out1,$in1,$rndkey0
811 vncipher $out1,$out1,v24
822 vncipher $out1,$out1,v25
834 vncipher $out1,$out1,v24
844 vncipher $out1,$out1,v2
[all...]
H A Daes-ia64.S312 { .mmi; ld4 out1=[in0],8 // s0
348 ld1 out1=[out4],4 };; // s0
363 dep out1=r16,out1,24,8 //;;
369 dep out1=r17,out1,16,8 //;;
375 dep out1=r18,out1,8,8 //;;
387 { .mii; ADDP out1=1,in1
403 { .mmi; st1 [out1]
[all...]
/freebsd-current/bin/sh/
H A Doutput.h53 extern struct output *out1; /* &memout if backquote, otherwise &output */
80 #define out1c(c) outc(c, out1);
H A Doutput.c71 struct output *out1 = &output; variable in typeref:struct:output
83 outstr(p, out1);
89 outqstr(p, out1);
286 doformat(out1, fmt, ap);
338 return fwopen(out1, doformat_wr);
H A Dcd.c167 flushout(out1);
168 outclearerror(out1);
/freebsd-current/bin/sh/bltin/
H A Dbltin.h49 #define stdout out1
/freebsd-current/crypto/heimdal/lib/gssapi/
H A Dtest_context.c649 gss_buffer_desc in, out1, out2; local
791 memset(&out1, 0, sizeof(out1));
798 100, &out1);
802 if (out1.length != out2.length)
804 if (memcmp(out1.value, out2.value, out1.length) != 0)
807 gss_release_buffer(&min_stat, &out1);
810 100, &out1);
812 if (out1
[all...]
/freebsd-current/sys/contrib/xen/
H A Ddom0_ops.h76 uint32_t out1; member in struct:dom0_msr
/freebsd-current/crypto/openssl/ms/
H A Duplink-ia64.pl36 mov out1=$i };;
/freebsd-current/contrib/atf/atf-c/
H A Dcheck_test.c403 const char *out1, *out2; local
414 out1 = atf_check_result_stdout(&result1);
419 ATF_CHECK(strstr(out1, "check.XXXXXX") == NULL);
424 ATF_CHECK(strstr(out1, "/check") != NULL);
429 ATF_CHECK(strstr(out1, "/stdout") != NULL);
434 ATF_CHECK(strcmp(out1, out2) != 0);
446 CHECK_LINES(out1, "stdout", "result1");
/freebsd-current/contrib/atf/atf-c++/
H A Dcheck_test.cpp334 const std::string out1 = r1->stdout_path(); local
339 ATF_REQUIRE(out1.find("check.XXXXXX") == std::string::npos);
344 ATF_REQUIRE(out1.find("/check") != std::string::npos);
349 ATF_REQUIRE(out1.find("/stdout") != std::string::npos);
354 ATF_REQUIRE(out1 != out2);
357 check_lines(out1, "stdout", "result1");
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.fds.ksh27 tmpout1=/tmp/tst.fds.$$.out1
/freebsd-current/tests/sys/netgraph/
H A Dng_macfilter_test.sh311 test $i = 2 && edge='out2' || edge='out1'
319 n=$(countmacs out1)
321 test_eq $n $n2 'MACs in table for out1'
341 n=$(countmacs out1)
343 test_eq $n $n2 'MACs in table for out1'
391 n=$(countmacs out1)
392 n2=$(grep -c ' out1' $entries_lst)
393 test_eq $n $n2 'MACs in table for out1'
417 n=$(countmacs out1)
418 n2=$(grep -c ' out1'
[all...]
/freebsd-current/contrib/file/src/
H A Dascmagic.c353 goto out1;
385 out1: *buf++ = CAST(unsigned char, ((ubuf[i] >> 0) & 0x3f) + 0x80);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Didmap_util.c568 goto out1;
572 goto out1;
594 out1:
661 goto out1;
702 out1:

Completed in 142 milliseconds

123