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

/openbsd-current/lib/libc/hidden/
H A Dtime.h48 PROTO_DEPRECATED(timelocal); variable
/openbsd-current/gnu/usr.bin/perl/cpan/Time-Local/t/
H A DLocal.t10 timelocal
20 timelocal
359 ( localtime( timelocal( 0, 0, 0, 1, 1, $pre_break ) ) )[5]
365 ( ( localtime( timelocal( 0, 0, 0, 1, 1, $break ) ) )[5] ),
371 ( localtime( timelocal( 0, 0, 0, 1, 1, $post_break ) ) )
/openbsd-current/gnu/usr.bin/perl/cpan/Time-Local/lib/Time/
H A DLocal.pm12 our @EXPORT = qw( timegm timelocal );
76 $SecOff = timelocal( localtime(0) ) - timelocal( gmtime(0) );
189 sub timelocal { subroutine
228 return &timelocal;
233 return &timelocal;
238 return &timelocal;
302 and use them instead of the default C<timelocal()> and C<timegm()>.
315 The default exports of C<timelocal()> and C<timegm()> do a complicated
326 =head2 C<timelocal()> an
[all...]
/openbsd-current/include/
H A Dtime.h172 time_t timelocal(struct tm *);
/openbsd-current/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/
H A DConstant.pm64 use constant TIME_OFFSET => ($^O eq "MacOS") ? Time::Local::timelocal(0,0,0,1,0,1970) : 0;
/openbsd-current/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.pm118 return $class->new( timelocal(@components ));
130 $new_time[c_epoch] = $islocal ? timelocal(@tm_parts) : timegm(@tm_parts);
342 timelocal(@{$time}[c_sec .. c_mon], $time->[c_year]+1900)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp700.C1821 extern time_t timelocal(), timegm();
/openbsd-current/lib/libc/time/
H A Dlocaltime.c1909 timelocal(struct tm *tmp) function
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DUnzip.pm816 my $time_t = Time::Local::timelocal( $sec, $min, $hour, $mday, $mon, $year);

Completed in 199 milliseconds