Searched refs:mytime (Results 1 – 3 of 3) sorted by relevance
444 sub mytime () { time } subroutine459 *mytime = $hirestime if defined $hirestime;530 sub new { my @t = (mytime, times, @_ == 2 ? $_[1] : 0);
1347 char mytime[64]; in print_config() local1350 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()
1014 sub mytime () mytime1063 precedence the same as C<rand()>, and C<mytime()> is truly without1066 mytime +2;1068 you'll get C<mytime() + 2>, not C<mytime(2)>, which is how it would be parsed