Home
last modified time | relevance | path

Searched refs:oldtime (Results 1 – 25 of 1403) sorted by path

12345678910>>...57

/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/chrono-0.4.11/src/
H A Ddate.rs10 use oldtime::Duration as OldDuration;
H A Ddatetime.rs11 use oldtime::Duration as OldDuration;
1953 use oldtime::Duration;
H A Dlib.rs417 extern crate time as oldtime;
438 pub use oldtime::Duration;
471 mod oldtime; module
H A Dround.rs6 use oldtime::Duration;
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/chrono-0.4.11/src/format/
H A Dparsed.rs8 use oldtime::Duration as OldDuration;
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/chrono-0.4.11/src/naive/
H A Ddate.rs11 use oldtime::Duration as OldDuration;
1748 use oldtime::Duration;
H A Ddatetime.rs11 use oldtime::Duration as OldDuration;
2189 use oldtime::Duration;
H A Dtime.rs10 use oldtime::Duration as OldDuration;
1491 use oldtime::Duration;
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/chrono-0.4.11/src/offset/
H A Dfixed.rs8 use oldtime::Duration as OldDuration;
H A Dlocal.rs6 use oldtime;
16 fn tm_to_datetime(mut tm: oldtime::Tm) -> DateTime<Local> { in tm_to_datetime()
23 fn tm_to_naive_date(tm: &oldtime::Tm) -> NaiveDate { in tm_to_datetime()
29 fn tm_to_naive_date(tm: &oldtime::Tm) -> NaiveDate { in tm_to_datetime()
42 fn datetime_to_timespec(d: &NaiveDateTime, local: bool) -> oldtime::Timespec { in datetime_to_timespec()
48 let tm = oldtime::Tm { in datetime_to_timespec()
92 tm_to_datetime(oldtime::now()) in now()
142 let mut tm = oldtime::at(timespec); in from_local_datetime()
158 let mut tm = oldtime::at(timespec); in from_utc_datetime()
H A Dutc.rs11 use oldtime;
46 let spec = oldtime::get_time(); in now()
/dports/archivers/arc/arc-5.21p/
H A Darc.h130 extern u_short oldtime; /* old archive time stamp */
H A Darcdata.c59 unsigned short oldtime = 0; /* old archive time stamp */ variable
H A Darcio.c124 || (hdr->date == olddate && hdr->time > oldtime)) {
126 oldtime = hdr->time;
H A Darcsvc.c75 setstamp(arcname, olddate, oldtime);
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dtrackfilter.c780 time_t oldtime = 0; in trackfilter_synth() local
813 if (oldtime != wpt->creation_time) { in trackfilter_synth()
818 labs(wpt->creation_time-oldtime)); in trackfilter_synth()
826 oldtime = wpt->creation_time; in trackfilter_synth()
/dports/astro/p5-Astro-Coords/Astro-Coords-0.20/lib/Astro/
H A DCoords.pm1451 my $oldtime = ( $self->has_datetime ? $self->datetime : undef);
1460 $self->datetime( $oldtime );
1527 my $oldtime = ( $self->has_datetime ? $self->datetime : undef);
1547 $self->datetime( $oldtime );
1555 $self->datetime( $oldtime );
/dports/audio/gnaural/gnaural-1.0.20110606/src/
H A Dmain.c4946 static struct timespec oldtime; in Stopwatch() local
4955 result = (newtime.tv_sec - oldtime.tv_sec) in Stopwatch()
4956 + (double) (newtime.tv_nsec - oldtime.tv_nsec) / (double) BILLION; in Stopwatch()
4959 if (0 == oldtime.tv_nsec && 0 == oldtime.tv_sec) in Stopwatch()
4964 oldtime.tv_sec = newtime.tv_sec; in Stopwatch()
4965 oldtime.tv_nsec = newtime.tv_nsec; in Stopwatch()
/dports/audio/gnaural/gnaural-1.0.20110606/src/net/
H A Dgnauralscape.c349 static clock_t oldtime = 0; in main_Stopwatch() local
354 result = (double) (newtime - oldtime); in main_Stopwatch()
358 if (0 == oldtime) in main_Stopwatch()
363 oldtime = newtime; in main_Stopwatch()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/chrono-0.4.19/
H A DCHANGELOG.md36 * Drop the dependency on time v0.1, which is deprecated, unless the `oldtime`
H A DCargo.toml97 default = ["clock", "std", "oldtime"]
98 oldtime = ["time"]
H A DCargo.toml.orig-cargo27 default = ["clock", "std", "oldtime"]
31 oldtime = ["time"]
H A DREADME.md88 When the `oldtime` feature is enabled, [`Duration`] is an alias for the
91 should disable the `oldtime` feature and use the `chrono::Duration` type
92 instead. The `oldtime` feature is enabled by default for backwards
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/chrono-0.4.19/src/
H A Ddate.rs11 use oldtime::Duration as OldDuration;
H A Ddatetime.rs9 use oldtime::Duration as OldDuration;
2177 use oldtime::Duration;

12345678910>>...57