Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/lib/
DBenchmark.pm444 sub mytime () { time } subroutine
459 *mytime = $hirestime if defined $hirestime;
530 sub new { my @t = (mytime, times, @_ == 2 ? $_[1] : 0);
/mirbsd/src/usr.sbin/isdn/isdnd/
Drc_config.c1347 char mytime[64]; in print_config() local
1350 strlcpy(mytime, ctime(&clock), sizeof(mytime)); in print_config()
1351 mytime[strlen(mytime)-1] = '\0'; in print_config()
1354 fprintf(PFILE, "# system section (generated %s)\n", mytime); in print_config()
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlsub.pod1014 sub mytime () mytime
1063 precedence the same as C<rand()>, and C<mytime()> is truly without
1066 mytime +2;
1068 you'll get C<mytime() + 2>, not C<mytime(2)>, which is how it would be parsed