Home
last modified time | relevance | path

Searched refs:gregorian_from_fixed (Results 1 – 9 of 9) sorted by relevance

/dragonfly/usr.bin/calendar/
HDchinese.c527 gregorian_from_fixed(rd, &gdate); in show_chinese_calendar()
543 gregorian_from_fixed(newyear, &gdate); in show_chinese_calendar()
564 gregorian_from_fixed(floor(t_jq), &gdate); in show_chinese_calendar()
HDgregorian.h47 void gregorian_from_fixed(int rd, struct date *date);
HDdates.c73 gregorian_from_fixed(Options.day_begin, &date); in generate_dates()
185 gregorian_from_fixed(dp->rd, &gdate); in event_add()
HDgregorian.c145 gregorian_from_fixed(int rd, struct date *date) in gregorian_from_fixed() function
HDmoon.c899 gregorian_from_fixed((int)floor(t_newmoon), &date); in show_moon_info()
912 gregorian_from_fixed((int)floor(t_event), &date); in show_moon_info()
HDjulian.c272 gregorian_from_fixed(rd, &gdate); in show_julian_calendar()
HDsun.c409 gregorian_from_fixed((int)floor(t), &date); in show_sun_info()
HDcalendar.c541 gregorian_from_fixed(floor(t), &date); in print_datetime()
HDio.c712 gregorian_from_fixed(Options.today, &date); in write_mailheader()