Searched refs:yday (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/ntp/libntp/
H A Dclocktime.c32 int yday,
50 tmp = (long)(MULBY24((yday-1)) + hour + tzoff);
31 clocktime( int yday, int hour, int minute, int second, int tzoff, u_long rec_ui, u_long *yearstart, u_int32 *ts_ui ) argument
/freebsd-10.0-release/tools/tools/netrate/tcpp/
H A Drunit.pl13 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
/freebsd-10.0-release/lib/libc/stdtime/
H A Dstrftime.c375 int yday; local
381 yday = t->tm_yday;
392 ** What yday (-3 ... 3) does
395 bot = ((yday + 11 - wday) %
398 ** What yday does the NEXT
406 if (yday >= top) {
411 if (yday >= bot) {
412 w = 1 + ((yday - bot) /
417 yday += isleap_sum(year, base) ?
/freebsd-10.0-release/contrib/ntp/include/
H A Dmbg_gps166.h205 short yday; /* 1..366 */ member in struct:__anon3745
/freebsd-10.0-release/contrib/diff/lib/
H A Dstrftime.c310 iso_week_days (int yday, int wday) argument
314 return (yday
315 - (yday - wday + ISO_WEEK1_WDAY + big_enough_multiple_of_7) % 7
/freebsd-10.0-release/contrib/ntp/libparse/
H A Ddata_mbg.c141 tmp->yday = get_lsb_short(buffpp);
/freebsd-10.0-release/crypto/openssl/util/
H A Dpod2man.pl302 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($secs);

Completed in 274 milliseconds