HomeSort by: relevance | last modified time | path
    Searched refs:years (Results 1 - 9 of 9) sorted by relevancy

  /src/tests/bin/date/
t_date.sh 39 years="1 10 100 1000 10000 100000 1000000 10000000 \
42 for year in $years; do
46 yyy=$(date -d "$year years" +%Y) || continue
  /src/usr.bin/quota/
printquota.c 102 time_t years, months, weeks, days, hours, minutes; local in function:timeprt
112 years = (seconds + YEAR / 2) / YEAR;
116 if (years >= 2) {
117 (void)snprintf(buf, len, "%" PRId64 "years", years);
  /src/lib/libc/time/
zdump.c 675 intmax_t myy, seconds, years; local in function:yeartot
686 years = diff400 * 400;
689 years = 1;
691 myy += years;
702 years = diff400 * 400;
705 years = 1;
707 myy -= years;
localtime.c 1176 ** years.
1177 ** In non-leap years, or if the day number is 59 or less, just
1709 register time_t years; local in function:localsub
1718 years = (time_t)(seconds / SECSPERREPEAT
1720 seconds = (time_t)(years * AVGSECSPERYEAR);
1721 years += YEARSPERREPEAT;
1737 result->tm_year, years)
1739 result->tm_year, years))
1746 newy -= years;
1747 else newy += years;
    [all...]
  /src/common/dist/zlib/contrib/ada/
buffer_demo.adb 28 := "Four score and seven years ago our fathers brought forth," & EOL &
  /src/usr.bin/make/unit-tests/
varmod-gmtime.mk 56 # 1970. Going back 50 years in the past is not a practical use case for
varmod-localtime.mk 56 # 1970. Going back 50 years in the past is not a practical use case for
directive-for-escape.mk 41 # loop, allowing this edge case to go unnoticed for years.
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8996-sony-xperia-tone.dtsi 27 * Due to an unknown-for-a-few-years regression,

Completed in 16 milliseconds