Searched refs:timelocal (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dtimelocal.pl0 ;# timelocal.pl
4 ;# $time = timelocal($sec,$min,$hours,$mday,$mon,$year);
12 ;# behavior of defining the timelocal() and timegm() functions in the
14 ;# C<require 'timelocal.pl';> was executed in a program.
18 *timelocal::cheat = \&Time::Local::cheat;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.t46 my $time = timelocal($sec,$min,$hour,$mday,$mon,$year);
88 timelocal(0,0,1,1,0,90) - timelocal(0,0,0,1,0,90) == 3600
92 timelocal(1,2,3,1,0,100) - timelocal(1,2,3,31,11,99) == 24 * 3600
107 my $hour = (localtime(timelocal(0, 0, 2, 7, 3, 102)))[2];
115 #print "Testing timelocal.pl module too...\n";
117 require 'timelocal.pl';
121 timelocal(1,2,3,4,5,88) == main::timelocal(
[all...]
H A DLocal.pm12 @EXPORT = qw( timegm timelocal );
44 $SecOff = timelocal(localtime(0)) - timelocal(gmtime(0));
119 sub timelocal { subroutine
153 &timelocal;
166 $time = timelocal($sec,$min,$hour,$mday,$mon,$year);
184 The timelocal() and timegm() functions perform range checking on the
244 Both timelocal() and timegm() croak if given dates outside the supported
256 timelocal() is implemented using the same cache. We just assume that we're
279 This module is based on a Perl 4 library, timelocal
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dtime.h54 extern time_t timelocal(), timegm();
/opensolaris-onvv-gate/usr/src/ucbcmd/touch/
H A Dtouch.c66 time_t timelocal(), timegm();
185 timbuf = timelocal(tp);
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c1400 timelocal(tmp) function
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Druntime-perl-584-extra.mf1151 file path=usr/perl5/5.8.4/lib/timelocal.pl mode=0444

Completed in 166 milliseconds