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

/haiku/src/system/libroot/posix/musl/time/
H A Dstrftime.c19 static int week_num(const struct tm *tm) function
92 if (tm->tm_yday < 3 && week_num(tm) != 1) val--;
93 else if (tm->tm_yday > 360 && week_num(tm) == 1) val++;
151 val = week_num(tm);

Completed in 29 milliseconds