| /openbsd-src/gnu/usr.bin/perl/cpan/Win32/t/ |
| H A D | Names.t | 21 like( $domain, '/^[a-zA-Z0-9!@#$%^&()_\'{}.~-]+$/', " - checking returned domain" ); 29 cmp_ok( length($archname), '>=', 3, " - checking returned architecture name" ); 34 like( $chiparch, '/^(0|5|6|9|12)$/', " - checking returned chip arch" ); 39 like( $chipname, '/^(0|386|486|586|2200|8664)$/', " - checking returned chip name"); 45 cmp_ok( length($osname), '>', 3, " - checking returned OS name" ); 50 cmp_ok( length($osname2), '>', 3, " - checking returned OS name" ); 51 ok( defined($desc), " - checking returned description" ); 57 cmp_ok( length($login), '>', 0, " - checking returned login name" ); 62 cmp_ok( length($nodename), '>', 0, " - checking returned node name" );
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Rv/ |
| H A D | args.out_markdown | 10 Upon successful completion, the value 0 is returned; otherwise the value -1 is return… 13 …urns the value 0 if successful; otherwise the value -1 is returned and the global va… 16 …turn the value 0 if successful; otherwise the value -1 is returned and the global va…
|
| H A D | nostd.out_markdown | 10 Upon successful completion, the value 0 is returned; otherwise the value -1 is return… 13 …urns the value 0 if successful; otherwise the value -1 is returned and the global va… 16 …turn the value 0 if successful; otherwise the value -1 is returned and the global va…
|
| H A D | noname.out_ascii | 8 Upon successful completion, the value 0 is returned; otherwise the 9 value -1 is returned and the global variable _e_r_r_n_o is set to indicate the 14 value -1 is returned and the global variable _e_r_r_n_o is set to indicate the 19 the value -1 is returned and the global variable _e_r_r_n_o is set to indicate
|
| H A D | args.out_ascii | 8 Upon successful completion, the value 0 is returned; otherwise the 9 value -1 is returned and the global variable _e_r_r_n_o is set to indicate the 14 value -1 is returned and the global variable _e_r_r_n_o is set to indicate the 19 the value -1 is returned and the global variable _e_r_r_n_o is set to indicate
|
| H A D | nostd.out_ascii | 8 Upon successful completion, the value 0 is returned; otherwise the 9 value -1 is returned and the global variable _e_r_r_n_o is set to indicate the 14 value -1 is returned and the global variable _e_r_r_n_o is set to indicate the 19 the value -1 is returned and the global variable _e_r_r_n_o is set to indicate
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | Thread.t | 49 ok($thr2->equal($thr), '->list returned thread'); 55 is($thr->join(), 1, "->join returned thread's tid"); 63 is($thr->join, 2, "->join on async returned tid"); 93 is($thr->join(), 3, "->join returned thread's tid");
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | cache.texi | 36 @code{FALSE} is returned if closing the file fails, @code{TRUE} is 37 returned if all is well. 50 @code{FALSE} is returned if closing one of the file fails, @code{TRUE} is 51 returned if all is well. 63 returned is @code{NULL}, then it won't have been put in the
|
| H A D | opncls.texi | 26 If @code{NULL} is returned then an error has occured. Possible errors 43 If @code{NULL} is returned then an error has occured. Possible errors 63 call bfd_set_cacheable(bfd, 1) on the returned BFD. The default 156 @code{TRUE} is returned if all is ok, otherwise @code{FALSE}. 176 @code{TRUE} is returned if all is ok, otherwise @code{FALSE}. 197 into one like as returned by @code{bfd_openw}. It does this 202 @code{TRUE} is returned if all is ok, otherwise @code{FALSE}. 213 returned by @code{bfd_openr}. It does this by writing the 218 @code{TRUE} is returned if all is ok, otherwise @code{FALSE}. 346 A pointer to the new section is returned if all is ok. Otherwise @code{NULL} is [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| H A D | lvalue.t | 18 'warning when assigning to temp returned from XS lv sub'; 22 'warning when list-assigning to temp returned from XS lv sub'; 30 is $::assigned, 63, 'overloaded .= on temp obj returned from lv sub';
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
| H A D | globmapper.t | 68 is @{ $map }, 0, " returned 0 maps"; 89 is @{ $map }, 3, " returned 3 maps"; 118 is @{ $map }, 1, " returned 1 maps"; 143 is @{ $map }, 2, " returned 2 maps"; 155 is @{ $map }, 2, " returned 2 maps"; 178 is @{ $map }, 3, " returned 3 maps"; 199 is @{ $map }, 3, " returned 3 maps"; 221 is @{ $map }, 3, " returned 3 maps"; 242 is @{ $map }, 1, " returned 1 maps"; 267 #is @{ $map }, 1, " returned [all...] |
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | opncls.texi | 17 If @code{NULL} is returned then an error has occured. Possible errors 37 call bfd_set_cacheable(bfd, 1) on the returned BFD. The default 86 @code{TRUE} is returned if all is ok, otherwise @code{FALSE}. 106 @code{TRUE} is returned if all is ok, otherwise @code{FALSE}. 127 into one like as returned by @code{bfd_openw}. It does this 132 @code{TRUE} is returned if all is ok, otherwise @code{FALSE}. 143 returned by @code{bfd_openr}. It does this by writing the 148 @code{TRUE} is returned if all is ok, otherwise @code{FALSE}. 246 A pointer to the new section is returned if all is ok. Otherwise @code{NULL} is 247 returned and bfd_error is set. [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ext/POSIX/t/ |
| H A D | waitpid.t | 46 printf( "# waitpid(-1,WNOHANG) returned %d after %.2f seconds\n", 57 push @problems, "waitpid should not have returned -1 here!\n"; 70 push @problems, "waitpid should have returned -1 here!\n";
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/avr/ |
| H A D | udivmodqi4.S | 38 com r24 ; The uint8 quotient is returned via R24. 39 ret ; The uint8 remainder is returned via R25.
|
| H A D | udivmodhi4.S | 46 mov r23, r25 ; The quotient is returned in R23:R22. 48 mov r25, r27 ; The remainder is returned in in R25:R24.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/ |
| H A D | 19nonpv.t | 61 cmp_ok $status, '==', BZ_RUN_OK, "bzdeflate returned BZ_RUN_OK" ; 64 cmp_ok $x->bzflush($X), '==', BZ_RUN_OK, "bzflush returned BZ_RUN_OK" ; 71 cmp_ok $x->bzclose($X), '==', BZ_STREAM_END, "bzclose returned BZ_STREAM_END";
|
| /openbsd-src/regress/usr.bin/mandoc/roff/de/ |
| H A D | startde.out_ascii | 12 call inner macro: inner macro called; end outer scope. returned from 13 call of outer macro; end inner scope. returned from call of inner macro.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Memoize/t/ |
| H A D | expmod_t.t | 30 # (within a range) it was called last, and depending on the value returned 32 # returned the old value or expired the cache entry. 40 # the time returned by now() should either straddle the
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | MSP430CallingConv.td | 15 // i8 are returned in registers R12B, R13B, R14B, R15B 18 // i16 are returned in registers R12, R13, R14, R15
|
| /openbsd-src/gnu/usr.bin/perl/t/test_pl/ |
| H A D | tempfile.t | 85 my $returned = runperl( progs => [ 95 my($filename,$opened,$existed,$closed) = split /\|/, $returned;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/ |
| H A D | 02zlib.t | 124 cmp_ok $status, '==', Z_OK, "deflate returned Z_OK" ; 126 cmp_ok $x->flush($X), '==', Z_OK, "flush returned Z_OK" ; 490 # Z_STREAM_END returned by 1.12.2, Z_DATA_ERROR for older zlib 525 # Z_STREAM_END returned by 1.12.2, Z_DATA_ERROR for older zlib 908 cmp_ok $status, '==', Z_OK, "deflate returned Z_OK" ; 910 cmp_ok $x->flush($X), '==', Z_OK, "flush returned Z_OK" ; 959 cmp_ok $status, '==', Z_OK, "deflate returned Z_OK" ; 961 cmp_ok $x->flush($X), '==', Z_OK, "flush returned Z_OK" ; 1007 cmp_ok $status, '==', Z_OK, "deflate returned Z_OK" ; 1009 cmp_ok $x->flush($X), '==', Z_OK, "flush returned Z_O [all...] |
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/ |
| H A D | anchorify.t | 52 is($url, $expected_url, "anchorify() returned expected value"); 54 is($relativized_url, $expected_relativized_url, "relativize_url() returned expected value");
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsCallingConv.td | 49 // For soft-float, f128 values are returned in A0_64 rather than V1_64. 54 // For hard-float, f128 values are returned as a pair of f64's rather than a 60 // returned in $f0, and $f1 instead of the usual $f0, and $f2. This is to 99 // i32 are returned in registers V0, V1, A0, A1, unless the original return 104 // f32 are returned in registers F0, F2 107 // f64 arguments are returned in D0_64 and D2_64 in FP64bit mode or 210 // i64 are returned in registers V0_64, V1_64 213 // f32 are returned in registers F0, F2 216 // f64 are returned in registers D0, D2
|
| /openbsd-src/gnu/usr.bin/perl/dist/Time-HiRes/t/ |
| H A D | stat.t | 31 is ref($stat), "ARRAY", "stat returned array"; 44 is_deeply $lstat, $stat, "write: stat and lstat returned same values"; 52 is_deeply $lstat, $stat, "read: stat and lstat returned same values";
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads/t/ |
| H A D | free2.t | 233 $q->enqueue($ret == $other+1, "Thread $tid saw that thread $other returned $ret"); 257 $q->enqueue($ret == $other+1, "Thread $tid saw that thread $other returned $ret"); 283 $q->enqueue($ret == $other+1, "Thread $tid saw that thread $other returned $ret"); 307 $q->enqueue($ret == $other+1, "Thread $tid saw that thread $other returned $ret");
|