Home
last modified time | relevance | path

Searched refs:timegm (Results 1 – 16 of 16) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/Time/
DLocal.t105 my $time = timegm($sec,$min,$hour,$mday,$mon,$year_in);
123 eval { timegm($sec,$min,$hour,$mday,$mon,$year) };
135 ok(timegm(0,0,0, 1, 2, 80) - timegm(0,0,0, 1, 0, 80), 60 * 24 * 3600,
151 eval { timegm(0,0,0,29,1,1900) };
154 eval { timegm(0,0,0,29,1,1904) };
162 skip( 1, "No fix expected for edge case test for $_ on AIX 4.3") for qw( timegm timelocal );
164 ok(sprintf('%x', timegm(gmtime(0x7fffffff))), sprintf('%x', 0x7fffffff),
220 ::ok(timegm(0,0,0,1,0,80), main::timegm(0,0,0,1,0,80),
DLocal.pm100 sub timegm { subroutine
152 &timegm;
160 my $ref_t = &timegm;
/mirbsd/src/lib/libc/time/
DMakefile.inc15 ctime.3 timelocal.3 ctime.3 timegm.3
DREADME22 functions, such as timegm, that are not part of the proposed ANSI C standard;
Dlocaltime.c1685 timegm(tmp) in timegm() function
/mirbsd/src/include/
Dtime.h116 time_t timegm(struct tm *);
/mirbsd/src/gnu/usr.bin/perl/lib/Net/
DNNTP.pm532 ? timegm($6,$5,$4,$3,$2-1,$1 - 1900)
DFTP.pm212 ? timegm($8,$7,$6,$5,$4-1,$2 eq '19' ? $3 : ($1-1900))
/mirbsd/src/gnu/usr.bin/perl/
DChanges5.8.51657 Disable the edge case tests for timegm and timelocal on
/mirbsd/src/gnu/usr.sbin/sendmail/contrib/
Dmmuegel467 sub maketime { ((shift @_) eq 'GMT') ? &main'timegm(@_) : &main'timelocal(@_); }
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlport.pod639 $offset = Time::Local::timegm(0, 0, 0, 1, 0, 70);
Dperl56delta.pod1226 The timelocal() and timegm() functions used to silently return bogus
Dperl561delta.pod1824 The timelocal() and timegm() functions used to silently return bogus
Dperlfunc.pod2309 See also the C<timegm> function provided by the C<Time::Local> module,
/mirbsd/src/distrib/lists/htman/htmi/
Dmi5478 ./man3/timegm.htm
/mirbsd/src/distrib/lists/base/dev/
Dmi7256 ./usr/share/man/cat3/timegm.0