Home
last modified time | relevance | path

Searched refs:mytime (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Drender.t8 *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 Dheader_cwchar.cc30 std::tm mytime; in main() local
/openbsd/gnu/usr.bin/perl/lib/
H A DBenchmark.pm491 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 Dcoreamp.t1034 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 Dperlsub.pod1523 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