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

  /src/lib/libc/time/
strptime.c 95 static const int start_of_month[2][13] = { variable in typeref:typename:const int[2][13]
672 tm->tm_yday = start_of_month[isleap_sum(tm->tm_year,
699 while (tm->tm_yday >= start_of_month[isleap][i])
703 tm->tm_yday -= start_of_month[isleap][12];
714 start_of_month[isleap][tm->tm_mon] + 1;

Completed in 11 milliseconds