Home
last modified time | relevance | path

Searched refs:dayclock (Results 1 – 25 of 146) sorted by relevance

123456

/dports/databases/db18/db-18.1.40/src/os_windows/
H A Dce_gmtime.c29 unsigned long dayclock, dayno; local
34 dayclock = (unsigned long)ti % SECSPERDAY;
38 timep->tm_sec = dayclock % 60;
39 timep->tm_min = (dayclock % 3600) / 60;
40 timep->tm_hour = dayclock / 3600;
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/misc/broot/broot-1.7.0/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/net/routinator/routinator-0.10.2/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/editors/helix/helix-0.5.0/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/chrono/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/chrono-0.4.19/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/www/firefox/firefox-99.0/third_party/rust/chrono/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/chrono/src/sys/
H A Dstub.rs23 let dayclock = ts % 86400; in time_to_tm() localVariable
26 tm.tm_sec = (dayclock % 60) as i32; in time_to_tm()
27 tm.tm_min = ((dayclock % 3600) / 60) as i32; in time_to_tm()
28 tm.tm_hour = (dayclock / 3600) as i32; in time_to_tm()

123456