| /openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| D | tiedfh.t | 26 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/ |
| D | futex.h | 41 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/ |
| D | runenv_hashseed.t | 172 my ( $seed2, $digit2, $mode2, $out2, $err_got_data2, $rand_bits2 ) 235 $random_same++ if $out1 eq $out2; 242 is( $out1, $out2,
|
| D | runenv.t | 250 … 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");
|
| D | switches.t | 407 my $out2 = runperl( 414 is($out2, "", "no warning when files given");
|
| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | patch.c | 403 goto out2; 430 goto out2; 442 goto out2; 457 goto out2; 464 goto out2; 503 goto out2; 742 out2:
|
| D | run.c | 168 goto out2; 332 out2:
|
| /openbsd/src/gnu/usr.bin/perl/os2/OS2/OS2-Process/ |
| D | Process.pm | 778 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/ |
| D | zipdetails | 668 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/ |
| D | aeadtest.c | 127 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/ |
| D | Makefile | 140 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/ |
| D | run.c | 194 goto out2; 256 out2:
|
| /openbsd/src/gnu/usr.bin/perl/lib/ |
| D | Config.t | 129 my $out2 = $$out; 169 like($out2, qr/^d_bork='UNKNOWN';/, "config_var d_bork is UNKNOWN");
|
| D | overload.t | 406 $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/ |
| D | Makefile | 151 ${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/ |
| D | run.c | 203 goto out2; 272 out2:
|
| /openbsd/src/regress/usr.bin/make/ |
| D | Makefile | 61 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/ |
| D | fuse_vnops.c | 642 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/ |
| D | BUILD.gn | 51 # tacks on "&& copy out.exe out2.exe" to the link command.
|
| /openbsd/src/sys/dev/usb/ |
| D | uhidev.c | 619 goto out2; in uhidev_open() 663 out2: in uhidev_open()
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | pack.t | 91 my $out2=join(':',@ary2); 94 $out2 =~ s/:9\.87654321097999\d*:/:9.87654321098:/; 95 is($out1, $out2);
|
| /openbsd/src/sys/ufs/ext2fs/ |
| D | ext2fs_vnops.c | 435 goto out2; in ext2fs_link() 461 out2: in ext2fs_link()
|
| /openbsd/src/sys/dev/pcmcia/ |
| D | cfxga.c | 295 goto out2; in cfxga_match() 301 out2: in cfxga_match()
|
| /openbsd/src/sys/dev/pci/ |
| D | if_txp.c | 1409 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/ |
| D | exec_elf.c | 1097 goto out2; in elf_os_pt_note() 1112 out2: in elf_os_pt_note()
|