HomeSort by: relevance | last modified time | path
    Searched defs:yday (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/x68k/stand/libsa/
clock.c 40 const int yday[] = { variable in typeref:typename:const int[]
71 days += yday[mon - 1] + day - 1;
  /src/lib/libc/time/
strftime.c 514 int yday; local in function:_fmt
520 yday = t->tm_yday;
531 ** What yday (-3 ... 3) does
534 bot = ((yday + 11 - wday) %
537 ** What yday does the NEXT
545 if (yday >= top) {
550 if (yday >= bot) {
551 w = 1 + ((yday - bot) /
556 yday += isleap_sum(year, base) ?
zdump.c 796 int yday = a->tm_yday; local in function:adjusted_yday
798 yday += 365 + isleap_sum(b->tm_year, TM_YEAR_BASE);
799 return yday;

Completed in 195 milliseconds