Searched refs:mytime (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
H A D | render.t | 8 *mytime = defined(&Win32::GetTickCount) 51 my $t = mytime(); 54 ref($p), $full_file, length($out[-1]), mytime() - $t ;
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/17_intro/ |
H A D | header_cwchar.cc | 30 std::tm mytime; in main() local
|
/openbsd/gnu/usr.bin/perl/lib/ |
H A D | Benchmark.pm | 491 sub mytime () { time } subroutine 507 *mytime = $hirestime if defined $hirestime; 578 sub new { my @t = (mytime, times, @_ == 2 ? $_[1] : 0);
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | coreamp.t | 1034 like &mytime, qr/^\d+\z/, '&time in scalar context'; 1035 like join('-', &mytime), qr/^\d+\z/, '&time in list context';
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlsub.pod | 1523 sub mytime () mytime 1594 precedence the same as C<rand()>, and C<mytime()> is truly without 1597 mytime +2; 1599 you'll get C<mytime() + 2>, not C<mytime(2)>, which is how it would be parsed
|