Home
last modified time | relevance | path

Searched refs:Julian (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/usr.sbin/fifolog/lib/
H A Dgetdate.y567 time_t Julian; in Convert() local
593 for (Julian = Day - 1, i = 0; i < Month; i++) in Convert()
594 Julian += DaysInMonth[i]; in Convert()
596 Julian += 365 + (i % 4 == 0); in Convert()
597 Julian *= SECSPERDAY; in Convert()
598 Julian += yyTimezone * 60L; in Convert()
601 Julian += tod; in Convert()
602 ltm = localtime(&Julian); in Convert()
605 || (DSTmode == DSTmaybe && localtime(&Julian)->tm_isdst)) in Convert()
606 Julian -= 60 * 60; in Convert()
[all …]
/freebsd/usr.bin/find/
H A Dgetdate.y573 time_t Julian; in Convert() local
592 for (Julian = Day - 1, i = 0; i < Month; i++) in Convert()
593 Julian += DaysInMonth[i]; in Convert()
595 Julian += 365 + (i % 4 == 0); in Convert()
596 Julian *= SECSPERDAY; in Convert()
597 Julian += yyTimezone * 60L; in Convert()
600 Julian += tod; in Convert()
602 || (DSTmode == DSTmaybe && localtime(&Julian)->tm_isdst)) in Convert()
603 Julian -= 60 * 60; in Convert()
604 return Julian; in Convert()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_getdate.c694 time_t Julian; in Convert()
718 Julian = Day - 1; in Convert()
720 Julian += DaysInMonth[i]; in Convert()
722 Julian += 365 + (i % 4 == 0); in Convert()
723 Julian *= DAY; in Convert()
724 Julian += Timezone; in Convert()
725 Julian += Hours * HOUR + Minutes * MINUTE + Seconds; in Convert()
727 ltime = localtime_s(&tmbuf, &Julian) ? NULL : &tmbuf; in Convert()
729 ltime = localtime_r(&Julian, &tmbuf); in Convert()
731 ltime = localtime(&Julian); in Convert()
698 time_t Julian; Convert() local
[all...]
/freebsd/contrib/tzcode/
H A Dcalendars52 In 1700, Denmark made the transition from Julian to Gregorian. Sweden
56 different from both Julian and Gregorian for a period of 40 years.
60 they gave it up and went back to Julian, putting 30 days in February that
81 European states, with the date they converted from the Julian to the
122 1617 - duchy of Kurland (reverted to the Julian calendar in
/freebsd/contrib/tzdata/
H A Dcalendars52 In 1700, Denmark made the transition from Julian to Gregorian. Sweden
56 different from both Julian and Gregorian for a period of 40 years.
60 they gave it up and went back to Julian, putting 30 days in February that
81 European states, with the date they converted from the Julian to the
122 1617 - duchy of Kurland (reverted to the Julian calendar in
H A Dleap-seconds.list77 # MJD: The Modified Julian Day number. MJD = X/86400 + 15020
/freebsd/contrib/bzip2/
H A DLICENSE5 documentation, are copyright (C) 1996-2019 Julian R Seward. All
39 Julian Seward, jseward@acm.org
H A DFREEBSD-upgrade1 Julian Seward's bzip2
H A DREADME.COMPILATION.PROBLEMS6 Copyright (C) 1996-2019 Julian Seward <jseward@acm.org>
H A DREADME10 Copyright (C) 1996-2019 Julian Seward <jseward@acm.org>
178 Julian Seward
H A DCHANGES6 Copyright (C) 1996-2019 Julian Seward <jseward@acm.org>
/freebsd/contrib/ntp/scripts/stats/
H A DREADME.stats21 49236 modified Julian day number
38 49236 modified Julian day number
57 49234 modified Julian day number
/freebsd/share/examples/drivers/
H A DREADME2 Author: Julian Elischer
/freebsd/contrib/libpcap/cmake/Modules/
H A DFindFseeko.cmake4 # Copyright (C) 2016 Julian Andres Klode <jak@debian.org>.
H A DFindLFS.cmake3 # Copyright (C) 2016 Julian Andres Klode <jak@debian.org>.
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm450-motorola-ali.dts3 * Copyright (c) 2022, Julian Braha <julianbraha@gmail.com>
/freebsd/usr.sbin/ntp/ntpd/
H A Dleap-seconds77 # MJD: The Modified Julian Day number. MJD = X/86400 + 15020
/freebsd/contrib/ntp/html/hints/
H A Dnotes-xntp-v320 where <day> is the modified Julian day, <sec>.<frac> is the time of
/freebsd/share/dict/
H A Dpropernames538 Julian
/freebsd/crypto/openssl/doc/man3/
H A DASN1_TIME_set.pod159 is made to correct ancient calendar changes (for example from Julian to
/freebsd/sys/contrib/openzfs/
H A DAUTHORS342 Julian Brunner <julian.brunner@gmail.com>
343 Julian Heuking <JulianH@beckhoff.com>
/freebsd/contrib/file/magic/Magdir/
H A Dcompress161 # by Julian Seward <sewardj@cs.man.ac.uk> and others
/freebsd/contrib/ntp/ntpd/
H A Dinvoke-ntp.conf.texi1028 The first two fields show the date (Modified Julian Day) and time
1050 The first two fields show the date (Modified Julian Day) and time
1068 The first two fields show the date (Modified Julian Day) and
1087 The first two fields show the date (Modified Julian Day) and
1109 The first two fields show the date (Modified Julian Day) and
1129 The first two fields show the date (Modified Julian Day) and time
H A Dntp.conf.def1091 The first two fields show the date (Modified Julian Day) and time
1113 The first two fields show the date (Modified Julian Day) and time
1131 The first two fields show the date (Modified Julian Day) and
1150 The first two fields show the date (Modified Julian Day) and
1172 The first two fields show the date (Modified Julian Day) and
1192 The first two fields show the date (Modified Julian Day) and time
/freebsd/contrib/tcpdump/
H A DCREDITS175 Julian Cowley <julian at lava dot net>

12