Home
last modified time | relevance | path

Searched refs:epoch (Results 1 – 25 of 28) sorted by relevance

12

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DTutorial.pod273 '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 Dtminit.c135 time_t epoch; in tzwest() local
147 epoch = 0; in tzwest()
148 clock = &epoch; in tzwest()
/onnv-gate/usr/src/cmd/bnu/
H A Dperfstat.c1055 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 Dmain.c65 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 Dtrace.c112 secs += epoch.tv_sec; in ts()
124 secs = tv->tv_sec + epoch.tv_sec; in ts_full()
H A Ddefs.h594 extern struct timeval epoch; /* system clock when started */
/onnv-gate/usr/src/common/openssl/ssl/
H A Ddtls1.h127 unsigned short epoch; member
H A Dd1_pkt.c256 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 Dd1_both.c977 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 Dssl3.h302 /*r */ unsigned long epoch; /* epoch number, needed by DTLS1 */ member
/onnv-gate/usr/src/lib/libbc/sparc/
H A DMakefile370 ../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 Dtape.c703 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 Dmib_smi.txt207 -- hundredths of seconds since an epoch
/onnv-gate/usr/src/lib/libshell/common/
H A DTYPES158 will define t1 as the time at the beginning of the epoch and t2
/onnv-gate/usr/src/cmd/units/
H A Dunittab220 / epoch May 22, 1998
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlfaq4.pod405 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 Dperlport.pod617 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 Dperlfaq.pod451 How can I take a string and turn it into epoch seconds?
H A Dperlembed.pod280 (the beginning of the Unix epoch), and the moment I began writing this
H A Dperlfaq5.pod647 retrieve the "raw" time in seconds since the epoch, you
H A Dperlfunc.pod5346 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 Dperlvar.pod1136 epoch (beginning of 1970). The values returned by the B<-M>, B<-A>,
/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME365 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 DPOSIX.pod592 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 DRELEASE93 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

12