/openbsd-src/gnu/usr.bin/perl/dist/Tie-File/t/ |
H A D | 26_twrite.t | 70 # For each possible alignment of the old and new data, we investigate 71 # up to three situations: old data is shorter, old and new data are the 72 # same length, and new data is shorter. 74 # try($pos, $old, $new) means to run a test where the data starts at 76 # and the new data has length $new. 77 try( 9659, 6635, 6691); # old=x , new=x ; old < new 78 try( 8605, 2394, 2394); # old=x , new=x ; old = new 79 try( 9768, 1361, 664); # old=x , new=x ; old > new 80 try( 9955, 6429, 6429); # old=x> , new=x ; old = new 81 try(10550, 5834, 4123); # old=x> , new=x ; old > new [all …]
|
H A D | 29_downcopy.t | 52 # For each possible alignment of the old and new data, we investigate 53 # up to three situations: old data is shorter, old and new data are the 54 # same length, and new data is shorter. 56 # try($pos, $old, $new) means to run a test where the data starts at 58 # and the new data has length $new. 59 try( 9659, 6635, 6691); # old=x , new=x ; old < new 60 try( 8605, 2394, 2394); # old=x , new=x ; old = new [all...] |
H A D | 27_iwrite.t | 47 # For each possible alignment of the old and new data, we investigate 48 # up to three situations: old data is shorter, old and new data are the 49 # same length, and new data is shorter. 51 # try($pos, $old, $new) means to run a test where the area being 53 # has length $old, and and the new data has length $new. 54 try( 8605, 2394, 2394); # old=x , new=x ; old = new 55 try( 9768, 1361, 664); # old=x , new=x ; old > new 56 try( 9955, 6429, 6429); # old=x> , new=x ; old = new 57 try(10550, 5834, 4123); # old=x> , new=x ; old > new 58 try(14580, 6158, 851); # old=x><x , new=x ; old > new [all …]
|
H A D | 28_mtwrite.t | 59 # For each possible alignment of the old and new data, we investigate 60 # up to three situations: old data is shorter, old and new data are the 61 # same length, and new data is shorter. 63 # try($pos, $old, $new) means to run a test where the area being 65 # has length $old, and and the new data has length $new. 66 try( 8605, 2394, 2394); # old=x , new=x ; old = new 67 try( 9768, 1361, 664); # old=x , new=x ; old > new 68 try( 9955, 6429, 6429); # old=x> , new=x ; old = new 69 try(10550, 5834, 4123); # old=x> , new=x ; old > new 70 try(14580, 6158, 851); # old=x><x , new=x ; old > new [all …]
|
/openbsd-src/sys/ufs/ext2fs/ |
H A D | ext2fs_bswap.c | 51 e2fs_sb_bswap(struct ext2fs *old, struct ext2fs *new) in e2fs_sb_bswap() argument 54 memcpy(new, old, sizeof(struct ext2fs)); in e2fs_sb_bswap() 55 new->e2fs_icount = swap32(old->e2fs_icount); in e2fs_sb_bswap() 56 new->e2fs_bcount = swap32(old->e2fs_bcount); in e2fs_sb_bswap() 57 new->e2fs_rbcount = swap32(old->e2fs_rbcount); in e2fs_sb_bswap() 58 new->e2fs_fbcount = swap32(old->e2fs_fbcount); in e2fs_sb_bswap() 59 new->e2fs_ficount = swap32(old->e2fs_ficount); in e2fs_sb_bswap() 60 new->e2fs_first_dblock = swap32(old->e2fs_first_dblock); in e2fs_sb_bswap() 61 new->e2fs_log_bsize = swap32(old->e2fs_log_bsize); in e2fs_sb_bswap() 62 new->e2fs_log_fsize = swap32(old->e2fs_log_fsize); in e2fs_sb_bswap() [all …]
|
/openbsd-src/regress/usr.bin/jot/ |
H A D | regress.ed.out | 1 2s/old/new/ 2 7s/old/new/ 3 12s/old/new/ 4 17s/old/new/ 5 22s/old/new/ 6 27s/old/new/ 7 32s/old/new/ 8 37s/old/new/ 9 42s/old/new/ 10 47s/old/new/ [all …]
|
H A D | regress.man7.out | 1 2s/old/new/ 2 7s/old/new/ 3 12s/old/new/ 4 17s/old/new/ 5 22s/old/new/ 6 27s/old/new/ 7 32s/old/new/ 8 37s/old/new/ 9 42s/old/new/ 10 47s/old/new/ [all …]
|
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | Targets.cpp | 120 return new ARCTargetInfo(Triple, Opts); in AllocateTarget() 123 return new XCoreTargetInfo(Triple, Opts); in AllocateTarget() 128 return new LinuxTargetInfo<HexagonTargetInfo>(Triple, Opts); in AllocateTarget() 129 return new HexagonTargetInfo(Triple, Opts); in AllocateTarget() 132 return new LanaiTargetInfo(Triple, Opts); in AllocateTarget() 136 return new DarwinAArch64TargetInfo(Triple, Opts); in AllocateTarget() 141 return new DarwinAArch64TargetInfo(Triple, Opts); in AllocateTarget() 145 return new CloudABITargetInfo<AArch64leTargetInfo>(Triple, Opts); in AllocateTarget() 147 return new FreeBSDTargetInfo<AArch64leTargetInfo>(Triple, Opts); in AllocateTarget() 149 return new FuchsiaTargetInfo<AArch64leTargetInfo>(Triple, Opts); in AllocateTarget() [all …]
|
/openbsd-src/regress/bin/ksh/ |
H A D | strsub.t | 5 echo empty ${v/old/new} 8 echo ${v/new/} 9 v='old new' 10 echo ${v/old/new} 11 v='new old' 12 echo ${v/old/new} 13 echo "${v/old/new}" 22 new new 23 new new 24 new new [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/ |
H A D | biglog.t | 27 is($class->new(2)->blog(), '0', "$class->new(2)->blog()"); 28 is($class->new(288)->blog(), '5', "$class->new(288)->blog()"); 29 is($class->new(2000)->blog(), '7', "$class->new(2000)->blog()"); 34 is($class->new(1)->bexp(), '2', "$class->new(1)->bexp()"); 35 is($class->new(2)->bexp(), '7', "$class->new(2)->bexp()"); 36 is($class->new(3)->bexp(), '20', "$class->new(3)->bexp()"); 50 is($class->new(5)->blog(undef, 71), 52 "$class->new(5)->blog(undef, 71)"); 55 is($class->new(2)->blog(undef, 71), 57 "$class->new(2)->blog(undef, 71)"); [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
H A D | biglog.t | 27 is($class->new(2)->blog(), '0', "$class->new(2)->blog()"); 28 is($class->new(288)->blog(), '5', "$class->new(288)->blog()"); 29 is($class->new(2000)->blog(), '7', "$class->new(2000)->blog()"); 34 is($class->new(1)->bexp(), '2', "$class->new(1)->bexp()"); 35 is($class->new(2)->bexp(), '7', "$class->new(2)->bexp()"); 36 is($class->new(3)->bexp(), '20', "$class->new(3)->bexp()"); 50 is($class->new(5)->blog(undef, 71), 52 "$class->new(5)->blog(undef, 71)"); 55 is($class->new(2)->blog(undef, 71), 57 "$class->new(2)->blog(undef, 71)"); [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/version/t/ |
H A D | 10_lyon.t | 10 ok('version'->new(1.0203) == 'version'->new('1.0203')); 11 ok('version'->new(1.02_03) == 'version'->new('1.02_03')); 12 ok('version'->new(v1.2.3) == 'version'->new('v1.2.3')); 14 ok('version'->new(v1.2.3_0) == 'version'->new('v1.2.3_0')); 17 cmp_ok('version'->new(1.0203), '==', 'version'->new('1.0203')); 18 cmp_ok('version'->new(1.02_03), '==', 'version'->new('1.02_03')); 19 cmp_ok('version'->new(v1.2.3), '==', 'version'->new('v1.2.3')); 21 cmp_ok('version'->new(v1.2.3_0), '==', 'version'->new('v1.2.3_0')); 24 cmp_ok('version'->new('1.0203')->numify, '==', '1.0203'); 25 is('version'->new('1.0203')->normal, 'v1.20.300'); [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
H A D | stt.c | 80 ffesttCaseList new; in ffestt_caselist_append() local 82 new = (ffesttCaseList) malloc_new_kp (ffesta_scratch_pool, in ffestt_caselist_append() 83 "FFEST case list", sizeof (*new)); in ffestt_caselist_append() 84 new->next = list->previous->next; in ffestt_caselist_append() 85 new->previous = list->previous; in ffestt_caselist_append() 86 new->next->previous = new; in ffestt_caselist_append() 87 new->previous->next = new; in ffestt_caselist_append() 88 new->expr1 = case1; in ffestt_caselist_append() 89 new->expr2 = case2; in ffestt_caselist_append() 90 new->range = range; in ffestt_caselist_append() [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/ |
H A D | ChangeLog.0 | 1 Thus ends c-torture-1.45: New entries belong one directory up. 5 * execute/961213-1.c: New test (from hjl@lucon.org). 7 * execute/complex-5.c: New test (from moshier@world.std.com). 9 * execute/970217-1.c: New test (from eggert@twinsun.com). 11 * execute/970214-[12].c: New tests (from eggert@twinsun.com). 13 * compile/970214-1.c: New test (from wilson@cygnus.com). 23 * compile/970206-1.c: New test (from dje@cygnus.com). 28 * execute/961223-1.c: New test (from wilson@cygnus.com). 30 * compile/961203-1.c: New test (from amylaar@cygnus.co.uk). 32 * compile/961126-1.c: New test (from wilson@cygnus.com). [all …]
|
/openbsd-src/gnu/gcc/libgomp/ |
H A D | ChangeLog | 10 * testsuite/libgomp.c/pr32468.c: New test. 20 * testsuite/libgomp.c/pr32362-1.c: New test. 21 * testsuite/libgomp.c/pr32362-2.c: New test. 22 * testsuite/libgomp.c/pr32362-3.c: New test. 37 * testsuite/libgomp.c++/pr30703.C: New test. 88 * libgomp.texi: New file. 104 * testsuite/libgomp.c/pr30494.c: New test. 131 * testsuite/libgomp.c/pr29947-1.c: New test. 132 * testsuite/libgomp.c/pr29947-2.c: New test. 141 * testsuite/libgomp.fortran/pr29629.f90: New test. [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigRat/t/ |
H A D | bigrat.t |
|
H A D | big_ap.t |
|
/openbsd-src/gnu/usr.bin/perl/dist/Dumpvalue/t/ |
H A D | extend-coverage.t | 30 my $d = Dumpvalue->new( dumpReused => 1 ); 31 ok( $d, 'create a new Dumpvalue object' ); 41 ok( $d = Dumpvalue->new(), 'create a new Dumpvalue object' ); 54 ok( $d = Dumpvalue->new(), 'create a new Dumpvalue object' ); 64 my $d = Dumpvalue->new( dumpReused => 1, quoteHighBit => '', unctrl => 'quote' ); 65 ok( $d, 'create a new Dumpvalue object: quoteHighBit explicitly off' ); 69 my $e = Dumpvalue->new( dumpReused => 1, quoteHighBit => 1, unctrl => 'quote' ); 70 ok( $e, 'create a new Dumpvalue object: quoteHighBit on' ); 74 my $f = Dumpvalue->new( dumpReused => 1, quoteHighBit => '', unctrl => 'unctrl' ); 75 ok( $f, 'create a new Dumpvalue object: quoteHighBit explicitly off, unctrl' ); [all …]
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/ |
H A D | Synthesis.cpp | 50 auto *Leaf = new (A.getAllocator()) syntax::Leaf( in createLeaf() 76 return new (A.getAllocator()) syntax::TranslationUnit; in allocateTree() 78 return new (A.getAllocator()) syntax::UnknownExpression; in allocateTree() 80 return new (A.getAllocator()) syntax::ParenExpression; in allocateTree() 82 return new (A.getAllocator()) syntax::ThisExpression; in allocateTree() 84 return new (A.getAllocator()) syntax::IntegerLiteralExpression; in allocateTree() 86 return new (A.getAllocator()) syntax::CharacterLiteralExpression; in allocateTree() 88 return new (A.getAllocator()) syntax::FloatingLiteralExpression; in allocateTree() 90 return new (A.getAllocator()) syntax::StringLiteralExpression; in allocateTree() 92 return new (A.getAllocator()) syntax::BoolLiteralExpression; in allocateTree() [all …]
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | ChangeLog | 37 (RNBRemoteShouldCancelCallback): New function. 41 * DNB.cpp (DNBProcessAttachByName): New function. 44 (GetAllInfos): New function. 45 (GetAlInfosMatchingName): New function. 46 (DNBProcessAttachWait): New function. 49 * MachProcess.cpp (MachProcess::PrepareForAttach): New function. 50 (MachProcess::CheckForProcess): New function. 51 (MachProcess::CleanupAfterAttach): New function. 52 (CopyBundleIDForPath): New function. 57 * DNBTimer.h (TimeOfDayLaterThan): New function. [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/ |
H A D | ChangeLog | 43 * linkage1.C, linkage1-main.cc: New test. 47 * friend1.C: New test. 51 * expr2.C: New test. 55 * stkalign.C: New test. 59 * nameret2.C: New test. 61 * nameret1.C: New test. 63 * template10.C: New test. 67 * delete2.C, delete3.C, delete4.C, delete5.C: New tests. 75 * template9.C: New test. 79 * overload1.C: New test. [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/ |
H A D | ChangeLog | 10 * linux-i386-low.c (ps_get_thread_area): New. 11 * linux-x86-64-low.c (ps_get_thread_area): New. 15 (kill_lwp): New function. 22 * remote-utils.c (struct sym_cache, symbol_cache): New. 24 (async_io_enabled): New variable. 27 * thread-db.c (thread_db_look_up_symbols): New function. 34 * Makefile (INTERNAL_LDFLAGS): New. 88 * remote-utils.c (block_async_io, unblock_async_io): New functions. 110 * target.h (struct target_ops): New member `read_auxv'. 112 * linux-low.c (linux_read_auxv): New function. [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/ |
H A D | ChangeLog | 9 * gcc.c-torture/execute/20050124-1.c: New test. 23 * gcc.dg/20030204-1.c: New test. 28 * g++.dg/warn/Winline-4.C: New test. 32 * gcc.dg/short-compare-1.c: New test. 51 * gcc.dg/pr14765-1.c: New test. 61 * g++.dg/opt/max1.C: New test case. 65 * g++.dg/other/complex1.C: New test. 70 * gcc.c-torture/execute/restrict-1.c: New test. 75 * g++.dg/init/array15.C: New. 76 * g++.dg/init/array16.C: New. [all …]
|
/openbsd-src/gnu/usr.bin/perl/t/lib/feature/ |
H A D | indirect | 7 sub new { bless {}, shift } 16 my $x = new Foo; 23 my $y = new Foo; 26 Bareword found where operator expected (Do you need to predeclare "new"?) at - line 19, near "new F… 27 syntax error at - line 19, near "new Foo" 33 sub new { bless {}, shift } 42 my $x = new { $class }; 51 my $y = new { $class }; 59 my $z = new { $class }; 63 syntax error at - line 29, near "new { " [all …]
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/src/ |
H A D | localename.cc | 116 _M_facets = new facet*[2*_M_facets_size]; in _Impl() 129 char* __new = new char[__len]; in _Impl() 158 _M_facets = new facet*[2*_M_facets_size]; in _Impl() 169 _M_names[__i] = new char[__len + 1]; in _Impl() 183 char* __new = new char[__end - __beg + 1]; in _Impl() 191 _M_init_facet(new std::ctype<char>(__cloc, 0, false)); in _Impl() 192 _M_init_facet(new codecvt<char, char, mbstate_t>); in _Impl() 193 _M_init_facet(new numpunct<char>(__cloc)); in _Impl() 194 _M_init_facet(new num_get<char>); in _Impl() 195 _M_init_facet(new num_put<char>); in _Impl() [all …]
|