Searched refs:gregorian_from_fixed (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/usr.bin/calendar/ |
| HD | chinese.c | 527 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()
|
| HD | gregorian.h | 47 void gregorian_from_fixed(int rd, struct date *date);
|
| HD | dates.c | 73 gregorian_from_fixed(Options.day_begin, &date); in generate_dates() 185 gregorian_from_fixed(dp->rd, &gdate); in event_add()
|
| HD | gregorian.c | 145 gregorian_from_fixed(int rd, struct date *date) in gregorian_from_fixed() function
|
| HD | moon.c | 899 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()
|
| HD | julian.c | 272 gregorian_from_fixed(rd, &gdate); in show_julian_calendar()
|
| HD | sun.c | 409 gregorian_from_fixed((int)floor(t), &date); in show_sun_info()
|
| HD | calendar.c | 541 gregorian_from_fixed(floor(t), &date); in print_datetime()
|
| HD | io.c | 712 gregorian_from_fixed(Options.today, &date); in write_mailheader()
|