| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | tiedfh.t | 25 my $out1 = Pod::Simple::TiedOutFH->handle_on($x1); 28 print $out1 "Puppies\n"; 31 print $out1 "rrrrr"; 33 print $out1 "uffuff!"; 35 is $x1, "abcPuppies\nrrrrruffuff!", "out1 test"; 38 undef $out1; 41 is $x1, "abcPuppies\nrrrrruffuff!", "out1 test";
|
| /openbsd-src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/ |
| H A D | Util.pm | 49 my ($n, $isref, @out, @out1, $seen_semi) = -1; 58 push(@out1,[$n,@out]) if $seen_semi; 65 push(@out1,[$n+1,@out]); 66 return @out1;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/bin/ |
| H A D | zipdetails | 651 sub out1 1864 out1 "Missing $sigName Signature", Value_V(ZIP_DATA_HDR_SIG); 1886 out1 "Missing $sigName Signature", Value_V(ZIP_DATA_HDR_SIG); 1917 out1 "Missing $sigName Signature", Value_V(ZIP_DATA_HDR_SIG); 1942 out1 "Missing $sigName Signature", Value_V(ZIP_DATA_HDR_SIG); 2005 out1 "Orphan Entry: No matching central directory" ; 2702 out1 "[Bit 0]", $int_file_attrib & 1 ? "1 'Text Data'" : "0 'Binary Data'"; 2703 out1 "[Bits 1-15]", Value_v($int_file_attrib & 0xFE) . " 'Unknown'" 2715 out1 "[Bit 0]", "Read-Only" if $dos_attrib & 0x0001 ; 2716 out1 "[Bi [all...] |
| /openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-Process/ |
| H A D | Process.pm | 778 my ($sysf, $in1, $out1, $in2, $out2, $f1, $f2, $fd) = 4; # P_SESSION 782 pipe $in1, $out1 or die "pipe(): $!"; 783 pipe $in2, $out2 or do { close($in1), close($out1), die "pipe(): $!" }; 785 fcntl($in2, 4, 1); fcntl($out1, 4, 1); # F_SETFD, NOINHERIT 789 $out1 = OS2::pipe $f1, 'rw' or die "OS2::pipe(): $^E"; 791 fcntl($out1, 4, 1); # F_SETFD, NOINHERIT 816 do { close($in2), ($out1 != $in2 and close($out1)), 820 OS2::pipeCntl $out1, 'connect', 'wait' unless length $f2; 822 open $in2, '<&', $out1 or die "dup($out1): $^E" unless $opt{related}; 829 return ($in2, $out1, $kpid);
|
| /openbsd-src/gnu/gcc/libgomp/config/linux/ia64/ |
| H A D | futex.h | 40 register long out1 asm ("out1") = op; 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/llvm/libcxx/include/__algorithm/ |
| H A D | in_out_out_result.h | 29 _LIBCPP_NO_UNIQUE_ADDRESS _OutIter1 out1; member 37 return {in, out1, out2}; in in_out_out_result() 45 return {std::move(in), std::move(out1), std::move(out2)}; in in_out_out_result()
|
| /openbsd-src/regress/lib/libc/asr/ |
| H A D | regress.subr | 19 local out1="${OUTDIR}/test-${COUNT}${B}.out" 33 chroot -u bin "${ROOTDIR}" ${bin1} $@ > ${out1} 36 diff -u ${out0} ${out1} > ${outdiff} 46 rm ${out1}
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | 920611-2.c | 8 static int body(out0,out1,ks,Eswap0,Eswap1) in body() argument 9 ulong *out0,*out1; in body() 51 *out1=r;
|
| /openbsd-src/gnu/usr.bin/perl/t/run/ |
| H A D | runenv_hashseed.t | 166 my ( $seed1, $digit1, $mode1, $out1, $err_got_data1, $rand_bits1 ) 227 $seed_change_same++ if $out1 eq $new_out; 235 $random_same++ if $out1 eq $out2; 242 is( $out1, $out2,
|
| H A D | switches.t | 396 my $out1 = runperl( 403 $out1,
|
| /openbsd-src/sys/nfs/ |
| H A D | nfs_aiod.c | 129 goto out1; in nfs_aiod() 145 goto out1; in nfs_aiod() 149 out1: in nfs_aiod()
|
| /openbsd-src/sys/ntfs/ |
| H A D | ntfs_vfsops.c | 350 goto out1; in ntfs_mountfs() 360 goto out1; in ntfs_mountfs() 367 goto out1; in ntfs_mountfs() 380 goto out1; in ntfs_mountfs() 388 goto out1; in ntfs_mountfs() 405 goto out1; in ntfs_mountfs() 424 out1: in ntfs_mountfs()
|
| /openbsd-src/gnu/usr.bin/perl/win32/ |
| H A D | fcrypt.c | 332 unsigned long *out1, 545 unsigned long *out1, in body() argument 590 *out1=r; in body()
|
| /openbsd-src/regress/usr.bin/ssh/ |
| H A D | Makefile | 140 t6.out1 t6.out2 t7.out t7.out.pub t8.out t8.out.pub \ 174 ssh-keygen -if ${.CURDIR}/dsa_ssh2.prv > t6.out1 ; \ 176 chmod 600 t6.out1 ; \ 177 ssh-keygen -yf t6.out1 | diff - t6.out2 ; \
|
| /openbsd-src/regress/usr.bin/libtool/ |
| H A D | Makefile | 145 ${LIBTOOL} --mode=compile --tag=disable-shared ${CC} -c dummy.c|tee out1 146 @if fgrep -q .libs/dummy.o out1; then exit 1; fi 147 @fgrep -q ' dummy.o' out1 148 @if fgrep ' dummy.o' out1|fgrep -q -- -fPIC; then exit 1; fi
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | run.c | 159 goto out1; 340 out1:
|
| /openbsd-src/gnu/usr.bin/cvs/os2/ |
| H A D | run.c | 185 goto out1; 259 out1:
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | Config.t | 125 my $out1 = $$out; 168 like($out1, qr/^cc='\Q$Config{cc}\E';/, "found config_var cc");
|
| H A D | overload.t | 405 $out1 = 'f\'o\\o'; 412 is($out1, 'f\'o\\o'); 413 is($out1, $foo1); 425 $out1 = 'f\'o\\o'; 442 is($out1, '_<f\'o\\o>_'); 1133 my ($int, $out1, $out2); 1136 $out1 = 0; 1140 is($out1, 17, "#24313"); # 231
|
| /openbsd-src/gnu/usr.bin/cvs/windows-NT/ |
| H A D | run.c | 194 goto out1; 275 out1:
|
| /openbsd-src/sys/dev/usb/ |
| H A D | uhidev.c | 594 goto out1; in uhidev_open() 603 goto out1; // xxxx in uhidev_open() 666 out1: in uhidev_open()
|
| /openbsd-src/sys/ufs/ext2fs/ |
| H A D | ext2fs_vnops.c | 441 goto out1; in ext2fs_link() 446 goto out1; in ext2fs_link() 458 out1: in ext2fs_link()
|
| /openbsd-src/sys/arch/octeon/dev/ |
| H A D | amdcf.c | 324 goto out1; in amdcfopen() 359 out1: in amdcfopen()
|
| /openbsd-src/sys/ufs/ufs/ |
| H A D | ufs_vnops.c | 627 goto out1; in ufs_link() 632 goto out1; in ufs_link() 649 out1: in ufs_link()
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | pack.t | 90 my $out1=join(':',@ary); 93 $out1 =~ s/:9\.87654321097999\d*:/:9.87654321098:/; 95 is($out1, $out2);
|