Searched refs:timegm (Results 1 – 16 of 16) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/lib/Time/ |
| D | Local.t | 105 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),
|
| D | Local.pm | 100 sub timegm { subroutine 152 &timegm; 160 my $ref_t = &timegm;
|
| /mirbsd/src/lib/libc/time/ |
| D | Makefile.inc | 15 ctime.3 timelocal.3 ctime.3 timegm.3
|
| D | README | 22 functions, such as timegm, that are not part of the proposed ANSI C standard;
|
| D | localtime.c | 1685 timegm(tmp) in timegm() function
|
| /mirbsd/src/include/ |
| D | time.h | 116 time_t timegm(struct tm *);
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Net/ |
| D | NNTP.pm | 532 ? timegm($6,$5,$4,$3,$2-1,$1 - 1900)
|
| D | FTP.pm | 212 ? timegm($8,$7,$6,$5,$4-1,$2 eq '19' ? $3 : ($1-1900))
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | Changes5.8.5 | 1657 Disable the edge case tests for timegm and timelocal on
|
| /mirbsd/src/gnu/usr.sbin/sendmail/contrib/ |
| D | mmuegel | 467 sub maketime { ((shift @_) eq 'GMT') ? &main'timegm(@_) : &main'timelocal(@_); }
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlport.pod | 639 $offset = Time::Local::timegm(0, 0, 0, 1, 0, 70);
|
| D | perl56delta.pod | 1226 The timelocal() and timegm() functions used to silently return bogus
|
| D | perl561delta.pod | 1824 The timelocal() and timegm() functions used to silently return bogus
|
| D | perlfunc.pod | 2309 See also the C<timegm> function provided by the C<Time::Local> module,
|
| /mirbsd/src/distrib/lists/htman/htmi/ |
| D | mi | 5478 ./man3/timegm.htm
|
| /mirbsd/src/distrib/lists/base/dev/ |
| D | mi | 7256 ./usr/share/man/cat3/timegm.0
|