Home
last modified time | relevance | path

Searched refs:out2 (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
Dtiedfh.t26 my $out2 = Pod::Simple::TiedOutFH->handle_on($x2);
29 print $out2 "Kitties\n";
30 print $out2 "mmmmm";
32 print $out2 "iaooowwlllllllrrr!\n";
36 is $x2, "xyzKitties\nmmmmmiaooowwlllllllrrr!\n", "out2 test";
39 undef $out2;
42 is $x2, "xyzKitties\nmmmmmiaooowwlllllllrrr!\n", "out2 test";
/openbsd/src/gnu/gcc/libgomp/config/linux/ia64/
Dfutex.h41 register long out2 asm ("out2") = val; in sys_futex0()
46 : "=r"(r15), "=r"(out0), "=r"(out1), "=r"(out2), "=r"(out3) in sys_futex0()
47 : "r"(r15), "r"(out0), "r"(out1), "r"(out2), "r"(out3) in sys_futex0()
/openbsd/src/gnu/usr.bin/perl/t/run/
Drunenv_hashseed.t172 my ( $seed2, $digit2, $mode2, $out2, $err_got_data2, $rand_bits2 )
235 $random_same++ if $out1 eq $out2;
242 is( $out1, $out2,
Drunenv.t250 … my($out2, $err2) = runperl_and_capture( { %base_opts, PERL_HASH_SEED => $seed }, [ @print_keys ]);
252 … isnt ($out,$out2,"PERL_PERTURB_KEYS = $mode results in different key order with the same key");
254 is ($out,$out2,"PERL_PERTURB_KEYS = $mode allows one to recreate a random hash");
Dswitches.t407 my $out2 = runperl(
414 is($out2, "", "no warning when files given");
/openbsd/src/gnu/usr.bin/cvs/src/
Dpatch.c403 goto out2;
430 goto out2;
442 goto out2;
457 goto out2;
464 goto out2;
503 goto out2;
742 out2:
Drun.c168 goto out2;
332 out2:
/openbsd/src/gnu/usr.bin/perl/os2/OS2/OS2-Process/
DProcess.pm778 my ($sysf, $in1, $out1, $in2, $out2, $f1, $f2, $fd) = 4; # P_SESSION
783 pipe $in2, $out2 or do { close($in1), close($out1), die "pipe(): $!" };
784 $f1 = fileno $in1; $f2 = fileno $out2;
786 fcntl($in1, 4, 0); fcntl($out2, 4, 0); # F_SETFD, INHERIT
814 close $out2 or warn if defined $out2;
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/bin/
Dzipdetails668 sub out2
3974 out2 $buff, "Length", Value_v($subLen) ;
3993 out2 $payload, "Extra Payload", $data;
4140 out2 $zip64Extended, $message;
4147 out2 $data, "Uncompressed Size", Value_Q($entry->uncompressedSize)
4157 out2 $zip64Extended, $message;
4165 out2 $data, "Compressed Size", Value_Q($entry->compressedSize)
4178 out2 $data, "Offset to Local Dir", Value_Q($localHeaderOffset)
4188 out2 $data, "Disk Number", Value_V($diskNumber)
4196 out2 $zip64Extended, "Unexpected Data", hexDump16 $zip64Extended ;
[all …]
/openbsd/src/regress/lib/libcrypto/aead/
Daeadtest.c127 unsigned char out[BUF_MAX + EVP_AEAD_MAX_TAG_LENGTH], out2[BUF_MAX]; in run_aead_test() local
165 if (!EVP_AEAD_CTX_open(ctx, out2, &out_len2, lengths[IN], bufs[NONCE], in run_aead_test()
177 if (memcmp(out2, bufs[IN], out_len2) != 0) { in run_aead_test()
183 if (EVP_AEAD_CTX_open(ctx, out2, &out_len2, lengths[IN], bufs[NONCE], in run_aead_test()
/openbsd/src/regress/usr.bin/ssh/
DMakefile140 t6.out1 t6.out2 t7.out t7.out.pub t8.out t8.out.pub \
175 ssh-keygen -if ${.CURDIR}/dsa_ssh2.pub > t6.out2 ; \
177 ssh-keygen -yf t6.out1 | diff - t6.out2 ; \
/openbsd/src/gnu/usr.bin/cvs/os2/
Drun.c194 goto out2;
256 out2:
/openbsd/src/gnu/usr.bin/perl/lib/
DConfig.t129 my $out2 = $$out;
169 like($out2, qr/^d_bork='UNKNOWN';/, "config_var d_bork is UNKNOWN");
Doverload.t406 $out2 = "a\a$foo,\,";
414 is($out2, "a\afoo,\,");
426 $out2 = "a\a$foo,\,";
443 is($out2, "_<a\a>_foo_<,\,>_");
1133 my ($int, $out1, $out2);
1137 $out2 = 1;
1141 is($out2, 17, "#24313"); # 232
/openbsd/src/regress/usr.bin/libtool/
DMakefile151 ${LIBTOOL} --mode=compile --tag=disable-static ${CC} -c dummy.c|tee out2
152 @fgrep .libs/dummy.o out2|fgrep -q -- -fPIC
153 @if fgrep -q ' dummy.o' out2; then exit 1; fi
/openbsd/src/gnu/usr.bin/cvs/windows-NT/
Drun.c203 goto out2;
272 out2:
/openbsd/src/regress/usr.bin/make/
DMakefile61 cd ${.CURDIR} && env -i PATH=${PATH} ${MAKE} -r -f mk11 A=t|diff - t11.out2
132 cd ${.CURDIR} && env -i PATH=${PATH} ${MAKE} -r -f mk26 all | diff - t29.out2
/openbsd/src/sys/miscfs/fuse/
Dfuse_vnops.c642 goto out2; in fusefs_link()
647 goto out2; in fusefs_link()
651 goto out2; in fusefs_link()
679 out2: in fusefs_link()
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/
DBUILD.gn51 # tacks on "&& copy out.exe out2.exe" to the link command.
/openbsd/src/sys/dev/usb/
Duhidev.c619 goto out2; in uhidev_open()
663 out2: in uhidev_open()
/openbsd/src/gnu/usr.bin/perl/t/op/
Dpack.t91 my $out2=join(':',@ary2);
94 $out2 =~ s/:9\.87654321097999\d*:/:9.87654321098:/;
95 is($out1, $out2);
/openbsd/src/sys/ufs/ext2fs/
Dext2fs_vnops.c435 goto out2; in ext2fs_link()
461 out2: in ext2fs_link()
/openbsd/src/sys/dev/pcmcia/
Dcfxga.c295 goto out2; in cfxga_match()
301 out2: in cfxga_match()
/openbsd/src/sys/dev/pci/
Dif_txp.c1409 u_int32_t in2, u_int32_t in3, u_int16_t *out1, u_int32_t *out2, in txp_command() argument
1422 if (out2 != NULL) in txp_command()
1423 *out2 = letoh32(rsp->rsp_par2); in txp_command()
/openbsd/src/sys/kern/
Dexec_elf.c1097 goto out2; in elf_os_pt_note()
1112 out2: in elf_os_pt_note()

12