Searched refs:gdate (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libcalendar/ |
H A D | calendar.c | 131 gdate(int ndays, date *dt) in gdate() function 241 gdate(nd, &dt); in week()
|
H A D | Makefile | 9 calendar.3 gdate.3 calendar.3 jdate.3 \
|
H A D | calendar.h | 37 struct date *gdate(int _nd, struct date *_dt);
|
H A D | easter.c | 60 return (gdate(easterodn(y), dt)); in easterog()
|
/freebsd/contrib/netbsd-tests/dev/clock_subr/ |
H A D | clock_subr_test_data_gen.sh | 6 gdate "$@" '+ FILL(%_11s,%_4Y,%_m,%_d,%w,%_H,%_M,%_S), // %a %b %e %H:%M:%S %Z %Y'
|
/freebsd/lib/libsecureboot/ |
H A D | vets.c | 143 gdate(char *buf, size_t bufsz, time_t clock) in gdate() function 477 gdate(nb_date, sizeof(nb_date), not_before), in verify_time_cb() 478 gdate(na_date, sizeof(na_date), not_after), in verify_time_cb() 479 gdate(date, sizeof(date), ve_utc), rc); in verify_time_cb() 575 gdate(date, sizeof(date), ve_utc)); in verify_signer_xcs()
|
/freebsd/usr.bin/ncal/ |
H A D | ncal.c | 1047 return (gdate(nd, d)); in sdater() 1058 return (gdate(nd, d)); in sdateb()
|