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

  /src/usr.bin/cal/
cal.c 211 static int day_in_year(int, int, int);
515 day = julian ? day_in_year(1, month, year) : 1;
527 * day_in_year --
531 day_in_year(int day, int month, int year) function in typeref:typename:int
553 + day_in_year(day, month, year);
781 day_in_year(reform->date, reform->month, reform->year) +
791 diy = day_in_year(1, reform->month, reform->year);

Completed in 14 milliseconds