| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
| H A D | Tutorial.pod | 273 '20390123T232832' => # after the Unix epoch 275 '19671225T000000' => # before the Unix epoch 277 '18990505T232323' => # before the MacOS epoch 361 # Make sure epoch time is being handled sanely. 362 my $t1 = Date::ICal->new( epoch => 0 ); 363 is( $t1->epoch, 0, "Epoch time of 0" ); 366 is( $t1->ical, '19700101Z', " epoch to ical" ); 372 # like the tests above, but starting with ical instead of epoch 374 is( $t2->ical, '19700101Z', "Start of epoch in ICal notation" ); 376 is( $t2->epoch, 0, " and back to ICal" ); [all …]
|
| /onnv-gate/usr/src/lib/libast/common/tm/ |
| H A D | tminit.c | 135 time_t epoch; in tzwest() local 147 epoch = 0; in tzwest() 148 clock = &epoch; in tzwest()
|
| /onnv-gate/usr/src/cmd/bnu/ |
| H A D | perfstat.c | 1055 static time_t epoch; local 1067 if (epoch == 0) 1068 epoch = now.tv_sec; 1069 now.tv_sec -= epoch;
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
| H A D | main.c | 65 struct timeval epoch; /* when started */ variable 143 epoch = clk; in main() 144 epoch.tv_sec -= EPOCH; in main() 457 epoch.tv_sec += dt; in main() 460 timevalsub(&now, &clk, &epoch); in main()
|
| H A D | trace.c | 112 secs += epoch.tv_sec; in ts() 124 secs = tv->tv_sec + epoch.tv_sec; in ts_full()
|
| H A D | defs.h | 594 extern struct timeval epoch; /* system clock when started */
|
| /onnv-gate/usr/src/common/openssl/ssl/ |
| H A D | dtls1.h | 127 unsigned short epoch; member
|
| H A D | d1_pkt.c | 256 if (s->d1->unprocessed_rcds.epoch != s->d1->r_epoch) in dtls1_process_buffered_records() 272 s->d1->processed_rcds.epoch = s->d1->r_epoch; in dtls1_process_buffered_records() 273 s->d1->unprocessed_rcds.epoch = s->d1->r_epoch + 1; in dtls1_process_buffered_records() 529 n2s(p,rr->epoch); in dtls1_get_record() 1023 if( rr->epoch != s->d1->r_epoch) in dtls1_read_bytes() 1642 if (rr->epoch == s->d1->r_epoch) in dtls1_get_bitmap() 1646 else if (rr->epoch == (unsigned long)(s->d1->r_epoch + 1) && in dtls1_get_bitmap()
|
| H A D | d1_both.c | 977 unsigned int epoch = s->d1->w_epoch; in dtls1_buffer_message() local 991 epoch++; in dtls1_buffer_message() 1007 pq_64bit_assign_word(&seq64, epoch<<16 | frag->msg_header.seq); in dtls1_buffer_message()
|
| H A D | ssl3.h | 302 /*r */ unsigned long epoch; /* epoch number, needed by DTLS1 */ member
|
| /onnv-gate/usr/src/lib/libbc/sparc/ |
| H A D | Makefile | 370 ../libc/compat/sys5/epoch.h \ 419 s5pics/times.o : ../libc/compat/sys5/epoch.h ../libc/compat/sys5/times.c 423 ../libc/compat/sys5/epoch.h: ../libc/compat/sys5/mkepoch
|
| /onnv-gate/usr/src/cmd/backup/restore/ |
| H A D | tape.c | 703 static char *epoch = NULL; in printdumpinfo() local 705 if (epoch == NULL) { in printdumpinfo() 706 epoch = strdup(gettext("the epoch\n")); in printdumpinfo() 707 if (epoch == NULL) { in printdumpinfo() 719 (dumpinfo.c_ddate == 0) ? epoch : lctime(&date)); in printdumpinfo()
|
| /onnv-gate/usr/src/cmd/agents/snmp/mib/ |
| H A D | mib_smi.txt | 207 -- hundredths of seconds since an epoch
|
| /onnv-gate/usr/src/lib/libshell/common/ |
| H A D | TYPES | 158 will define t1 as the time at the beginning of the epoch and t2
|
| /onnv-gate/usr/src/cmd/units/ |
| H A D | unittab | 220 / epoch May 22, 1998
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlfaq4.pod | 405 a time in epoch seconds for the argument to localtime. 438 If you're storing your dates as epoch seconds then simply subtract one 443 dates to epoch seconds. However, if you don't know the precise format of 448 =head2 How can I take a string and turn it into epoch seconds? 473 or `epoch', usually 1970 in the Unix world and 1980 in the 503 Should give you "this time yesterday" in seconds since epoch relative to
|
| H A D | perlport.pod | 617 Don't assume that the epoch starts at 00:00:00, January 1, 1970, 630 it may be appropriate to calculate an offset for the epoch. 1127 logical name. Although the VMS epoch began at 17-NOV-1858 00:00:00.00, 2090 Added notes about tests, sprintf/printf, and epoch offsets.
|
| H A D | perlfaq.pod | 451 How can I take a string and turn it into epoch seconds?
|
| H A D | perlembed.pod | 280 (the beginning of the Unix epoch), and the moment I began writing this
|
| H A D | perlfaq5.pod | 647 retrieve the "raw" time in seconds since the epoch, you
|
| H A D | perlfunc.pod | 5346 8 atime last access time in seconds since the epoch 5347 9 mtime last modify time in seconds since the epoch 5348 10 ctime inode change time in seconds since the epoch (*) 5352 (The epoch was at 00:00 January 1, 1970 GMT.) 5957 considers to be the epoch (that's 00:00:00, January 1, 1904 for Mac OS,
|
| H A D | perlvar.pod | 1136 epoch (beginning of 1970). The values returned by the B<-M>, B<-A>,
|
| /onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
| H A D | README | 365 the epoch. Unfortunately, it is affected by stime(2) or adjtime(2) 368 general to represent an absolute time since the epoch. For instance,
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/ |
| H A D | POSIX.pod | 592 converting seconds since the epoch to a date in Greenwich Mean Time, 755 converting seconds since the epoch to a date see L<perlfunc/localtime>. 1476 for returning the number of seconds since the epoch
|
| /onnv-gate/usr/src/lib/libast/common/ |
| H A D | RELEASE | 93 08-12-19 tm/tmxdate.c: check for dates near the epoch rolling back to the future 94 08-12-19 tm/tmxfmt.c: change %s for now==0 to be the epoch
|