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

/freebsd-10-stable/tools/tools/netrate/tcpp/
H A Drunit.pl13 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
/freebsd-10-stable/contrib/ntp/libntp/
H A Dclocktime.c53 int yday , /* day-of-year */
74 HRSPERDAY * ((int32)yday - 1))));
/freebsd-10-stable/contrib/ntp/scripts/build/
H A DupdateBEDate26 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
/freebsd-10-stable/lib/libc/stdtime/
H A Dstrftime.c381 int yday; local
387 yday = t->tm_yday;
398 * What yday (-3 ... 3) does
401 bot = ((yday + 11 - wday) %
404 * What yday does the NEXT
412 if (yday >= top) {
417 if (yday >= bot) {
418 w = 1 + ((yday - bot) /
423 yday += isleap_sum(year, base) ?
/freebsd-10-stable/contrib/ntp/include/
H A Dmbg_gps166.h408 int16_t yday; ///< day of year, 1..365, or 366 in case of leap year member in struct:__anon8
/freebsd-10-stable/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-stable/contrib/ntp/libparse/
H A Ddata_mbg.c143 tmp->yday = get_lsb_int16(buffpp);
/freebsd-10-stable/crypto/openssl/util/
H A Dpod2man.pl302 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($secs);

Completed in 343 milliseconds